Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c829 tree raises = empty_except_spec; in synthesize_exception_spec()
989 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.c3206 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE); in cxx_init_decl_processing()
3222 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
3293 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.c14906 type_id_list = empty_except_spec; in cp_parser_exception_specification_opt()