Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 25 of 62) sorted by relevance

123

/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
208 is_pointer = true; in Process()
232 is_pointer = true; in Process()
254 is_pointer = true; in Process()
273 if (is_pointer) { in Process()
290 var_to_newvar[var] = {new_var_symbol, is_pointer}; in Process()
325 if (is_entry_point && !is_handle && !new_var.is_pointer) { in Process()
/third_party/flutter/txt/src/utils/
DTypeHelpers.h64 is_pointer = trait_pointer<TYPE>::value,
66 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
68 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
70 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
72 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
79 is_pointer = false,
/third_party/flutter/engine/flutter/third_party/txt/src/utils/
DTypeHelpers.h64 is_pointer = trait_pointer<TYPE>::value,
66 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
68 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
70 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
72 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
79 is_pointer = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dtype_traits.h71 !std::is_pointer<UnderlyingT>::value &&
83 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
94 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dtype_traits.h36 !std::is_pointer<UnderlyingT>::value &&
48 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
59 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
69 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
DBinaryStreamWriter.h136 static_assert(!std::is_pointer<T>::value, in writeObject()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat.h143 !std::is_pointer<Int>::value>::type* = nullptr)
149 !std::is_pointer<Int>::value>::type* = nullptr)
155 !std::is_pointer<Int>::value>::type* = nullptr)
161 !std::is_pointer<Int>::value>::type* = nullptr)
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h27 template <class T> struct is_pointer : false_type {}; struct
28 template <class T> struct is_pointer<T*> : true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/spirv-tools/source/opt/
Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/cef/include/base/internal/
Dcef_raw_scoped_refptr_mismatch_checker.h65 : conjunction<std::is_pointer<T>,
/third_party/gn/src/base/memory/
Draw_scoped_refptr_mismatch_checker.h43 value = std::is_pointer<T>::value &&
/third_party/json/include/nlohmann/detail/iterators/
Diterator_traits.hpp36 struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h50 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in jitTargetAddressToPointer()
62 std::is_pointer<T>::value && in jitTargetAddressToFunction()
/third_party/mesa3d/src/mapi/glapi/gen/
Dmarshal_XML.py82 if (p.is_pointer() and not (p.count or p.counter or p.marshal_count)):
Dremap_helper.py40 if p.is_pointer():
Dgl_x86-64_asm.py180 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
Dgl_XML.py480 return self.is_pointer()
483 def is_pointer(self): member in gl_parameter
484 return self.type_expr.is_pointer()
Dtypeexpr.py264 def is_pointer(self): member in type_expression
/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp434 std::is_pointer<CharT>::value&&
460 std::is_pointer<CharT>::value&&
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DTraits.inl54 CToReactor<T, std::enable_if_t<std::is_pointer<T>::value>>::cast(T v)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h31 static_assert(!std::is_pointer<S>::value, ""); in bitCopy()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dsalted_seed_seq.h72 (std::is_pointer<RandomAccessIterator>::value && in generate()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPackedEnums.h419 typename std::enable_if<!std::is_pointer<FromT>::value && !std::is_enum<EnumT>::value, EnumT>::type
427 typename std::enable_if<std::is_pointer<FromT>::value && !std::is_enum<EnumT>::value, EnumT>::type

123