Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp633 bool ToEnd = true; in extendDef() local
643 ToEnd = false; in extendDef()
660 ToEnd = false; in extendDef()
663 else if (!ToEnd && Kills) in extendDef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1380 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); in hasSameTemplate() local
1389 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) { in hasSameTemplate()