Lines Matching refs:array_p
2954 bool array_p = false; in build_new_1() local
3004 array_p = true; in build_new_1()
3011 array_p = true; in build_new_1()
3147 if (array_p) in build_new_1()
3235 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()
3256 fnname = ovl_op_identifier (false, array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
3260 && (array_p in build_new_1()
3268 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()
3331 if (!(array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type))) in build_new_1()
3556 else if (array_p) in build_new_1()
3673 enum tree_code dcode = array_p ? VEC_DELETE_EXPR : DELETE_EXPR; in build_new_1()