Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp32 static bool startsWithDigit(StringView S) { in startsWithDigit() function
68 if (startsWithDigit(MangledName)) { in isMemberPointer()
903 if (startsWithDigit(MangledName)) { in demangleNumber()
960 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1057 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1509 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1521 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1531 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2121 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()