Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp34 static bool startsWithDigit(std::string_view S) { in startsWithDigit() function
97 if (startsWithDigit(MangledName)) { in isMemberPointer()
949 if (startsWithDigit(MangledName)) { in demangleNumber()
1007 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1107 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1564 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1576 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1587 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2200 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()