Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h188 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