Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcxx-pretty-print.c1390 return class_of_this_parm (TREE_TYPE (mf)); in pp_cxx_implicit_parameter_type()
1682 pp_cxx_cv_qualifier_seq (pp, class_of_this_parm (t)); in pp_cxx_direct_abstract_declarator()
HDerror.c834 pp_cxx_cv_qualifier_seq (cxx_pp, class_of_this_parm (t)); in dump_type_suffix()
1415 pp_cxx_cv_qualifier_seq (cxx_pp, class_of_this_parm (fntype)); in dump_function_decl()
HDdecl2.c164 (class_of_this_parm (fntype), new_ret, TREE_CHAIN (args)); in change_return_type()
1264 (class_of_this_parm (type), inner, in cp_reconstruct_complex_type()
HDmangle.c2288 tree this_type = class_of_this_parm (type); in write_function_type()
HDtypeck.c848 tree basetype = class_of_this_parm (t2); in merge_types()
8224 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
HDcall.c1276 tree fbase = class_of_this_parm (fromfn); in standard_conversion()
1277 tree tbase = class_of_this_parm (tofn); in standard_conversion()
HDcp-tree.h4841 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
HDpt.c16572 class_of_this_parm (arg), in unify()
16573 class_of_this_parm (parm)))) in unify()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcxx-pretty-print.c1432 return class_of_this_parm (TREE_TYPE (mf)); in pp_cxx_implicit_parameter_type()
1742 pp_cxx_cv_qualifier_seq (this, class_of_this_parm (t)); in direct_abstract_declarator()
HDerror.c1540 if (!(TYPE_QUALS (class_of_this_parm (TREE_TYPE (fn))) & TYPE_QUAL_CONST)) in dump_lambda_function()
1652 pp_cxx_cv_qualifier_seq (pp, class_of_this_parm (fntype)); in dump_function_decl()
HDdecl2.c217 (class_of_this_parm (fntype), new_ret, TREE_CHAIN (args)); in change_return_type()
1381 (class_of_this_parm (type), inner, in cp_reconstruct_complex_type()
HDsearch.c1758 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
HDmangle.c2684 tree this_type = class_of_this_parm (type); in write_function_type()
HDtypeck.c868 tree basetype = class_of_this_parm (t2); in merge_types()
9682 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
HDcall.c1335 tree fbase = class_of_this_parm (fromfn); in standard_conversion()
1336 tree tbase = class_of_this_parm (tofn); in standard_conversion()
HDcp-tree.h5972 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
HDpt.c22031 class_of_this_parm (arg), in unify()
22032 class_of_this_parm (parm)))) in unify()