Home
last modified time | relevance | path

Searched refs:this_quals (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c7097 cp_cv_quals this_quals; in build_this_parm() local
7109 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()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c8618 cp_cv_quals this_quals; in build_this_parm() local
8630 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()