Home
last modified time | relevance | path

Searched refs:build_exception_variant (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1282 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 Dlambda.c1208 stattype = build_exception_variant (stattype, noexcept_true_spec); in maybe_add_lambda_conv_op()
H A Ddecl.c4358 = 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 Drtti.c1031 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
H A Dmangle.c422 node = build_exception_variant (node, r); in canonicalize_for_substitution()
2096 t = build_exception_variant (t, r); in write_type()
H A Dcvt.c2091 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
H A Dtree.c2698 build_exception_variant (tree type, tree raises) in build_exception_variant() function
H A Dpt.c15850 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 Dcp-tree.h7473 extern tree build_exception_variant (tree, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1356 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 Dlambda.cc1214 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 Ddecl.cc4601 = 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 Drtti.cc1045 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
H A Dmangle.cc418 node = build_exception_variant (node, r); in canonicalize_for_substitution()
2181 t = build_exception_variant (t, r); in write_type()
H A Dcvt.cc2110 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
H A DChangeLog-19992549 (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 DChangeLog-1995608 * 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 DChangeLog-20042732 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 Dtree.cc2884 build_exception_variant (tree type, tree raises) in build_exception_variant() function
H A DChangeLog-19963216 * 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 DChangeLog-199826 * 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 Dcp-tree.h7877 extern tree build_exception_variant (tree, tree);
H A Dclass.cc5178 TREE_TYPE (dtor) = build_exception_variant (TREE_TYPE (dtor), in deduce_noexcept_on_destructor()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2057 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 Dlibcp1plugin.cc1898 result = build_exception_variant (result,
1984 function_type = build_exception_variant (function_type, in plugin_build_exception_spec_variant()

12