Home
last modified time | relevance | path

Searched defs:add_volatile (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dadd_volatile.hpp30 template <class T> struct add_volatile{ typedef T volatile type; }; struct
36 template <class T> struct add_volatile<T&>{ typedef T& type; }; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dfuzzer_pass_adjust_memory_operands_masks.cpp84 bool add_volatile = in Apply() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_adjust_memory_operands_masks.cpp84 bool add_volatile = in Apply() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_memory_operands_masks.cpp84 bool add_volatile = in Apply() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp51 std::add_volatile_t<T> add_volatile() { in add_volatile() function