Home
last modified time | relevance | path

Searched defs:AST (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dast.c145 void (*func)(AST *), /* apply this to each tree node */ in zzpre_ast()
146 void (*before)(AST *), /* apply this to root of subtree before preordering it */ in zzpre_ast()
147 void (*after)(AST *)) /* apply this to root of subtree after preordering it */ in zzpre_ast()
DASTBase.h121 class AST; // announce that this class will be coming along shortly variable
Dast.h53 } AST; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dast.c145 void (*func)(AST *), /* apply this to each tree node */ in zzpre_ast()
146 void (*before)(AST *), /* apply this to root of subtree before preordering it */ in zzpre_ast()
147 void (*after)(AST *)) /* apply this to root of subtree after preordering it */ in zzpre_ast()
DASTBase.h118 class AST; // announce that this class will be coming along shortly variable
Dast.h53 } AST; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dspark.py683 def __init__(self, AST, start): argument
Dasdl.py227 class AST(object): class