Home
last modified time | relevance | path

Searched refs:typea (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc5319 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument
5321 gcc_assert (FUNC_OR_METHOD_TYPE_P (typea)); in cxx_type_hash_eq()
5323 if (type_memfn_rqual (typea) != type_memfn_rqual (typeb)) in cxx_type_hash_eq()
5325 if (TYPE_HAS_LATE_RETURN_TYPE (typea) != TYPE_HAS_LATE_RETURN_TYPE (typeb)) in cxx_type_hash_eq()
5327 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
5335 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() argument
5337 tree type = CONST_CAST_TREE (typea); in cxx_copy_lang_qualifiers()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c5015 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument
5017 gcc_assert (FUNC_OR_METHOD_TYPE_P (typea)); in cxx_type_hash_eq()
5019 if (type_memfn_rqual (typea) != type_memfn_rqual (typeb)) in cxx_type_hash_eq()
5021 if (TYPE_HAS_LATE_RETURN_TYPE (typea) != TYPE_HAS_LATE_RETURN_TYPE (typeb)) in cxx_type_hash_eq()
5023 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
5031 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() argument
5033 tree type = CONST_CAST_TREE (typea); in cxx_copy_lang_qualifiers()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc833 tree typea, typeb; in determine_offset() local
836 typea = TREE_TYPE (DR_REF (a)); in determine_offset()
838 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
H A Dfold-const.cc7524 tree a, typea, type = TREE_TYPE (bound), a1, diff, y; in fold_to_nonsharp_ineq_using_bound() local
7533 typea = TREE_TYPE (a); in fold_to_nonsharp_ineq_using_bound()
7534 if (!INTEGRAL_TYPE_P (typea) in fold_to_nonsharp_ineq_using_bound()
7535 && !POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
7551 if (TREE_TYPE (a1) != typea) in fold_to_nonsharp_ineq_using_bound()
7554 if (POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
7562 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c698 tree typea, typeb; in determine_offset() local
701 typea = TREE_TYPE (DR_REF (a)); in determine_offset()
703 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
H A Dfold-const.c7427 tree a, typea, type = TREE_TYPE (ineq), a1, diff, y; in fold_to_nonsharp_ineq_using_bound() local
7436 typea = TREE_TYPE (a); in fold_to_nonsharp_ineq_using_bound()
7437 if (!INTEGRAL_TYPE_P (typea) in fold_to_nonsharp_ineq_using_bound()
7438 && !POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
7454 if (TREE_TYPE (a1) != typea) in fold_to_nonsharp_ineq_using_bound()
7457 if (POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
7465 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()