OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xParent
(Results
1 - 4
of
4
) 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/llvm/lib/CodeGen/
MachineBasicBlock.cpp
40
: BB(bb), Number(-1),
xParent
(&mf), Alignment(0), IsLandingPad(false),
[
all
...]
/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 135 milliseconds