Searched refs:tryParseCompileTimeLinearToken (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp | 165 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() function 193 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep() 198 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep() 203 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "L") == in tryParseLinearWithCompileTimeStep() 208 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "U") == in tryParseLinearWithCompileTimeStep()
|