Searched refs:class_of_this_parm (Results 1 – 17 of 17) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cxx-pretty-print.c | 1390 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()
|
| HD | error.c | 834 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()
|
| HD | decl2.c | 164 (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()
|
| HD | mangle.c | 2288 tree this_type = class_of_this_parm (type); in write_function_type()
|
| HD | typeck.c | 848 tree basetype = class_of_this_parm (t2); in merge_types() 8224 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
|
| HD | call.c | 1276 tree fbase = class_of_this_parm (fromfn); in standard_conversion() 1277 tree tbase = class_of_this_parm (tofn); in standard_conversion()
|
| HD | cp-tree.h | 4841 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
|
| HD | pt.c | 16572 class_of_this_parm (arg), in unify() 16573 class_of_this_parm (parm)))) in unify()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cxx-pretty-print.c | 1432 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()
|
| HD | error.c | 1540 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()
|
| HD | decl2.c | 217 (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()
|
| HD | search.c | 1758 tree this_class = class_of_this_parm (fntype); in field_accessor_p()
|
| HD | mangle.c | 2684 tree this_type = class_of_this_parm (type); in write_function_type()
|
| HD | typeck.c | 868 tree basetype = class_of_this_parm (t2); in merge_types() 9682 return cp_type_quals (class_of_this_parm (type)); in type_memfn_quals()
|
| HD | call.c | 1335 tree fbase = class_of_this_parm (fromfn); in standard_conversion() 1336 tree tbase = class_of_this_parm (tofn); in standard_conversion()
|
| HD | cp-tree.h | 5972 class_of_this_parm (const_tree fntype) in class_of_this_parm() function
|
| HD | pt.c | 22031 class_of_this_parm (arg), in unify() 22032 class_of_this_parm (parm)))) in unify()
|