Searched refs:empty_except_spec (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | method.c | 827 tree raises = empty_except_spec; 986 tree raises = empty_except_spec;
|
| H A D | parse.y | 3885 { $$ = empty_except_spec; }
|
| H A D | decl.c | 7021 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE); in cxx_init_decl_processing() 7037 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 7100 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
|
| H A D | cp-tree.h | 748 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
|
| H A D | ChangeLog.2 | 2686 empty_except_spec, null, jclass, minus_one, terminate. 2701 (vt_off_identifier, empty_except_spec, null_node): Likewise. 3910 * cp-tree.h (empty_except_spec): New global var. 3914 * decl.c (empty_except_spec): Define new global var. 3916 (init_decl_processing): Initialize empty_except_spec. 3918 * parse.y (exception_specification_opt): Use empty_except_spec.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | method.c | 827 tree raises = empty_except_spec; in synthesize_exception_spec() 987 tree raises = empty_except_spec; in implicitly_declare_fn()
|
| H A D | ChangeLog-1999 | 2686 empty_except_spec, null, jclass, minus_one, terminate. 2701 (vt_off_identifier, empty_except_spec, null_node): Likewise. 3910 * cp-tree.h (empty_except_spec): New global var. 3914 * decl.c (empty_except_spec): Define new global var. 3916 (init_decl_processing): Initialize empty_except_spec. 3918 * parse.y (exception_specification_opt): Use empty_except_spec.
|
| H A D | decl.c | 3194 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE); in cxx_init_decl_processing() 3210 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 3281 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
|
| H A D | cp-tree.h | 611 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
|
| H A D | parser.c | 14398 type_id_list = empty_except_spec; in cp_parser_exception_specification_opt()
|