Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp197 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local
198 if (SpecEnd == StringRef::npos) in locateCStrings()
200 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()
202 if (Str[SpecEnd] == 's') { in locateCStrings()
205 SpecPos = SpecEnd + 1; in locateCStrings()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5232 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument
5237 if (SpecBegin == SpecEnd) { in getMostSpecialized()
5242 return SpecEnd; in getMostSpecialized()
5245 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()
5254 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()
5269 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5291 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5303 return SpecEnd; in getMostSpecialized()