OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteNode
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Support/
Recycler.h
54
static void
deleteNode
(RecyclerStruct *) {
55
assert(0 && "Recycler's ilist_traits shouldn't see a
deleteNode
call!");
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
137
void ilist_traits<MachineInstr>::
deleteNode
(MachineInstr* MI) {
MachineFunction.cpp
50
void ilist_traits<MachineBasicBlock>::
deleteNode
(MachineBasicBlock *MBB) {
/external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h
141
deleteNode
(node);
602
void
deleteNode
(Node* z)
/external/llvm/include/llvm/ADT/
ilist.h
112
static void
deleteNode
(NodeTy *V) { delete V; }
463
this->
deleteNode
(remove(where));
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
53
static void
deleteNode
(SDNode *) {
54
assert(0 && "ilist_traits<SDNode> shouldn't see a
deleteNode
call!");
310
///
DeleteNode
- Remove the specified node from the system. This node must
312
void
DeleteNode
(SDNode *N);
[
all
...]
/external/libxslt/libxslt/
xslt.c
[
all
...]
/prebuilt/common/osgi/
osgi.jar
Completed in 708 milliseconds