Home
last modified time | relevance | path

Searched refs:array_p (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2168 bool array_p = false; in build_new_1() local
2209 array_p = true; in build_new_1()
2213 array_p = true; in build_new_1()
2280 if (array_p) in build_new_1()
2333 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
2337 && (array_p in build_new_1()
2343 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()
2378 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()
2550 else if (array_p) in build_new_1()
2649 enum tree_code dcode = array_p ? VEC_DELETE_EXPR : DELETE_EXPR; in build_new_1()
H A Dparser.c6970 bool array_p; in cp_parser_delete_expression() local
6988 array_p = true; in cp_parser_delete_expression()
6991 array_p = false; in cp_parser_delete_expression()
7001 return delete_sanity (expression, NULL_TREE, array_p, global_scope_p, in cp_parser_delete_expression()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c2812 bool array_p = false; in build_new_1() local
2862 array_p = true; in build_new_1()
2869 array_p = true; in build_new_1()
2996 if (array_p) in build_new_1()
3081 fnname = ovl_op_identifier (false, array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
3085 && (array_p in build_new_1()
3093 if (array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type)) in build_new_1()
3156 if (!(array_p && TYPE_VEC_NEW_USES_COOKIE (elt_type))) in build_new_1()
3361 else if (array_p) in build_new_1()
3466 enum tree_code dcode = array_p ? VEC_DELETE_EXPR : DELETE_EXPR; in build_new_1()
H A Dparser.c8729 bool array_p; in cp_parser_delete_expression() local
8747 array_p = true; in cp_parser_delete_expression()
8750 array_p = false; in cp_parser_delete_expression()
8760 return delete_sanity (expression, NULL_TREE, array_p, global_scope_p, in cp_parser_delete_expression()