Home
last modified time | relevance | path

Searched refs:SpecEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp195 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local
196 if (SpecEnd == StringRef::npos) in locateCStrings()
198 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()
200 if (Str[SpecEnd] == 's') { in locateCStrings()
203 SpecPos = SpecEnd + 1; in locateCStrings()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5749 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument
5754 if (SpecBegin == SpecEnd) { in getMostSpecialized()
5759 return SpecEnd; in getMostSpecialized()
5762 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()
5771 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()
5786 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5808 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5820 return SpecEnd; in getMostSpecialized()