Searched refs:tryParseCompileTimeLinearToken (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp | 167 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() function 195 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep() 200 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep() 205 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "L") == in tryParseLinearWithCompileTimeStep() 210 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "U") == in tryParseLinearWithCompileTimeStep()
|