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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgen.c57 (void (*)(...)) genAction
66 genAction
1923 genAction( ActionNode *p ) function
1925 genAction( p )
1929 require(p!=NULL, "genAction: invalid node and/or rule");
1930 require(p->ntype==nAction, "genAction: not action");
2595 And moved into genAction
2624 And moved into genAction

Completed in 41 milliseconds