reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 void removeNodeFromList(NodeTy *) {}
lib/CodeGen/MachineBasicBlock.cpp102 void ilist_callback_traits<MachineBasicBlock>::removeNodeFromList( 123 void ilist_traits<MachineInstr>::removeNodeFromList(MachineInstr *N) {lib/IR/SymbolTableListTraitsImpl.h
73 void SymbolTableListTraits<ValueSubClass>::removeNodeFromList(
unittests/ADT/IListTest.cpp 218 void removeNodeFromList(NodeWithCallback *N) { N->IsInList = false; }