Home
last modified time | relevance | path

Searched refs:class_of_this_parm (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc1509 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 Dsearch.cc1794 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
H A Derror.cc1668 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 Ddecl2.cc202 (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 Dmangle.cc2753 tree this_type = class_of_this_parm (type); in write_function_type()
H A Dtypeck.cc900 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 DChangeLog-20113571 * 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 Dcall.cc1446 tree fbase = class_of_this_parm (fromfn); in standard_conversion()
1447 tree tbase = class_of_this_parm (tofn); in standard_conversion()
H A Dcp-tree.h6511 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
H A DChangeLog-20133504 (class_of_this_parm): Likewise.
H A Dpt.cc24772 class_of_this_parm (arg), in unify()
24773 class_of_this_parm (parm)))) in unify()
H A DChangeLog-20183983 * search.c (field_accessor_p): Use class_of_this_parm rather than
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c1484 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 Dsearch.c1778 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
H A Ddecl2.c204 (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 Derror.c1577 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 Dmangle.c2668 tree this_type = class_of_this_parm (type); in write_function_type()
H A Dtypeck.c872 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 Dcall.c1434 tree fbase = class_of_this_parm (fromfn); in standard_conversion()
1435 tree tbase = class_of_this_parm (tofn); in standard_conversion()
H A Dcp-tree.h6266 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
H A Dpt.c23850 class_of_this_parm (arg), in unify()
23851 class_of_this_parm (parm)))) in unify()