Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c1850 void MR_comparePredLeaves(Predicate *me,Predicate *myParent,Predicate *him,Predicate *hisParent) argument
1852 void MR_comparePredLeaves(me,myParent,him,hisParent)
1856 Predicate *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);
1885 if (hisParent->expr == PRED_OR_LIST &&
1888 } else if (hisParent->expr == PRED_AND_LIST &&
1891 } else if ( (hisParent->expr == PRED_OR_LIST &&
1894 (hisParent->expr == PRED_AND_LIST &&
[all …]