Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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()
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 …]
Drtti.cc1045 to = build_exception_variant (to, NULL_TREE); in ptr_initializer()
Dmangle.cc418 node = build_exception_variant (node, r); in canonicalize_for_substitution()
2181 t = build_exception_variant (t, r); in write_type()
Dcvt.cc2110 tree v = build_exception_variant (from, NULL_TREE); in noexcept_conv_p()
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.
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.
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
Dtree.cc2884 build_exception_variant (tree type, tree raises) in build_exception_variant() function
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
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.
Dclass.cc5178 TREE_TYPE (dtor) = build_exception_variant (TREE_TYPE (dtor), in deduce_noexcept_on_destructor()
DChangeLog-20051360 before calling build_exception_variant.
Dcp-tree.h7877 extern tree build_exception_variant (tree, tree);
Dpt.cc16266 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()
DChangeLog-20102519 * tree.c (build_exception_variant, cxx_type_hash_eq): Adjust.
DChangeLog-20133197 (strip_typedefs, build_exception_variant): Keep ref-qualifier.
DChangeLog-2016554 (build_exception_variant): Use it.
DChangeLog-20111686 to build_exception_variant.
DChangeLog-20182906 (build_ref_qualified_type, build_exception_variant)
DChangeLog-20194334 to build_exception_variant.
DChangeLog-1994292 * tree.c (build_exception_variant): Use list compare to check if
Dmodule.cc11054 = build_exception_variant (TREE_TYPE (clone), d_spec); in is_matching_decl()