Searched refs:getNextNode (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DilistTest.cpp31 EXPECT_EQ(0, List.back().getNextNode());
35 EXPECT_EQ(2, List.front().getNextNode()->Value);
40 EXPECT_EQ(2, ConstList.front().getNextNode()->Value);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A Dilist_node.h80 NodeTy *getNextNode() { function in class:llvm::ilist_node
91 const NodeTy *getNextNode() const { function in class:llvm::ilist_node
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSlotIndexes.h249 return SlotIndex(listEntry()->getNextNode(), Slot_Block);
257 return SlotIndex(listEntry()->getNextNode(), getSlot());
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCAssembler.cpp90 Cur = Cur->getNextNode();
95 Cur = Cur->getNextNode();
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp270 Instruction *SplitBefore = cast<Instruction>(Cmp)->getNextNode();
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionExpander.cpp1690 : OrigInc->getNextNode();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.cpp4828 MachineInstr *Next = I->getNextNode();
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c119880 static int getNextNode( function
[all...]

Completed in 445 milliseconds