Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveDebugVariables.cpp511 bool ToEnd = true; in extendDef() local
520 Stop = Segment->end, ToEnd = false; in extendDef()
535 Stop = I.start(), ToEnd = false; in extendDef()
537 else if (!ToEnd && Kills) in extendDef()
546 if (!ToEnd) in extendDef()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTDiagnostic.cpp1035 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); in hasSameTemplate() local
1044 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) { in hasSameTemplate()