Searched refs:ast_lequal (Results 1 – 3 of 3) sorted by relevance
161 ast_lequal, enumerator
1486 case ast_lequal: in do_hir()1502 if (this->oper == ast_greater || this->oper == ast_lequal) { in do_hir()2169 case ast_lequal: in has_sequence_subexpression()
690 $$ = new(ctx) ast_expression_bin(ast_lequal, $1, $3);