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.cpp5618 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument
5623 if (SpecBegin == SpecEnd) { in getMostSpecialized()
5628 return SpecEnd; in getMostSpecialized()
5631 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()
5640 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()
5655 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5677 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5689 return SpecEnd; in getMostSpecialized()