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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
SCommonAST.h 12 SORCommonAST *_right, *_down; member in class:SORCommonAST
16 SORCommonAST() { _right = _down = NULL; }
18 PCCTS_AST *down() { return _down; }
21 void setDown(PCCTS_AST *t) { _down = (SORCommonAST *)t; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.cpp 49 else if ( *_root != *_sibling ) (*_root)->_down = *_sibling;
61 if ( *_root != NULL ) (*_root)->_down = *_sibling;
75 if ( (*_root)->_down == *_sibling ) *_sibling = *_tail = *_root;
77 (*_root)->_down = *_sibling;
92 if ( tree->_down != NULL ) {
96 if ( tree->_down!=NULL )
98 tree->_down->preorder();
111 if (tree->_down) tree->_down->destroy();
139 if ( root->_down != NULL ) {
    [all...]
ASTBase.h 60 ASTBase *_right, *_down; member in class:ASTBase
66 ASTBase *down() { return _down; }
68 void setDown(ASTBase *t) { _down = (ASTBase *)t; }
71 PCCTS_AST *down() { return _down; }
73 void setDown(PCCTS_AST *t) { _down = (ASTBase *)t; }
75 ASTBase() { _right = _down = NULL; }
PCCTSAST.h 63 struct _scanast *_right, *_down; member in struct:_scanast
68 struct _scanast *down() { return _down; }
PCCTSAST.cpp 551 root->_down = t;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.cpp 49 else if ( *_root != *_sibling ) (*_root)->_down = *_sibling;
61 if ( *_root != NULL ) (*_root)->_down = *_sibling;
75 if ( (*_root)->_down == *_sibling ) *_sibling = *_tail = *_root;
77 (*_root)->_down = *_sibling;
92 if ( tree->_down != NULL ) {
96 if ( tree->_down!=NULL )
98 tree->_down->preorder(pData);
111 if (tree->_down) tree->_down->destroy();
139 if ( root->_down != NULL ) {
    [all...]
ASTBase.h 60 ASTBase *_right, *_down; member in class:ASTBase
66 ASTBase *down() { return _down; }
68 void setDown(ASTBase *t) { _down = (ASTBase *)t; }
71 PCCTS_AST *down() { return _down; }
73 void setDown(PCCTS_AST *t) { _down = (ASTBase *)t; }
75 ASTBase() { _right = _down = NULL; }
PCCTSAST.h 63 struct _scanast *_right, *_down; member in struct:_scanast
68 struct _scanast *down() { return _down; }
PCCTSAST.cpp 563 root->_down = t;

Completed in 163 milliseconds