Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c669 void MR_union_plain_sets1(Predicate *p,set *theUnion) in MR_union_plain_sets1() argument
671 void MR_union_plain_sets1(p,theUnion) in MR_union_plain_sets1()
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;