Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/tint/src/transform/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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> {
H A DBinaryStreamWriter.h136 static_assert(!std::is_pointer<T>::value, in writeObject()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dtemplate_util.h27 template <class T> struct is_pointer : false_type {}; struct
28 template <class T> struct is_pointer<T*> : true_type {}; struct
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c323 bool is_pointer; in builtin_input_id() local
341 is_pointer = test_pointers(dev, bitmask_ev, bitmask_abs, in builtin_input_id()
346 if (!is_pointer && !is_key && test_bit(EV_REL, bitmask_ev) && in builtin_input_id()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/spirv-tools/source/opt/
H A Dtree_iterator.h39 static_assert(!std::is_pointer<NodeTy>::value &&
133 static_assert(!std::is_pointer<NodeTy>::value &&
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.h143 !std::is_pointer<Int>::value>::type* = nullptr) in Hex()
149 !std::is_pointer<Int>::value>::type* = nullptr) in Hex()
155 !std::is_pointer<Int>::value>::type* = nullptr) in Hex()
161 !std::is_pointer<Int>::value>::type* = nullptr) in Hex()
/third_party/gn/src/base/memory/
H A Draw_scoped_refptr_mismatch_checker.h43 value = std::is_pointer<T>::value &&
/third_party/node/deps/v8/src/base/sanitizer/
H A Dasan.h42 static_assert(std::is_pointer<decltype(start)>::value, \
H A Dmsan.h28 static_assert((std::is_pointer<decltype(start)>::value || \
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h63 static typename std::enable_if<std::is_pointer<T>::value, T>::type
118 static typename std::enable_if<std::is_pointer<T>::value, intptr_t>::type
/third_party/json/include/nlohmann/detail/iterators/
H A Diterator_traits.hpp45 struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dmarshal_XML.py82 if (p.is_pointer() and not (p.count or p.counter or p.marshal_count)):
H A Dremap_helper.py40 if p.is_pointer():
H A Dgl_x86-64_asm.py180 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
H A Dtypeexpr.py264 def is_pointer(self): member in type_expression
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A 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/node/deps/v8/src/utils/
H A Dscoped-list.h35 std::is_pointer<T>::value),
/third_party/vixl/src/aarch64/
H A Dabi-aarch64.h90 const bool is_pointer_type = std::is_pointer<T>::value; in GetNextParameterGenericOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceUtils.h31 static_assert(!std::is_pointer<S>::value, ""); in bitCopy()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dsalted_seed_seq.h72 (std::is_pointer<RandomAccessIterator>::value && in generate()
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp18 #include <type_traits> // enable_if, is_base_of, is_pointer, is_integral, remove_pointer
444 std::is_pointer<CharT>::value&&
470 std::is_pointer<CharT>::value&&

Completed in 20 milliseconds

123