Home
last modified time | relevance | path

Searched defs:IsPointerType (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBType.cpp132 bool SBType::IsPointerType() { in IsPointerType() function in SBType
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp151 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp846 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidation_state.cpp921 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp848 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1630 bool ValueObject::IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function in ValueObject
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3150 bool TypeSystemClang::IsPointerType(lldb::opaque_compiler_type_t type, in IsPointerType() function in TypeSystemClang