Home
last modified time | relevance | path

Searched refs:startsWithDigit (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp105 static bool startsWithDigit(StringView S) { in startsWithDigit() function
367 if (startsWithDigit(MangledName)) { in isMemberPointer()
983 S->SymbolType = startsWithDigit(MangledName) in parse()
1051 if (startsWithDigit(MangledName)) { in demangleNumber()
1087 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1345 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1355 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1365 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
1908 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()