Searched refs:tryParseCompileTimeLinearToken (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 160 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() function 188 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep() 193 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep() 198 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "L") == in tryParseLinearWithCompileTimeStep() 203 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "U") == in tryParseLinearWithCompileTimeStep()
|