Searched refs:expr0 (Results 1 – 6 of 6) sorted by relevance
561 hashable_expr_equal_p (const struct hashable_expr *expr0, in hashable_expr_equal_p() argument564 tree type0 = expr0->type; in hashable_expr_equal_p()581 if (expr0->kind != expr1->kind) in hashable_expr_equal_p()584 switch (expr0->kind) in hashable_expr_equal_p()587 return equal_mem_array_ref_p (expr0->ops.single.rhs, in hashable_expr_equal_p()589 || operand_equal_p (expr0->ops.single.rhs, in hashable_expr_equal_p()592 if (expr0->ops.unary.op != expr1->ops.unary.op) in hashable_expr_equal_p()595 if ((CONVERT_EXPR_CODE_P (expr0->ops.unary.op) in hashable_expr_equal_p()596 || expr0->ops.unary.op == NON_LVALUE_EXPR) in hashable_expr_equal_p()597 && TYPE_UNSIGNED (expr0->type) != TYPE_UNSIGNED (expr1->type)) in hashable_expr_equal_p()[all …]
1222 SExpr *expr0() { return Expr0; } in expr0() function1223 const SExpr *expr0() const { return Expr0; } in expr0() function1241 Ct = Cmp.compare(expr0(), E->expr0()); in compare()
779 self()->printSExpr(E->expr0(), SS, Prec_Binary-1); in printBinaryOp()
85146 2031bfb47acd5d5bf3f870f3d420f66f libgo/go/go/types/testdata/expr0.src
98216 2031bfb47acd5d5bf3f870f3d420f66f libgo/go/go/types/testdata/check/expr0.src