Searched refs:StepOrPos (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | 127 VFParamKind &PKind, int &StepOrPos) { in tryParseLinearWithRuntimeStep() argument 193 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep() 198 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep() 224 int &StepOrPos) { in tryParseParameter() argument 227 StepOrPos = 0; in tryParseParameter() 233 StepOrPos = 0; in tryParseParameter() 238 tryParseLinearWithRuntimeStep(ParseString, PKind, StepOrPos); in tryParseParameter() 243 tryParseLinearWithCompileTimeStep(ParseString, PKind, StepOrPos); in tryParseParameter() 352 int StepOrPos; in tryDemangleForVFABI() local 353 ParamFound = tryParseParameter(MangledName, PKind, StepOrPos); in tryDemangleForVFABI() [all …]
|