Home | History | Annotate | Download | only in cp

Lines Matching refs:INIT_EXPR

285       /* If we are initializing from an AGGR_INIT_EXPR, drop the INIT_EXPR and
289 case we want to replace the INIT_EXPR. */
520 case INIT_EXPR:
522 if (TREE_CODE (*expr_p) != INIT_EXPR)
775 && (TREE_CODE (TREE_OPERAND (*expr_p, 0)) == INIT_EXPR
779 /* Avoid going through the INIT_EXPR case, which can
927 /* For an INIT_EXPR, replace the INIT_EXPR itself. */
936 /* Return gets confused if we clobber its INIT_EXPR this soon. */
1112 case INIT_EXPR:
2623 case INIT_EXPR:
2927 r = build2_loc (loc, INIT_EXPR, TREE_TYPE (s), s, r);