Searched refs:MR_allPredLeaves (Results 1 – 3 of 3) sorted by relevance
490 extern int MR_allPredLeaves(Predicate *p); /* MR10 */772 extern int MR_allPredLeaves(); /* MR10 */
2155 int MR_allPredLeaves(Predicate *p) function2157 int MR_allPredLeaves(p)
1034 if (p->expr == PRED_OR_LIST && MR_allPredLeaves(p->down)) {1054 } else if (p->expr == PRED_AND_LIST && MR_allPredLeaves(p->down)) {