Searched refs:ast_equal (Results 1 – 3 of 3) sorted by relevance
153 ast_equal, enumerator
1139 case ast_equal: in hir()1156 "type", (this->oper == ast_equal) ? "==" : "!="); in hir()
673 $$ = new(ctx) ast_expression_bin(ast_equal, $1, $3);