Home
last modified time | relevance | path

Searched refs:empty_except_spec (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c827 tree raises = empty_except_spec;
986 tree raises = empty_except_spec;
H A Dparse.y3885 { $$ = empty_except_spec; }
H A Ddecl.c7021 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 Dcp-tree.h748 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
H A DChangeLog.22686 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 Dmethod.c827 tree raises = empty_except_spec; in synthesize_exception_spec()
987 tree raises = empty_except_spec; in implicitly_declare_fn()
H A DChangeLog-19992686 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 Ddecl.c3194 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 Dcp-tree.h611 #define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC] macro
H A Dparser.c14398 type_id_list = empty_except_spec; in cp_parser_exception_specification_opt()