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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp515 bool ToEnd = true; local
524 Stop = Segment->end, ToEnd = false;
539 Stop = I.start(), ToEnd = false;
541 else if (!ToEnd && Kills)
550 if (!ToEnd)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1068 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); local
1077 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) {

Completed in 985 milliseconds