Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h221 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h221 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1540 static bool isPointerType(StringView S) { in isPointerType() function