Lines Matching refs:INIT_EXPR
4671 call_expr = build2 (INIT_EXPR, TREE_TYPE (call_expr), slot, call_expr);
4690 init = build2 (INIT_EXPR, void_type_node, slot, init);
4880 gcc_checking_assert (TREE_CODE (*p) == INIT_EXPR
4926 init = build2 (INIT_EXPR, void_type_node, dp->result,
6014 Also append INIT_EXPR for DECL_INITIAL of omp_priv after its
6034 tree init_expr = build2 (INIT_EXPR, void_type_node,
6037 append_to_statement_list_force (init_expr, &list);
6472 = build2 (INIT_EXPR, TREE_TYPE (v), v, init);
12003 return is_trivially_xible (INIT_EXPR, type1, type2);
12015 return is_xible (INIT_EXPR, type1, type2);
12021 return is_nothrow_xible (INIT_EXPR, type1, type2);