/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | method.c | 1282 TREE_TYPE (fndecl) = build_exception_variant (TREE_TYPE (fndecl), in ~comp_info() 2627 TREE_TYPE (decl) = build_exception_variant (TREE_TYPE (decl), spec); in deduce_inheriting_ctor() 2634 TREE_TYPE (clone) = build_exception_variant (TREE_TYPE (clone), spec); in deduce_inheriting_ctor() 2810 fn_type = build_exception_variant (fn_type, raises); in implicitly_declare_fn() 2974 TREE_TYPE (fn) = build_exception_variant (TREE_TYPE (fn), eh_spec); in defaulted_late_check()
|
H A D | lambda.c | 1208 stattype = build_exception_variant (stattype, noexcept_true_spec); in maybe_add_lambda_conv_op()
|
H A D | decl.c | 4358 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 4466 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing() 4468 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4493 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4514 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing() 4528 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4543 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4826 type = build_exception_variant (type, raises); in push_library_fn() 12476 type = build_exception_variant (type, raises); in grokdeclarator()
|
H A D | rtti.c | 1031 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
|
H A D | mangle.c | 422 node = build_exception_variant (node, r); in canonicalize_for_substitution() 2096 t = build_exception_variant (t, r); in write_type()
|
H A D | cvt.c | 2091 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
|
H A D | tree.c | 2698 build_exception_variant (tree type, tree raises) in build_exception_variant() function
|
H A D | pt.c | 15850 fntype = build_exception_variant (fntype, specs); in tsubst() 25295 TREE_TYPE (decl) = build_exception_variant (TREE_TYPE (decl), in regenerate_decl_from_template() 25589 TREE_TYPE (fn) = build_exception_variant (fntype, spec); in maybe_instantiate_noexcept() 25599 TREE_TYPE (clone) = build_exception_variant (TREE_TYPE (clone), spec); in maybe_instantiate_noexcept()
|
H A D | cp-tree.h | 7473 extern tree build_exception_variant (tree, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | method.cc | 1356 TREE_TYPE (fndecl) = build_exception_variant (TREE_TYPE (fndecl), in ~comp_info() 2922 TREE_TYPE (decl) = build_exception_variant (TREE_TYPE (decl), spec); in deduce_inheriting_ctor() 2929 TREE_TYPE (clone) = build_exception_variant (TREE_TYPE (clone), spec); in deduce_inheriting_ctor() 3107 fn_type = build_exception_variant (fn_type, raises); in implicitly_declare_fn() 3279 TREE_TYPE (fn) = build_exception_variant (TREE_TYPE (fn), eh_spec); in defaulted_late_check()
|
H A D | lambda.cc | 1214 stattype = build_exception_variant (stattype, noexcept_true_spec); in maybe_add_lambda_conv_op() 1226 fntype = build_exception_variant (fntype, noexcept_true_spec); in maybe_add_lambda_conv_op()
|
H A D | decl.cc | 4601 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 4709 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing() 4711 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4736 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4757 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing() 4771 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 4786 deltype = build_exception_variant (deltype, empty_except_spec); in cxx_init_decl_processing() 5114 type = build_exception_variant (type, raises); in push_library_fn() 9301 fn_type = build_exception_variant (fn_type, noexcept_true_spec); in get_atexit_node() 9331 fn_type = build_exception_variant (fn_type, noexcept_true_spec); in get_atexit_node() [all …]
|
H A D | rtti.cc | 1045 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
|
H A D | mangle.cc | 418 node = build_exception_variant (node, r); in canonicalize_for_substitution() 2181 t = build_exception_variant (t, r); in write_type()
|
H A D | cvt.cc | 2110 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
|
H A D | ChangeLog-1999 | 2549 (build_exception_variant): Don't use copy_to_permanent. 3917 Adjust build_exception_variant calls. 3927 * tree.c (build_exception_variant): Use comp_except_specs. 5113 * tree.c (build_exception_variant): Fix typo: use the chain of U, 6185 * tree.c (build_exception_variant): Use copy_to_permanent.
|
H A D | ChangeLog-1995 | 608 * cp-tree.h (build_exception_variant): Remove used first argument. 613 * tree.c (build_exception_variant): Likewise. 616 build_exception_variant, if necessary.
|
H A D | ChangeLog-2004 | 2732 build_exception_variant, handle_java_interface_attribute): Likewise. 5937 * tree.c (build_exception_variant): Use check_qualified_type. 6350 * tree.c (build_exception_variant): Check attributes before
|
H A D | tree.cc | 2884 build_exception_variant (tree type, tree raises) in build_exception_variant() function
|
H A D | ChangeLog-1996 | 3216 * tree.c (build_exception_variant): Delete unused vars I, A, T, 3874 * tree.c (build_exception_variant): Don't create new types if we
|
H A D | ChangeLog-1998 | 26 * tree.c (build_exception_variant): Don't crash on empty throw 110 (build_exception_variant): Compare the exception lists correctly. 1191 (build_exception_variant): Likewise.
|
H A D | cp-tree.h | 7877 extern tree build_exception_variant (tree, tree);
|
H A D | class.cc | 5178 TREE_TYPE (dtor) = build_exception_variant (TREE_TYPE (dtor), in deduce_noexcept_on_destructor()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2057 result = build_exception_variant (result, 2143 function_type = build_exception_variant (function_type, in plugin_build_exception_spec_variant()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 1898 result = build_exception_variant (result, 1984 function_type = build_exception_variant (function_type, in plugin_build_exception_spec_variant()
|