Searched refs:tryParseCompileTimeLinearToken (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|