Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp33 static bool startsWithDigit(StringView S) { in startsWithDigit() function
68 if (startsWithDigit(MangledName)) { in isMemberPointer()
806 if (startsWithDigit(MangledName)) { in demangleNumber()
863 assert(startsWithDigit(MangledName)); in demangleBackRefName()
955 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1400 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1412 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1422 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
1980 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()