Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtree.c4785 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument
4790 if (type_memfn_rqual (typea) != type_memfn_rqual (typeb)) in cxx_type_hash_eq()
4793 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()
4800 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() argument
4805 type = build_exception_variant (type, TYPE_RAISES_EXCEPTIONS (typeb)); in cxx_copy_lang_qualifiers()
4806 type = build_ref_qualified_type (type, type_memfn_rqual (typeb)); in cxx_copy_lang_qualifiers()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-predcom.c641 tree typea, typeb; in determine_offset() local
645 typeb = TREE_TYPE (DR_REF (b)); in determine_offset()
646 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-predcom.c698 tree typea, typeb; in determine_offset() local
702 typeb = TREE_TYPE (DR_REF (b)); in determine_offset()
703 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtree.c3225 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument
3231 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()