Searched refs:StepOrPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | 129 VFParamKind &PKind, int &StepOrPos) { in tryParseLinearWithRuntimeStep() argument 195 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep() 200 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep() 226 int &StepOrPos) { in tryParseParameter() argument 229 StepOrPos = 0; in tryParseParameter() 235 StepOrPos = 0; in tryParseParameter() 240 tryParseLinearWithRuntimeStep(ParseString, PKind, StepOrPos); in tryParseParameter() 245 tryParseLinearWithCompileTimeStep(ParseString, PKind, StepOrPos); in tryParseParameter() 354 int StepOrPos; in tryDemangleForVFABI() local 355 ParamFound = tryParseParameter(MangledName, PKind, StepOrPos); in tryDemangleForVFABI() [all …]
|