Searched defs:DigitEnd (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Basic/ | ||
H A D | TargetInfo.cpp | 838 const char *DigitEnd = Name; validateInputConstraint() local |
/llvm-project/clang/lib/CodeGen/Targets/ | ||
H A D | X86.cpp | 285 size_t DigitEnd = AsmString.find_first_not_of("0123456789", DigitStart); rewriteInputConstraintReferences() local |