Searched refs:ast_equal (Results 1 – 3 of 3) sorted by relevance
158 ast_equal, enumerator
1508 case ast_equal: in do_hir()1526 "'void'", (this->oper == ast_equal) ? "==" : "!="); in do_hir()1532 "type", (this->oper == ast_equal) ? "==" : "!="); in do_hir()2139 case ast_equal: in has_sequence_subexpression()
688 $$ = new(ctx) ast_expression_bin(ast_equal, $1, $3);