Searched defs:ToEnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp549 bool ToEnd = true; local
558 Stop = Segment->end, ToEnd = false;
573 Stop = I.start(), ToEnd = false;
575 else if (!ToEnd && Kills)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1220 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); local
1229 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) {

Completed in 119 milliseconds