/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | temp_class_spec.cpp | 3 struct is_pointer { struct 8 struct is_pointer<T*> { struct 13 struct is_pointer<const T*> { struct 17 int array0[is_pointer<int>::value? -1 : 1]; argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernel_arg_info.cpp | 343 const bool is_pointer) in get_expected_arg_type() 391 create_expected_arg_info(const KernelArgInfo& kernel_argument, bool is_pointer) in create_expected_arg_info() 619 bool is_pointer = !is_private; in run_scalar_vector_tests() local 735 const bool is_pointer = false; in run_pipe_tests() local 789 bool is_pointer = false; in run_sampler_test() local 809 bool is_pointer = false; in run_image_tests() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | unique_ptr_meta_utils.hpp | 304 struct is_pointer struct 306 static const bool value = false; 310 struct is_pointer<T*> struct 312 static const bool value = true;
|
D | type_traits.hpp | 503 struct is_pointer struct 504 { static const bool value = false; }; 507 struct is_pointer<T*> struct 508 { static const bool value = true; };
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_pointer.h | 20 template <typename T> struct is_pointer : cpp::false_type {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/ |
D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/ |
D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/ |
D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_pointer.hpp | 29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/ |
D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/ |
D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/ |
H A D | is_pointer.h | 25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | typeexpr.py | 264 def is_pointer(self): member in type_expression
|
H A D | gl_XML.py | 484 def is_pointer(self): member in gl_parameter
|
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/ |
D | pixels.rs | 157 pub fn is_pointer(&self) -> bool { in is_pointer() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/ |
D | basic_iarchive.cpp | 89 bool is_pointer; member
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_cpp.cpp | 3069 const bool is_pointer = in GenUnpackFieldStatement() local 3134 const bool is_pointer = in GenUnpackFieldStatement() local
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 155 const bool is_pointer = a.IsOut() && !is_server; in WriteLogForArgument() local
|
/aosp_15_r20/external/stg/ |
H A D | abigail_reader.cc | 1107 void Abigail::ProcessPointer(const std::string& id, bool is_pointer, in ProcessPointer()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 764 void is_pointer() in is_pointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 13601 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… variable in SBType
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 13490 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… variable in SBType
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 13772 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… variable in SBType
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 13601 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… variable in SBType
|