Lines Matching refs:notnull
125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
138 IF '(' pattern rparen { $$ = notnull($3); }
171 pattern { $$ = notnull($1); }
201 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
205 { $$ = op2(AND, notnull($1), notnull($3)); }
222 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
224 { $$ = op2(BOR, notnull($1), notnull($3)); }
226 { $$ = op2(AND, notnull($1), notnull($3)); }
283 | NOT re { $$ = op1(NOT, notnull($2)); }
322 { $$ = stat2(DO, $3, notnull($7)); }
361 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
442 WHILE '(' pattern rparen { $$ = notnull($3); }
466 Node *notnull(Node *n)