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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1850 void MR_comparePredLeaves(Predicate *me,Predicate *myParent,Predicate *him,Predicate *hisParent) function
1852 void MR_comparePredLeaves(me,myParent,him,hisParent)
1861 MR_comparePredLeaves(me->right,myParent,him,hisParent);
1865 MR_comparePredLeaves(me->down,me,him,hisParent);
1866 MR_comparePredLeaves(me->right,myParent,him,hisParent);
1899 require (0,"MR_comparePredLeaves: not both PRED_LIST");
1924 require (0,"MR_comparePredLeaves: not both PRED_LIST");
1930 MR_comparePredLeaves(me->right,myParent,him,hisParent);
1955 MR_comparePredLeaves(myParent->down,myParent,me,myParent);

Completed in 531 milliseconds