Home
last modified time | relevance | path

Searched defs:is_aggregate_v (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_aggregate.h27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Dtype_traits.h61 static constexpr bool is_aggregate_v = is_aggregate<T>::value; variable