Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp98 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in AnalyzeBranch() local
101 while (I != REnd && I->isDebugValue()) in AnalyzeBranch()
104 if (I == REnd || !isUnpredicatedTerminator(&*I)) { in AnalyzeBranch()
122 if (++I != REnd) { in AnalyzeBranch()
146 if (++I != REnd && isUnpredicatedTerminator(&*I)) in AnalyzeBranch()
221 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in RemoveBranch() local
226 while (I != REnd && I->isDebugValue()) in RemoveBranch()
233 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.cpp1368 REnd = PreprocessorOpts.remapped_file_end(); in getMainBufferWithPrecompiledPreamble() local
1369 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()
1384 REnd = PreprocessorOpts.remapped_file_buffer_end(); in getMainBufferWithPrecompiledPreamble() local
1385 !AnyFileChanged && R != REnd; in getMainBufferWithPrecompiledPreamble()
2008 REnd = PPOpts.remapped_file_buffer_end(); in Reparse() local
2009 R != REnd; in Reparse()
/external/clang/lib/Serialization/
DASTReader.cpp6378 REnd = RD->redecls_end(); in finishPendingActions() local
6379 R != REnd; ++R) in finishPendingActions()
6393 REnd = ID->redecls_end(); in finishPendingActions() local
6394 R != REnd; ++R) in finishPendingActions()
6402 REnd = PD->redecls_end(); in finishPendingActions() local
6403 R != REnd; ++R) in finishPendingActions()
6412 REnd = RTD->redecls_end(); in finishPendingActions() local
6413 R != REnd; ++R) in finishPendingActions()
/external/clang/lib/AST/
DDecl.cpp2609 for (redecl_iterator R = redecls_begin(), REnd = redecls_end(); in getDefinition() local
2610 R != REnd; ++R) in getDefinition()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1271 REnd = Function->redecls_end(); in VisitFunctionDecl() local
1272 R != REnd; ++R) { in VisitFunctionDecl()
DSemaDeclCXX.cpp10822 REnd = Class->redecls_end(); in DefineUsedVTables() local
10823 R != REnd; ++R) { in DefineUsedVTables()