Home
last modified time | relevance | path

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

/freebsd/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()
950 if (startsWithDigit(MangledName)) { in demangleNumber()
1008 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1108 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1570 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1582 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1593 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2255 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()