Searched refs:array_p (Results 1 – 2 of 2) sorted by relevance
1579 bool array_p = false; in build_new_1() local1629 array_p = true; in build_new_1()1649 array_p = true; in build_new_1()1684 if (array_p) in build_new_1()1736 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()1740 && (array_p in build_new_1()1746 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()1776 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()1894 if (array_p) in build_new_1()1962 enum tree_code dcode = array_p ? VEC_DELETE_EXPR : DELETE_EXPR; in build_new_1()
5499 bool array_p; in cp_parser_delete_expression() local5517 array_p = true; in cp_parser_delete_expression()5520 array_p = false; in cp_parser_delete_expression()5530 return delete_sanity (expression, NULL_TREE, array_p, global_scope_p); in cp_parser_delete_expression()