Searched refs:tsubst_function_type (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 1463 * pt.c (tsubst_function_type): Remove warning for type qualifiers 1469 * pt.c (tsubst_function_type): Don't warn for type qualifiers 2464 lookup_template_class, tsubst_function_type, tsubst, 3236 * pt.c: (tsubst_function_type): Use OPT_Wignored_qualifiers
|
H A D | ChangeLog-2014 | 2305 * pt.c (tsubst_function_type): Initialize arg_types. 2330 * pt.c (tsubst_function_type): Inject the this parameter; do the 3711 * pt.c (tsubst_function_type): Make sure we keep the same function
|
H A D | ChangeLog-2004 | 643 * pt.c (tsubst_function_type): Do not permit function types which 1497 tsubst_function_type, tsubst, tsubst_qualified_id, 2572 tsubst_function_type, tsubst, tsubst_qualified_id, tsubst_copy, 6349 (tsubst_function_type): Likewise.
|
H A D | ChangeLog-2013 | 3192 * pt.c (tsubst, tsubst_function_type): Instantiate ref-quals. 3766 * pt.c (tsubst_function_type): Call abstract_virtuals_error_sfinae.
|
H A D | pt.cc | 191 static tree tsubst_function_type (tree, tree, tsubst_flags_t, tree); 1494 friend_type = tsubst_function_type (TREE_TYPE (friend_decl), args, in is_specialization_of_friend() 15389 tsubst_function_type (tree t, in tsubst_function_type() function 16256 fntype = tsubst_function_type (t, args, complain, in_decl); in tsubst()
|
H A D | ChangeLog-2020 | 1066 * pt.c (tsubst, tsubst_arg_types, tsubst_function_type): Not here. 4971 (tsubst_function_type): ... here.
|
H A D | ChangeLog-2006 | 248 * pt.c (tsubst_function_type): Warn for type qualifiers on
|
H A D | ChangeLog-1999 | 5408 * pt.c (tsubst_function_type): Copy attributes over. 6404 (tsubst_function_type): Likewise.
|
H A D | ChangeLog-2010 | 2954 * pt.c (tsubst_function_type): Likewise.
|
H A D | ChangeLog-2002 | 3970 tsubst_decl, tsubst_arg_types, tsubst_function_type,
|
H A D | ChangeLog-2018 | 2925 * pt.c (tsubst_function_type): Use build_cp_fntype_variant.
|
H A D | ChangeLog-2003 | 1901 (tsubst_function_type): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 195 static tree tsubst_function_type (tree, tree, tsubst_flags_t, tree); 1470 friend_type = tsubst_function_type (TREE_TYPE (friend_decl), args, in is_specialization_of_friend() 14982 tsubst_function_type (tree t, in tsubst_function_type() function 15840 fntype = tsubst_function_type (t, args, complain, in_decl); in tsubst()
|