Lines Matching refs:notnull
127 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
140 IF '(' pattern rparen { $$ = notnull($3); }
173 pattern { $$ = notnull($1); }
203 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
205 { $$ = op2(BOR, notnull($1), notnull($3)); }
207 { $$ = op2(AND, notnull($1), notnull($3)); }
224 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
226 { $$ = op2(BOR, notnull($1), notnull($3)); }
228 { $$ = op2(AND, notnull($1), notnull($3)); }
285 | NOT re { $$ = op1(NOT, notnull($2)); }
325 { $$ = stat2(DO, $3, notnull($7)); }
364 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
444 WHILE '(' pattern rparen { $$ = notnull($3); }
468 Node *notnull(Node *n)