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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c7682 cp_cv_quals cv_quals;
7687 code = cp_parser_ptr_operator (parser, &type, &cv_quals, &std_attributes);
7697 (code, type, cv_quals, declarator, std_attributes);
12584 cp_cv_quals cv_quals;
12589 code = cp_parser_ptr_operator (parser, &class_type, &cv_quals,
12600 (code, class_type, cv_quals, declarator, std_attributes);
17401 cp_cv_quals cv_quals;
17418 &cv_quals,
17447 (code, class_type, cv_quals, declarator, std_attributes);
17588 cp_cv_quals cv_quals;
7680 cp_cv_quals cv_quals; local
12582 cp_cv_quals cv_quals; local
17399 cp_cv_quals cv_quals; local
17586 cp_cv_quals cv_quals; local
18039 cp_parser_ptr_operator(cp_parser* parser, tree* type, cp_cv_quals *cv_quals, tree *attributes) argument
18153 cp_cv_quals cv_quals = TYPE_UNQUALIFIED; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c10677 modified_type_die (tree type, int cv_quals, dw_die_ref context_die)
10693 cv_quals &= cv_qual_mask;
10699 cv_quals &= ~TYPE_QUAL_RESTRICT;
10703 cv_quals &= ~TYPE_QUAL_ATOMIC;
10707 qualified_type = get_qualified_type (type, cv_quals);
10749 if ((dquals & ~cv_quals) != TYPE_UNQUALIFIED
10750 || (cv_quals == dquals && DECL_ORIGINAL_TYPE (name) != type))
10754 cv_quals, context_die);
10761 if (cv_quals)
10777 sub_quals = get_nearest_type_subqualifiers (type, cv_quals,
10664 modified_type_die(tree type, int cv_quals, dw_die_ref context_die) argument
17357 add_type_attribute(dw_die_ref object_die, tree type, int cv_quals, dw_die_ref context_die) argument
[all...]

Completed in 221 milliseconds