Searched defs:ast_label_in_action (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgen.c2259 int ast_label_in_action = 0; /* MR27 */ local
2276 /* MR27 */ ast_label_in_action = list_search_cstring(r->ast_labels_in_actions,
2453 (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST)) )
2462 if (ast_label_in_action && (p->astnode == ASTexclude || 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 */

Completed in 42 milliseconds