Searched refs:this_quals (Results 1 – 2 of 2) sorted by relevance
7097 cp_cv_quals this_quals; in build_this_parm() local7109 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm()7110 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()7112 cp_apply_type_quals_to_decl (this_quals, parm); in build_this_parm()
8618 cp_cv_quals this_quals; in build_this_parm() local8630 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm()8631 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()8633 cp_apply_type_quals_to_decl (this_quals, parm); in build_this_parm()