Home
last modified time | relevance | path

Searched defs:is_trivially_constructible (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/test/PCH/
H A Dcxx-traits.h16 struct is_trivially_constructible { struct
17 static const bool value = __is_trivially_constructible(T, Args...); argument
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dis_trivially_constructible.h19 struct is_trivially_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_trivially_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_trivially_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_trivially_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp2055 struct is_trivially_constructible { struct
2056 static const bool value = __is_trivially_constructible(T, Args...); argument