Searched refs:PRED_OR_LIST (Results 1 – 9 of 9) sorted by relevance
88 } else if (second->expr == PRED_OR_LIST) {113 } else if (first->expr == PRED_OR_LIST) {143 } else if (first->expr == PRED_AND_LIST && second->expr == PRED_OR_LIST) {154 } else if (first->expr == PRED_OR_LIST && second->expr == PRED_AND_LIST) {165 } else if (first->expr == PRED_OR_LIST && second->expr == PRED_OR_LIST) {381 if (p->expr == PRED_OR_LIST) fprintf(output,"%s NOR (not OR) expr\n\n",p->expr);507 p->expr != PRED_OR_LIST) {727 if (p->expr == PRED_OR_LIST ||801 if (p->expr != PRED_OR_LIST &&825 if (p->expr == PRED_OR_LIST ||[all …]
49 char *PRED_OR_LIST = "OR"; variable177 root->expr = PRED_OR_LIST;618 if ( a->expr == PRED_AND_LIST || a->expr == PRED_OR_LIST )666 if ( a->expr == PRED_AND_LIST || a->expr == PRED_OR_LIST )714 if ( p->expr == PRED_AND_LIST || p->expr == PRED_OR_LIST )743 p->expr == PRED_OR_LIST) {
64 p->expr == PRED_OR_LIST) {
579 else if ( p->expr==PRED_AND_LIST || p->expr==PRED_OR_LIST ) {605 if ( p->expr == PRED_OR_LIST )726 if (p->expr == PRED_OR_LIST) {940 if ( p->expr == PRED_OR_LIST )1034 if (p->expr == PRED_OR_LIST && MR_allPredLeaves(p->down)) {1111 if ( p->expr == PRED_OR_LIST )
267 extern char *PRED_OR_LIST; /* MR10 */
520 if ( predicate->expr == PRED_OR_LIST ||
1494 if ( p->expr==PRED_AND_LIST || p->expr==PRED_OR_LIST )
1001 ORnode->expr=PRED_OR_LIST; in predOrExpr()
1141 ORnode->expr=PRED_OR_LIST;