Searched refs:lhstype (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dubsan.c1520 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, argument
1531 ubsan_type_descriptor (lhstype), NULL_TREE,
1581 tree lhstype = TREE_TYPE (lhs); local
1582 tree lhsinner = VECTOR_TYPE_P (lhstype) ? TREE_TYPE (lhstype) : lhstype;
1617 a = build_zero_cst (lhstype);
1628 a = build_zero_cst (lhstype);
1631 a = make_ssa_name (lhstype);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dubsan.cc1538 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, argument
1549 ubsan_type_descriptor (lhstype), NULL_TREE,
1599 tree lhstype = TREE_TYPE (lhs); local
1600 tree lhsinner = VECTOR_TYPE_P (lhstype) ? TREE_TYPE (lhstype) : lhstype;
1635 a = build_zero_cst (lhstype);
1646 a = build_zero_cst (lhstype);
1649 a = make_ssa_name (lhstype);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c8418 tree lhstype = TREE_TYPE (lhs);
8420 tree olhstype = lhstype;
8452 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs);
8458 *ptr = build2 (COMPOUND_EXPR, lhstype,
8566 if (! same_type_p (TREE_TYPE (rhs), lhstype))
8568 rhs = convert (lhstype, rhs);
8569 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
8573 else if (! MAYBE_CLASS_TYPE_P (lhstype))
8579 &rhs_vec, lhstype, LOOKUP_NORMAL,
8602 if (! MAYBE_CLASS_TYPE_P (lhstype))
8404 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dclass.c8592 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t complain)
8599 if (lhstype == unknown_type_node)
8608 tree fntype = non_reference (lhstype);
8666 member = instantiate_type (lhstype, member, complain);
8678 return instantiate_type (lhstype, rhs, complain_in);
8692 resolve_address_of_overloaded_function (lhstype, fns, complain_in,
8700 resolve_address_of_overloaded_function (lhstype, rhs, complain_in,
8710 return instantiate_type (lhstype, TREE_OPERAND (rhs, 0), complain);
8585 instantiate_type(tree lhstype, tree rhs, tsubst_flags_t complain) argument
H A Dconstexpr.c2848 tree lhstype = TREE_TYPE (lhs);
2879 && !TYPE_OVERFLOW_WRAPS (lhstype)
2901 tree ulhs = fold_convert (unsigned_type_for (lhstype), lhs);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc8955 tree lhstype = TREE_TYPE (lhs);
8957 tree olhstype = lhstype;
8989 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs);
8995 *ptr = build2 (COMPOUND_EXPR, lhstype,
9103 if (! same_type_p (TREE_TYPE (rhs), lhstype))
9105 rhs = convert (lhstype, rhs);
9106 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
9110 else if (! MAYBE_CLASS_TYPE_P (lhstype))
9116 &rhs_vec, lhstype, LOOKUP_NORMAL,
9139 if (! MAYBE_CLASS_TYPE_P (lhstype))
8941 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dclass.cc8708 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t complain)
8715 if (lhstype == unknown_type_node)
8724 tree fntype = non_reference (lhstype);
8782 member = instantiate_type (lhstype, member, complain);
8794 return instantiate_type (lhstype, rhs, complain_in);
8808 resolve_address_of_overloaded_function (lhstype, fns, complain_in,
8816 resolve_address_of_overloaded_function (lhstype, rhs, complain_in,
8826 return instantiate_type (lhstype, TREE_OPERAND (rhs, 0), complain);
8701 instantiate_type(tree lhstype, tree rhs, tsubst_flags_t complain) argument
H A Dconstexpr.cc3145 tree lhstype = TREE_TYPE (lhs);
3176 && !TYPE_OVERFLOW_WRAPS (lhstype)
3198 tree ulhs = fold_convert (unsigned_type_for (lhstype), lhs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6132 tree lhstype = TREE_TYPE (lhs);
6133 tree olhstype = lhstype;
6146 if (TREE_CODE (lhstype) == ARRAY_TYPE)
6228 if (TYPE_READONLY (lhstype)
6229 || (RECORD_OR_UNION_TYPE_P (lhstype)
6230 && C_TYPE_FIELDS_READONLY (lhstype)))
6244 && (TREE_CODE (lhstype) == INTEGER_TYPE
6245 || TREE_CODE (lhstype) == BOOLEAN_TYPE
6246 || TREE_CODE (lhstype) == REAL_TYPE
6247 || TREE_CODE (lhstype)
6113 tree lhstype = TREE_TYPE (lhs); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6250 tree lhstype = TREE_TYPE (lhs);
6251 tree olhstype = lhstype;
6264 if (TREE_CODE (lhstype) == ARRAY_TYPE)
6346 if (TYPE_READONLY (lhstype)
6347 || (RECORD_OR_UNION_TYPE_P (lhstype)
6348 && C_TYPE_FIELDS_READONLY (lhstype)))
6362 && (TREE_CODE (lhstype) == INTEGER_TYPE
6363 || TREE_CODE (lhstype) == BOOLEAN_TYPE
6364 || TREE_CODE (lhstype) == REAL_TYPE
6365 || TREE_CODE (lhstype)
6231 tree lhstype = TREE_TYPE (lhs); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c3752 tree lhstype = TREE_TYPE (outer); local
3756 if (POINTER_TYPE_P (lhstype))
3760 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc3828 tree lhstype = TREE_TYPE (outer); local
3832 if (POINTER_TYPE_P (lhstype))
3836 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));

Completed in 595 milliseconds