Home
last modified time | relevance | path

Searched defs:IsPointer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h50 unsigned IsPointer : 1; member
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp84 static bool IsPointer(const FieldDef &field) { in IsPointer() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp941 struct IsPointer : detail::IsPointerHelper<typename RemoveCV<T>::Type> struct