| /src/external/gpl3/gcc/dist/gcc/ |
| ubsan.cc | 1606 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1610 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 1621 ubsan_type_descriptor (lhstype), NULL_TREE, 1671 tree lhstype = TREE_TYPE (lhs); local 1672 tree lhsinner = VECTOR_TYPE_P (lhstype) ? TREE_TYPE (lhstype) : lhstype; 1708 a = build_zero_cst (lhstype); 1719 a = build_zero_cst (lhstype); 1722 a = make_ssa_name (lhstype); [all...] |
| ubsan.cc | 1606 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1610 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 1621 ubsan_type_descriptor (lhstype), NULL_TREE, 1671 tree lhstype = TREE_TYPE (lhs); local 1672 tree lhsinner = VECTOR_TYPE_P (lhstype) ? TREE_TYPE (lhstype) : lhstype; 1708 a = build_zero_cst (lhstype); 1719 a = build_zero_cst (lhstype); 1722 a = make_ssa_name (lhstype); [all...] |
| ubsan.cc | 1606 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1610 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 1621 ubsan_type_descriptor (lhstype), NULL_TREE, 1671 tree lhstype = TREE_TYPE (lhs); local 1672 tree lhsinner = VECTOR_TYPE_P (lhstype) ? TREE_TYPE (lhstype) : lhstype; 1708 a = build_zero_cst (lhstype); 1719 a = build_zero_cst (lhstype); 1722 a = make_ssa_name (lhstype); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ubsan.cc | 1534 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1538 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 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); [all...] |
| ubsan.cc | 1534 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1538 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 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); [all...] |
| ubsan.cc | 1534 LOC is a location, LHSTYPE is the type of LHS, OP0 and OP1 1538 ubsan_build_overflow_builtin (tree_code code, location_t loc, tree lhstype, 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); [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 9468 tree lhstype = TREE_TYPE (lhs); 9470 tree olhstype = lhstype; 9502 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9508 *ptr = build2 (COMPOUND_EXPR, lhstype, 9616 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9618 rhs = convert (lhstype, rhs); 9623 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9629 &rhs_vec, lhstype, LOOKUP_NORMAL, 9654 if (! MAYBE_CLASS_TYPE_P (lhstype)) 9666 lhstype = olhstype 9455 tree lhstype = TREE_TYPE (lhs); local [all...] |
| typeck.cc | 9468 tree lhstype = TREE_TYPE (lhs); 9470 tree olhstype = lhstype; 9502 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9508 *ptr = build2 (COMPOUND_EXPR, lhstype, 9616 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9618 rhs = convert (lhstype, rhs); 9623 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9629 &rhs_vec, lhstype, LOOKUP_NORMAL, 9654 if (! MAYBE_CLASS_TYPE_P (lhstype)) 9666 lhstype = olhstype 9455 tree lhstype = TREE_TYPE (lhs); local [all...] |
| typeck.cc | 9468 tree lhstype = TREE_TYPE (lhs); 9470 tree olhstype = lhstype; 9502 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9508 *ptr = build2 (COMPOUND_EXPR, lhstype, 9616 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9618 rhs = convert (lhstype, rhs); 9623 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9629 &rhs_vec, lhstype, LOOKUP_NORMAL, 9654 if (! MAYBE_CLASS_TYPE_P (lhstype)) 9666 lhstype = olhstype 9455 tree lhstype = TREE_TYPE (lhs); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 3826 tree lhstype = TREE_TYPE (outer); local 3830 if (POINTER_TYPE_P (lhstype)) 3834 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| objc-act.cc | 3826 tree lhstype = TREE_TYPE (outer); local 3830 if (POINTER_TYPE_P (lhstype)) 3834 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| objc-act.cc | 3826 tree lhstype = TREE_TYPE (outer); local 3830 if (POINTER_TYPE_P (lhstype)) 3834 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 8975 tree lhstype = TREE_TYPE (lhs); 8977 tree olhstype = lhstype; 9009 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9015 *ptr = build2 (COMPOUND_EXPR, lhstype, 9123 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9125 rhs = convert (lhstype, rhs); 9126 result = build2 (INIT_EXPR, lhstype, lhs, rhs); 9130 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9136 &rhs_vec, lhstype, LOOKUP_NORMAL, 9159 if (! MAYBE_CLASS_TYPE_P (lhstype)) 8961 tree lhstype = TREE_TYPE (lhs); local [all...] |
| typeck.cc | 8975 tree lhstype = TREE_TYPE (lhs); 8977 tree olhstype = lhstype; 9009 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9015 *ptr = build2 (COMPOUND_EXPR, lhstype, 9123 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9125 rhs = convert (lhstype, rhs); 9126 result = build2 (INIT_EXPR, lhstype, lhs, rhs); 9130 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9136 &rhs_vec, lhstype, LOOKUP_NORMAL, 9159 if (! MAYBE_CLASS_TYPE_P (lhstype)) 8961 tree lhstype = TREE_TYPE (lhs); local [all...] |
| typeck.cc | 8975 tree lhstype = TREE_TYPE (lhs); 8977 tree olhstype = lhstype; 9009 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); 9015 *ptr = build2 (COMPOUND_EXPR, lhstype, 9123 if (! same_type_p (TREE_TYPE (rhs), lhstype)) 9125 rhs = convert (lhstype, rhs); 9126 result = build2 (INIT_EXPR, lhstype, lhs, rhs); 9130 else if (! MAYBE_CLASS_TYPE_P (lhstype)) 9136 &rhs_vec, lhstype, LOOKUP_NORMAL, 9159 if (! MAYBE_CLASS_TYPE_P (lhstype)) 8961 tree lhstype = TREE_TYPE (lhs); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 3828 tree lhstype = TREE_TYPE (outer); local 3832 if (POINTER_TYPE_P (lhstype)) 3836 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| objc-act.cc | 3828 tree lhstype = TREE_TYPE (outer); local 3832 if (POINTER_TYPE_P (lhstype)) 3836 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| objc-act.cc | 3828 tree lhstype = TREE_TYPE (outer); local 3832 if (POINTER_TYPE_P (lhstype)) 3836 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 6767 tree lhstype = TREE_TYPE (lhs); 6768 tree olhstype = lhstype; 6781 if (TREE_CODE (lhstype) == ARRAY_TYPE) 6863 if (TYPE_READONLY (lhstype) 6864 || (RECORD_OR_UNION_TYPE_P (lhstype) 6865 && C_TYPE_FIELDS_READONLY (lhstype))) 6879 && (TREE_CODE (lhstype) == INTEGER_TYPE 6880 || TREE_CODE (lhstype) == BOOLEAN_TYPE 6881 || SCALAR_FLOAT_TYPE_P (lhstype) 6882 || TREE_CODE (lhstype) == ENUMERAL_TYPE) 6746 tree lhstype = TREE_TYPE (lhs); local [all...] |
| c-typeck.cc | 6767 tree lhstype = TREE_TYPE (lhs); 6768 tree olhstype = lhstype; 6781 if (TREE_CODE (lhstype) == ARRAY_TYPE) 6863 if (TYPE_READONLY (lhstype) 6864 || (RECORD_OR_UNION_TYPE_P (lhstype) 6865 && C_TYPE_FIELDS_READONLY (lhstype))) 6879 && (TREE_CODE (lhstype) == INTEGER_TYPE 6880 || TREE_CODE (lhstype) == BOOLEAN_TYPE 6881 || SCALAR_FLOAT_TYPE_P (lhstype) 6882 || TREE_CODE (lhstype) == ENUMERAL_TYPE) 6746 tree lhstype = TREE_TYPE (lhs); local [all...] |
| c-typeck.cc | 6767 tree lhstype = TREE_TYPE (lhs); 6768 tree olhstype = lhstype; 6781 if (TREE_CODE (lhstype) == ARRAY_TYPE) 6863 if (TYPE_READONLY (lhstype) 6864 || (RECORD_OR_UNION_TYPE_P (lhstype) 6865 && C_TYPE_FIELDS_READONLY (lhstype))) 6879 && (TREE_CODE (lhstype) == INTEGER_TYPE 6880 || TREE_CODE (lhstype) == BOOLEAN_TYPE 6881 || SCALAR_FLOAT_TYPE_P (lhstype) 6882 || TREE_CODE (lhstype) == ENUMERAL_TYPE) 6746 tree lhstype = TREE_TYPE (lhs); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 6250 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) == ENUMERAL_TYPE) 6231 tree lhstype = TREE_TYPE (lhs); local [all...] |
| c-typeck.cc | 6250 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) == ENUMERAL_TYPE) 6231 tree lhstype = TREE_TYPE (lhs); local [all...] |
| c-typeck.cc | 6250 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) == ENUMERAL_TYPE) 6231 tree lhstype = TREE_TYPE (lhs); local [all...] |