Home
last modified time | relevance | path

Searched refs:REnd (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp302 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in AnalyzeBranch() local
305 while (I != REnd && I->isDebugValue()) in AnalyzeBranch()
308 if (I == REnd || !isUnpredicatedTerminator(&*I)) { in AnalyzeBranch()
326 if (++I != REnd) { in AnalyzeBranch()
350 if (++I != REnd && isUnpredicatedTerminator(&*I)) in AnalyzeBranch()
425 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in RemoveBranch() local
430 while (I != REnd && I->isDebugValue()) in RemoveBranch()
437 for(removed = 0; I != REnd && removed < 2; ++I, ++removed) in RemoveBranch()
/external/llvm/include/llvm/ADT/
DImmutableSet.h143 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
145 while (LItr != LEnd && RItr != REnd) { in isEqual()
159 return LItr == LEnd && RItr == REnd; in isEqual()
/external/clang/lib/Frontend/
DASTUnit.cpp1364 REnd = PreprocessorOpts.remapped_file_end(); in getMainBufferWithPrecompiledPreamble() local
1365 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()
1380 REnd = PreprocessorOpts.remapped_file_buffer_end(); in getMainBufferWithPrecompiledPreamble() local
1381 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()
1981 REnd = PPOpts.remapped_file_buffer_end(); in Reparse() local
1982 R != REnd; in Reparse()
/external/clang/lib/Serialization/
DASTReader.cpp6274 REnd = RD->redecls_end(); in finishPendingActions() local
6275 R != REnd; ++R) in finishPendingActions()
6289 REnd = ID->redecls_end(); in finishPendingActions() local
6290 R != REnd; ++R) in finishPendingActions()
6298 REnd = PD->redecls_end(); in finishPendingActions() local
6299 R != REnd; ++R) in finishPendingActions()
6308 REnd = RTD->redecls_end(); in finishPendingActions() local
6309 R != REnd; ++R) in finishPendingActions()
/external/clang/lib/AST/
DDecl.cpp2569 for (redecl_iterator R = redecls_begin(), REnd = redecls_end(); in getDefinition() local
2570 R != REnd; ++R) in getDefinition()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1267 REnd = Function->redecls_end(); in VisitFunctionDecl() local
1268 R != REnd; ++R) { in VisitFunctionDecl()
DSemaDeclCXX.cpp10856 REnd = Class->redecls_end(); in DefineUsedVTables() local
10857 R != REnd; ++R) { in DefineUsedVTables()