/third_party/skia/third_party/externals/tint/src/transform/ |
D | module_scope_var_to_entry_point_param.cc | 143 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/ |
D | TypeHelpers.h | 64 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/ |
D | TypeHelpers.h | 64 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/ |
D | type_traits.h | 71 !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/ |
D | type_traits.h | 36 !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> {
|
D | BinaryStreamWriter.h | 136 static_assert(!std::is_pointer<T>::value, in writeObject()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat.h | 143 !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/ |
D | template_util.h | 27 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/ |
D | tree_iterator.h | 39 static_assert(!std::is_pointer<NodeTy>::value && 133 static_assert(!std::is_pointer<NodeTy>::value &&
|
/third_party/spirv-tools/source/opt/ |
D | tree_iterator.h | 39 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/ |
D | tree_iterator.h | 39 static_assert(!std::is_pointer<NodeTy>::value && 133 static_assert(!std::is_pointer<NodeTy>::value &&
|
/third_party/cef/include/base/internal/ |
D | cef_raw_scoped_refptr_mismatch_checker.h | 65 : conjunction<std::is_pointer<T>,
|
/third_party/gn/src/base/memory/ |
D | raw_scoped_refptr_mismatch_checker.h | 43 value = std::is_pointer<T>::value &&
|
/third_party/json/include/nlohmann/detail/iterators/ |
D | iterator_traits.hpp | 36 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/ |
D | JITSymbol.h | 50 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/ |
D | marshal_XML.py | 82 if (p.is_pointer() and not (p.count or p.counter or p.marshal_count)):
|
D | remap_helper.py | 40 if p.is_pointer():
|
D | gl_x86-64_asm.py | 180 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
|
D | gl_XML.py | 480 return self.is_pointer() 483 def is_pointer(self): member in gl_parameter 484 return self.type_expr.is_pointer()
|
D | typeexpr.py | 264 def is_pointer(self): member in type_expression
|
/third_party/json/include/nlohmann/detail/input/ |
D | input_adapters.hpp | 434 std::is_pointer<CharT>::value&& 460 std::is_pointer<CharT>::value&&
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.inl | 54 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/ |
D | IceUtils.h | 31 static_assert(!std::is_pointer<S>::value, ""); in bitCopy()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | salted_seed_seq.h | 72 (std::is_pointer<RandomAccessIterator>::value && in generate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | PackedEnums.h | 419 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
|