Home
last modified time | relevance | path

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

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