Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDdecl.c6442 cp_cv_quals this_quals; in build_this_parm() local
6447 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm()
6448 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
6450 cp_apply_type_quals_to_decl (this_quals, parm); in build_this_parm()