HomeSort by relevance Sort by last modified time
    Searched defs:xParent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PODRedBlackTree.h 564 // a node. Note that x may be null, which is why xParent must be
566 void deleteFixup(Node* x, Node* xParent)
569 if (x == xParent->left()) {
574 Node* w = xParent->right();
579 xParent->setColor(Red);
580 leftRotate(xParent);
581 w = xParent->right();
587 x = xParent;
588 xParent = x->parent();
595 w = xParent->right()
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 67 MachineFunction *xParent;
137 const MachineFunction *getParent() const { return xParent; }
138 MachineFunction *getParent() { return xParent; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 62 milliseconds