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