Searched refs:zzfree_ast (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dast.h84 #define zzrm_ast {zzfree_ast(*_root); _tail = _sibling = (*_root)=NULL;}
102 void zzfree_ast(AST *);
115 void zzfree_ast();
H A Dast.c171 ////zzfree_ast(AST *tree)
173 ////zzfree_ast(tree)
178 //// zzfree_ast( tree->down );
179 //// zzfree_ast( tree->right );
204 zzfree_ast(AST *tree) function
206 zzfree_ast(tree)
232 zzfree_ast(tree->down);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A Dast.h84 #define zzrm_ast {zzfree_ast(*_root); _tail = _sibling = (*_root)=NULL;}
94 void zzfree_ast(AST *);
108 void zzfree_ast();
H A Dast.c171 ////zzfree_ast(AST *tree)
173 ////zzfree_ast(tree)
178 //// zzfree_ast( tree->down );
179 //// zzfree_ast( tree->right );
204 zzfree_ast(AST *tree) function
206 zzfree_ast(tree)
232 zzfree_ast(tree->down);

Completed in 55 milliseconds