Searched refs:class_of_this_parm (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.cc | 1509 return class_of_this_parm (TREE_TYPE (mf)); in pp_cxx_implicit_parameter_type() 1837 pp_cxx_cv_qualifier_seq (this, class_of_this_parm (t)); in direct_abstract_declarator()
|
H A D | search.cc | 1794 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
|
H A D | error.cc | 1668 if (!(TYPE_QUALS (class_of_this_parm (TREE_TYPE (fn))) & TYPE_QUAL_CONST)) in dump_lambda_function() 1788 pp_cxx_cv_qualifier_seq (pp, class_of_this_parm (fntype)); in dump_function_decl()
|
H A D | decl2.cc | 202 (class_of_this_parm (fntype), new_ret, TREE_CHAIN (args)); in change_return_type() 1526 (class_of_this_parm (type), inner, in cp_reconstruct_complex_type()
|
H A D | mangle.cc | 2753 tree this_type = class_of_this_parm (type); in write_function_type()
|
H A D | typeck.cc | 900 tree basetype = class_of_this_parm (t2); in merge_types() 11039 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
|
H A D | ChangeLog-2011 | 3571 * cp-tree.h (type_of_this_parm, class_of_this_parm): New functions. 3572 * call.c (standard_conversion): Call class_of_this_parm.
|
H A D | call.cc | 1446 tree fbase = class_of_this_parm (fromfn); in standard_conversion() 1447 tree tbase = class_of_this_parm (tofn); in standard_conversion()
|
H A D | cp-tree.h | 6511 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
|
H A D | ChangeLog-2013 | 3504 (class_of_this_parm): Likewise.
|
H A D | pt.cc | 24772 class_of_this_parm (arg), in unify() 24773 class_of_this_parm (parm)))) in unify()
|
H A D | ChangeLog-2018 | 3983 * search.c (field_accessor_p): Use class_of_this_parm rather than
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.c | 1484 return class_of_this_parm (TREE_TYPE (mf)); in pp_cxx_implicit_parameter_type() 1794 pp_cxx_cv_qualifier_seq (this, class_of_this_parm (t)); in direct_abstract_declarator()
|
H A D | search.c | 1778 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
|
H A D | decl2.c | 204 (class_of_this_parm (fntype), new_ret, TREE_CHAIN (args)); in change_return_type() 1387 (class_of_this_parm (type), inner, in cp_reconstruct_complex_type()
|
H A D | error.c | 1577 if (!(TYPE_QUALS (class_of_this_parm (TREE_TYPE (fn))) & TYPE_QUAL_CONST)) in dump_lambda_function() 1691 pp_cxx_cv_qualifier_seq (pp, class_of_this_parm (fntype)); in dump_function_decl()
|
H A D | mangle.c | 2668 tree this_type = class_of_this_parm (type); in write_function_type()
|
H A D | typeck.c | 872 tree basetype = class_of_this_parm (t2); in merge_types() 10432 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
|
H A D | call.c | 1434 tree fbase = class_of_this_parm (fromfn); in standard_conversion() 1435 tree tbase = class_of_this_parm (tofn); in standard_conversion()
|
H A D | cp-tree.h | 6266 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
|
H A D | pt.c | 23850 class_of_this_parm (arg), in unify() 23851 class_of_this_parm (parm)))) in unify()
|