Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dtype_traits.hpp57 struct is_pointer struct
59 static const bool value = false;
63 struct is_pointer<T*> struct
65 static const bool value = true;
/third_party/boost/boost/type_traits/
Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h27 template <class T> struct is_pointer : false_type {}; struct
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_types.py28 def gen_llvm_type(type, name, idx, is_pointer, is_pointer_pointer, is_array, is_array_array, array_… argument
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc143 bool is_pointer; in Process() member
182 bool is_pointer = false; in Process() local
/third_party/boost/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.hpp337 struct is_pointer struct
338 { static const bool value = false; };
341 struct is_pointer<T*> struct
342 { static const bool value = true; };
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py264 def is_pointer(self): member in type_expression
Dgl_XML.py483 def is_pointer(self): member in gl_parameter
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c323 bool is_pointer; in builtin_input_id() local
/third_party/boost/libs/serialization/src/
Dbasic_iarchive.cpp89 bool is_pointer; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp12505 bool is_pointer = var_type.pointer; in argument_decl() local