Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1671 enum gcc_cp_ref_qualifiers rquals) in plugin_build_reference_type() argument
1675 switch (rquals) in plugin_build_reference_type()
2160 cp_ref_qualifier rquals; in plugin_build_method_type() local
2171 rquals = REF_QUAL_NONE; in plugin_build_method_type()
2174 rquals = REF_QUAL_LVALUE; in plugin_build_method_type()
2177 rquals = REF_QUAL_RVALUE; in plugin_build_method_type()
2184 ? build_memfn_type (func_type, class_type, quals, rquals) in plugin_build_method_type()
2185 : apply_memfn_quals (func_type, quals, rquals); in plugin_build_method_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1515 enum gcc_cp_ref_qualifiers rquals) in plugin_build_reference_type() argument
1519 switch (rquals) in plugin_build_reference_type()
2001 cp_ref_qualifier rquals; in plugin_build_method_type() local
2012 rquals = REF_QUAL_NONE; in plugin_build_method_type()
2015 rquals = REF_QUAL_LVALUE; in plugin_build_method_type()
2018 rquals = REF_QUAL_RVALUE; in plugin_build_method_type()
2025 ? build_memfn_type (func_type, class_type, quals, rquals) in plugin_build_method_type()
2026 : apply_memfn_quals (func_type, quals, rquals); in plugin_build_method_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6974 int rquals = TYPE_QUALS (ttr) & ~TYPE_QUAL_ATOMIC; in convert_for_assignment() local
6976 if (lquals == rquals in convert_for_assignment()
6979 ? ((lquals | rquals) == rquals) in convert_for_assignment()
6980 : ((lquals | rquals) == lquals))) in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc7087 int rquals = TYPE_QUALS (ttr) & ~TYPE_QUAL_ATOMIC; in convert_for_assignment() local
7089 if (lquals == rquals in convert_for_assignment()
7092 ? ((lquals | rquals) == rquals) in convert_for_assignment()
7093 : ((lquals | rquals) == lquals))) in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc8625 int rquals = type_memfn_rqual (type); in type_node() local
8630 || rquals != type_memfn_rqual (root) in type_node()
8633 flags = rquals | (int (late) << 2) | (quals << 3); in type_node()
8660 int rquals = cp_type_quals (root); in type_node() local
8662 if (quals == rquals) in type_node()