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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c669 void MR_union_plain_sets1(Predicate *p,set *theUnion) argument
671 void MR_union_plain_sets1(p,theUnion)
673 set *theUnion;
677 MR_union_plain_sets1(p->down,theUnion);
678 MR_union_plain_sets1(p->right,theUnion);
679 set_orin(theUnion,p->plainSet);
690 set theUnion; local
692 theUnion=empty;
694 MR_union_plain_sets1(p,&theUnion);
695 return theUnion;
[all...]

Completed in 36 milliseconds