Searched refs:predExpr (Results 1 – 2 of 2) sorted by relevance
851 Predicate *predExpr=NULL; in aPred() local894 predExpr = predOrExpr(); in aPred()916 predExpr=MR_predFlatten(predExpr); in aPred()918 if (! predExprPresent || predExpr == NULL) { in aPred()919 predExpr=new_pred(); in aPred()920 predExpr->expr=predLiteral; in aPred()921 predExpr->source=newActionNode(); in aPred()922 predExpr->source->action=predExpr->expr; in aPred()923 predExpr->source->rname=CurPredName; in aPred()924 predExpr->source->line=action_line; in aPred()[all …]
1032 Predicate *predExpr=NULL;1073 predOrExpr>[predExpr] <<predExprPresent=1;>>1079 * predExpr may be NULL due to syntax errors1086 predExpr=MR_predFlatten(predExpr);1088 if (! predExprPresent || predExpr == NULL) {1089 predExpr=new_pred();1090 predExpr->expr=predLiteral;1091 predExpr->source=newActionNode();1092 predExpr->source->action=predExpr->expr;1093 predExpr->source->rname=CurPredName;[all …]