Searched refs:outer_nelts (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2965 tree outer_nelts = NULL_TREE; in build_new_1() local 3003 outer_nelts = nelts; in build_new_1() 3013 outer_nelts = nelts; in build_new_1() 3020 const_tree cst_outer_nelts = fold_non_dependent_expr (outer_nelts, complain); in build_new_1() 3080 pedwarn (cp_expr_loc_or_input_loc (outer_nelts), OPT_Wvla, in build_new_1() 3225 outer_nelts, in build_new_1() 3343 if (integer_zerop (size) && outer_nelts) in build_new_1() 3344 size = build2 (MULT_EXPR, TREE_TYPE (size), size, outer_nelts); in build_new_1() 3587 MINUS_EXPR, outer_nelts, in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3042 tree outer_nelts = NULL_TREE; in build_new_1() local 3079 outer_nelts = nelts; in build_new_1() 3089 outer_nelts = nelts; in build_new_1() 3096 const_tree cst_outer_nelts = fold_non_dependent_expr (outer_nelts, complain); in build_new_1() 3156 pedwarn (cp_expr_loc_or_input_loc (outer_nelts), OPT_Wvla, in build_new_1() 3301 outer_nelts, in build_new_1() 3425 if (integer_zerop (size) && outer_nelts) in build_new_1() 3426 size = build2 (MULT_EXPR, TREE_TYPE (size), size, outer_nelts); in build_new_1() 3670 MINUS_EXPR, outer_nelts, in build_new_1()
|
H A D | ChangeLog | 2006 (build_new_1): If size is 0, change it to 0 * outer_nelts if 2007 outer_nelts is non-NULL. Pass type rather than elt_type to 2011 If elt_size is zero sized type, try to recover outer_nelts from
|