Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp33 static bool startsWithDigit(std::string_view S) { in startsWithDigit() function
84 if (startsWithDigit(MangledName)) { in isMemberPointer()
936 if (startsWithDigit(MangledName)) { in demangleNumber()
994 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1094 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1551 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1563 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1574 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2187 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()