HomeSort by relevance Sort by last modified time
    Searched refs:DeleteNode (Results 1 - 14 of 14) sorted by null

  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 59 /// DeleteNode - Remove the node with the given index from the subset.
60 void DeleteNode(unsigned Idx) {
124 Nodes[FromIdx].second.DeleteNode(ToIdx);
194 Children.DeleteNode(i);
  /external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc 167 bool DeleteNode(Id node_id, Id server_change_id) {
170 view_manager_->DeleteNode(node_id,
871 // Verifies DeleteNode works.
889 ASSERT_TRUE(connection_->DeleteNode(BuildNodeId(1, 2), 2));
899 // Verifies DeleteNode isn't allowed from a separate connection.
902 EXPECT_FALSE(connection2_->DeleteNode(BuildNodeId(1, 1), 1));
933 ASSERT_TRUE(connection_->DeleteNode(BuildNodeId(1, 2), 2));
    [all...]
view_manager_service_impl.h 171 virtual void DeleteNode(Id transport_node_id,
view_manager_service_impl.cc 553 void ViewManagerServiceImpl::DeleteNode(
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 754 DAG.DeleteNode(N);
782 DAG.DeleteNode(TLO.Old.getNode());
824 DAG.DeleteNode(Load);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 670 void SelectionDAG::DeleteNode(SDNode *N) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_client_impl.cc 236 service()->DeleteNode(node_id_,
  /external/tinyxml2/
tinyxml2.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 92 static void deleteNode(SDNode *) {
93 llvm_unreachable("ilist_traits<SDNode> shouldn't see a deleteNode call!");
384 /// DeleteNode - Remove the specified node from the system. This node must
386 void DeleteNode(SDNode *N);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 559 CurDAG->DeleteNode(N);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 244 milliseconds