Searched refs:build_exception_variant (Results 1 – 24 of 24) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| 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()
|
| 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()
|
| 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 …]
|
| D | rtti.cc | 1045 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
|
| D | mangle.cc | 418 node = build_exception_variant (node, r); in canonicalize_for_substitution() 2181 t = build_exception_variant (t, r); in write_type()
|
| D | cvt.cc | 2110 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
|
| 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.
|
| 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.
|
| 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
|
| D | tree.cc | 2884 build_exception_variant (tree type, tree raises) in build_exception_variant() function
|
| 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
|
| 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.
|
| D | class.cc | 5178 TREE_TYPE (dtor) = build_exception_variant (TREE_TYPE (dtor), in deduce_noexcept_on_destructor()
|
| D | ChangeLog-2005 | 1360 before calling build_exception_variant.
|
| D | cp-tree.h | 7877 extern tree build_exception_variant (tree, tree);
|
| D | pt.cc | 16266 fntype = build_exception_variant (fntype, specs); in tsubst() 26193 TREE_TYPE (decl) = build_exception_variant (TREE_TYPE (decl), in regenerate_decl_from_template() 26447 TREE_TYPE (fn) = build_exception_variant (fntype, spec); in maybe_instantiate_noexcept()
|
| D | ChangeLog-2010 | 2519 * tree.c (build_exception_variant, cxx_type_hash_eq): Adjust.
|
| D | ChangeLog-2013 | 3197 (strip_typedefs, build_exception_variant): Keep ref-qualifier.
|
| D | ChangeLog-2016 | 554 (build_exception_variant): Use it.
|
| D | ChangeLog-2011 | 1686 to build_exception_variant.
|
| D | ChangeLog-2018 | 2906 (build_ref_qualified_type, build_exception_variant)
|
| D | ChangeLog-2019 | 4334 to build_exception_variant.
|
| D | ChangeLog-1994 | 292 * tree.c (build_exception_variant): Use list compare to check if
|
| D | module.cc | 11054 = build_exception_variant (TREE_TYPE (clone), d_spec); in is_matching_decl()
|