Home
last modified time | relevance | path

Searched defs:is_pointer (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp3 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 Dtest_kernel_arg_info.cpp343 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/
Dunique_ptr_meta_utils.hpp304 struct is_pointer struct
306 static const bool value = false;
310 struct is_pointer<T*> struct
312 static const bool value = true;
Dtype_traits.hpp503 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 Dis_pointer.h20 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/
Dis_pointer.h25 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/
Dis_pointer.h25 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/
Dis_pointer.h25 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/
Dis_pointer.hpp29 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/
Dis_pointer.h25 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/
Dis_pointer.h25 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 Dis_pointer.h25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py264 def is_pointer(self): member in type_expression
H A Dgl_XML.py484 def is_pointer(self): member in gl_parameter
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dpixels.rs157 pub fn is_pointer(&self) -> bool { in is_pointer() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_iarchive.cpp89 bool is_pointer; member
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp3069 const bool is_pointer = in GenUnpackFieldStatement() local
3134 const bool is_pointer = in GenUnpackFieldStatement() local
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp_common.cpp155 const bool is_pointer = a.IsOut() && !is_server; in WriteLogForArgument() local
/aosp_15_r20/external/stg/
H A Dabigail_reader.cc1107 void Abigail::ProcessPointer(const std::string& id, bool is_pointer, in ProcessPointer()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp764 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__.py13601is_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__.py13490is_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__.py13772is_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__.py13601is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… variable in SBType