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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl2.c118 int this_quals = TYPE_UNQUALIFIED;
121 this_quals = quals & TYPE_QUAL_RESTRICT;
126 return this_quals;
138 return this_quals;
270 cp_cv_quals this_quals = TYPE_UNQUALIFIED;
284 this_quals = grok_method_quals (ctype, function, quals);
297 this_quals |= TYPE_QUAL_CONST;
298 qual_type = cp_build_qualified_type (type, this_quals);
300 cp_apply_type_quals_to_decl (this_quals, parm);
117 int this_quals = TYPE_UNQUALIFIED; local
269 cp_cv_quals this_quals = TYPE_UNQUALIFIED; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c6627 cp_cv_quals this_quals;
6632 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
6633 qual_type = cp_build_qualified_type (this_type, this_quals);
6635 cp_apply_type_quals_to_decl (this_quals, parm);
6612 cp_cv_quals this_quals; local

Completed in 71 milliseconds