Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp208 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local
209 if (SpecEnd == StringRef::npos) in locateCStrings()
211 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()
213 if (Str[SpecEnd] == 's') { in locateCStrings()
216 SpecPos = SpecEnd + 1; in locateCStrings()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5354 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument
5359 if (SpecBegin == SpecEnd) { in getMostSpecialized()
5364 return SpecEnd; in getMostSpecialized()
5367 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()
5376 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()
5391 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5413 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()
5425 return SpecEnd; in getMostSpecialized()