Home
last modified time | relevance | path

Searched refs:noAST (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgeneric.h131 unsigned char noAST;/* gen AST construction code? (def==gen code) */ member
Dgen.c2077 if ( r2->noAST || p->astnode==ASTexclude )
2116 if ( GenCC && (r2->noAST || p->astnode==ASTexclude) )
2123 else if ( !r2->noAST && p->astnode == ASTinclude )
2453 (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST)) )
2462 if (ast_label_in_action && (p->astnode == ASTexclude || r->noAST)) {
2479 if (!r->noAST )
2510 (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST)) )
2563 if (GenAST && (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST) )) /* MR27 */
Dantlr.c534 if ( q!=NULL ) q->noAST = TRUE; in rule()
Dantlr.g854 { "!" <<if ( q!=NULL ) q->noAST = TRUE;>> }