Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc2308 cp_ref_qualifier rqual, tree raises, bool late) in cp_check_qualified_type() argument
2315 && type_memfn_rqual (cand) == rqual); in cp_check_qualified_type()
2321 build_ref_qualified_type (tree type, cp_ref_qualifier rqual) in build_ref_qualified_type() argument
2325 return build_cp_fntype_variant (type, rqual, raises, late); in build_ref_qualified_type()
2767 build_cp_fntype_variant (tree type, cp_ref_qualifier rqual, in build_cp_fntype_variant() argument
2787 switch (rqual) in build_cp_fntype_variant()
2812 rqual, cr, false); in build_cp_fntype_variant()
2846 cp_ref_qualifier rqual = type_memfn_rqual (variant); in fixup_deferred_exception_variants() local
2856 rqual, cr, false)) in fixup_deferred_exception_variants()
2867 rqual, cr, false); in fixup_deferred_exception_variants()
[all …]
H A Dtree.c2209 cp_ref_qualifier rqual, tree raises, bool late) in cp_check_qualified_type() argument
2216 && type_memfn_rqual (cand) == rqual); in cp_check_qualified_type()
2222 build_ref_qualified_type (tree type, cp_ref_qualifier rqual) in build_ref_qualified_type() argument
2226 return build_cp_fntype_variant (type, rqual, raises, late); in build_ref_qualified_type()
2644 build_cp_fntype_variant (tree type, cp_ref_qualifier rqual, in build_cp_fntype_variant() argument
2649 if (cp_check_qualified_type (type, type, type_quals, rqual, raises, late)) in build_cp_fntype_variant()
2654 if (cp_check_qualified_type (v, type, type_quals, rqual, raises, late)) in build_cp_fntype_variant()
2661 switch (rqual) in build_cp_fntype_variant()
2686 rqual, cr, false); in build_cp_fntype_variant()
2700 cp_ref_qualifier rqual = type_memfn_rqual (type); in build_exception_variant() local
[all …]
H A Ddecl.c9450 cp_ref_qualifier rqual, in grokfndecl() argument
9728 if (quals || rqual) in grokfndecl()
9742 if (rqual) in grokfndecl()
9748 rqual = REF_QUAL_NONE; in grokfndecl()
12347 if (rqual) in grokdeclarator()
12353 rqual = REF_QUAL_NONE; in grokdeclarator()
12529 rqual); in grokdeclarator()
12533 rqual = REF_QUAL_NONE; in grokdeclarator()
12905 rqual = REF_QUAL_NONE; in grokdeclarator()
13019 rqual = type_memfn_rqual (type); in grokdeclarator()
[all …]
H A Ddecl.cc10075 cp_ref_qualifier rqual, in grokfndecl() argument
10353 if (quals || rqual) in grokfndecl()
10367 if (rqual) in grokfndecl()
10373 rqual = REF_QUAL_NONE; in grokfndecl()
13037 if (rqual) in grokdeclarator()
13043 rqual = REF_QUAL_NONE; in grokdeclarator()
13217 rqual); in grokdeclarator()
13221 rqual = REF_QUAL_NONE; in grokdeclarator()
13602 rqual = REF_QUAL_NONE; in grokdeclarator()
13718 rqual = type_memfn_rqual (type); in grokdeclarator()
[all …]
H A Dtypeck.c855 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
857 gcc_assert (rqual == type_memfn_rqual (t2)); in merge_types()
864 t1 = build_cp_fntype_variant (rval, rqual, raises, late_return_type_p); in merge_types()
875 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
889 t1 = build_cp_fntype_variant (t3, rqual, raises, late_return_type_1_p); in merge_types()
10441 apply_memfn_quals (tree type, cp_cv_quals memfn_quals, cp_ref_qualifier rqual) in apply_memfn_quals() argument
10446 && type_memfn_rqual (type) == rqual) in apply_memfn_quals()
10452 return build_ref_qualified_type (result, rqual); in apply_memfn_quals()
H A Dtypeck.cc883 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
885 gcc_assert (rqual == type_memfn_rqual (t2)); in merge_types()
892 t1 = build_cp_fntype_variant (rval, rqual, raises, late_return_type_p); in merge_types()
903 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
917 t1 = build_cp_fntype_variant (t3, rqual, raises, late_return_type_1_p); in merge_types()
11033 apply_memfn_quals (tree type, cp_cv_quals memfn_quals, cp_ref_qualifier rqual) in apply_memfn_quals() argument
11038 && type_memfn_rqual (type) == rqual) in apply_memfn_quals()
11044 return build_ref_qualified_type (result, rqual); in apply_memfn_quals()
H A Ddecl2.c157 cp_ref_qualifier rqual) in build_memfn_type() argument
174 newtype = build_cp_fntype_variant (newtype, rqual, in build_memfn_type()
H A Ddecl2.cc155 cp_ref_qualifier rqual) in build_memfn_type() argument
172 newtype = build_cp_fntype_variant (newtype, rqual, in build_memfn_type()
H A Dmodule.cc9422 cp_ref_qualifier rqual = cp_ref_qualifier (flags & 3); in tree_node() local
9430 res = build_cp_fntype_variant (res, rqual, raises, late); in tree_node()
9432 res = apply_memfn_quals (res, quals, rqual); in tree_node()
H A Dpt.c13703 cp_ref_qualifier rqual = type_memfn_rqual (t); in rebuild_function_or_method_type() local
13705 return build_cp_fntype_variant (new_type, rqual, raises, late_return_type_p); in rebuild_function_or_method_type()
H A Dpt.cc14084 cp_ref_qualifier rqual = type_memfn_rqual (t); in rebuild_function_or_method_type() local
14086 return build_cp_fntype_variant (new_type, rqual, raises, late_return_type_p); in rebuild_function_or_method_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c2209 cp_ref_qualifier rqual, tree raises, bool late) in cp_check_qualified_type() argument
2216 && type_memfn_rqual (cand) == rqual); in cp_check_qualified_type()
2222 build_ref_qualified_type (tree type, cp_ref_qualifier rqual) in build_ref_qualified_type() argument
2226 return build_cp_fntype_variant (type, rqual, raises, late); in build_ref_qualified_type()
2644 build_cp_fntype_variant (tree type, cp_ref_qualifier rqual, in build_cp_fntype_variant() argument
2649 if (cp_check_qualified_type (type, type, type_quals, rqual, raises, late)) in build_cp_fntype_variant()
2654 if (cp_check_qualified_type (v, type, type_quals, rqual, raises, late)) in build_cp_fntype_variant()
2661 switch (rqual) in build_cp_fntype_variant()
2686 rqual, cr, false); in build_cp_fntype_variant()
2700 cp_ref_qualifier rqual = type_memfn_rqual (type); in build_exception_variant() local
[all …]
H A Ddecl.c9450 cp_ref_qualifier rqual, in grokfndecl() argument
9728 if (quals || rqual) in grokfndecl()
9742 if (rqual) in grokfndecl()
9748 rqual = REF_QUAL_NONE; in grokfndecl()
12347 if (rqual) in grokdeclarator()
12353 rqual = REF_QUAL_NONE; in grokdeclarator()
12529 rqual); in grokdeclarator()
12533 rqual = REF_QUAL_NONE; in grokdeclarator()
12905 rqual = REF_QUAL_NONE; in grokdeclarator()
13019 rqual = type_memfn_rqual (type); in grokdeclarator()
[all …]
H A Dtypeck.c855 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
857 gcc_assert (rqual == type_memfn_rqual (t2)); in merge_types()
864 t1 = build_cp_fntype_variant (rval, rqual, raises, late_return_type_p); in merge_types()
875 cp_ref_qualifier rqual = type_memfn_rqual (t1); in merge_types() local
889 t1 = build_cp_fntype_variant (t3, rqual, raises, late_return_type_1_p); in merge_types()
10441 apply_memfn_quals (tree type, cp_cv_quals memfn_quals, cp_ref_qualifier rqual) in apply_memfn_quals() argument
10446 && type_memfn_rqual (type) == rqual) in apply_memfn_quals()
10452 return build_ref_qualified_type (result, rqual); in apply_memfn_quals()
H A Ddecl2.c157 cp_ref_qualifier rqual) in build_memfn_type() argument
174 newtype = build_cp_fntype_variant (newtype, rqual, in build_memfn_type()
H A Dpt.c13703 cp_ref_qualifier rqual = type_memfn_rqual (t); in rebuild_function_or_method_type() local
13705 return build_cp_fntype_variant (new_type, rqual, raises, late_return_type_p); in rebuild_function_or_method_type()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.c1500 struct demangle_component *rqual; in d_nested_name() local
1511 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1517 if (rqual) in d_nested_name()
1519 d_left (rqual) = ret; in d_nested_name()
1520 ret = rqual; in d_nested_name()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.c1500 struct demangle_component *rqual; in d_nested_name() local
1511 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1517 if (rqual) in d_nested_name()
1519 d_left (rqual) = ret; in d_nested_name()
1520 ret = rqual; in d_nested_name()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.c1500 struct demangle_component *rqual; in d_nested_name() local
1511 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1517 if (rqual) in d_nested_name()
1519 d_left (rqual) = ret; in d_nested_name()
1520 ret = rqual; in d_nested_name()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dcp-demangle.c1500 struct demangle_component *rqual; in d_nested_name() local
1511 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1517 if (rqual) in d_nested_name()
1519 d_left (rqual) = ret; in d_nested_name()
1520 ret = rqual; in d_nested_name()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.c1506 struct demangle_component *rqual; in d_nested_name() local
1517 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1523 if (rqual) in d_nested_name()
1525 d_left (rqual) = ret; in d_nested_name()
1526 ret = rqual; in d_nested_name()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dcp-demangle.c1500 struct demangle_component *rqual; in d_nested_name() local
1511 rqual = d_ref_qualifier (di, NULL); in d_nested_name()
1517 if (rqual) in d_nested_name()
1519 d_left (rqual) = ret; in d_nested_name()
1520 ret = rqual; in d_nested_name()