Searched refs:int_fits_type_p (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Dtree-chrec.c487 return int_fits_type_p (res, type) ? res : NULL_TREE;
1315 && !int_fits_type_p (res, type))
H A Dc-typeck.c2003 && !int_fits_type_p (index, TYPE_DOMAIN (TREE_TYPE (array))))
2532 && int_fits_type_p (val, type))
8349 int_fits_type_p (arg0, type)))
8358 int_fits_type_p (arg1, type)))
8462 && int_fits_type_p
8470 && int_fits_type_p
H A Dc-common.c973 && !int_fits_type_p (operand, type))
975 if (!int_fits_type_p (operand, c_common_signed_type (type)))
1058 return int_fits_type_p (c, type);
H A Dtree.c5681 int_fits_type_p (tree c, tree type)
5744 return int_fits_type_p (c, TREE_TYPE (type));
5654 int_fits_type_p (tree c, tree type) function
H A Dc-decl.c5896 if (int_fits_type_p (ini, integer_type_node))
5982 if (pedantic && !int_fits_type_p (value, integer_type_node))
H A Dtree.h4359 extern int int_fits_type_p (tree, tree);
H A Dfold-const.c4137 || (low != 0 && ! int_fits_type_p (low, arg0_type))
4138 || (high != 0 && ! int_fits_type_p (high, arg0_type)))
6696 && int_fits_type_p (arg1_unw, shorter_type))))
6702 || !int_fits_type_p (arg1_unw, shorter_type))
H A Dexpr.c8122 && int_fits_type_p (TREE_OPERAND (exp, 1),
H A Dbuiltins.c7466 if (int_fits_type_p (result, itype))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c771 /* int_fits_type_p must think the type of its first argument is
776 if (int_fits_type_p (value, integer_types[itk]))
797 /* int_fits_type_p must think the type of its first argument is
802 if (int_fits_type_p (value, integer_types[itk]))
H A Dc-typeck.c1302 && ! int_fits_type_p (index, TYPE_VALUES (TREE_TYPE (array))))
1700 && int_fits_type_p (val, type))
1707 && int_fits_type_p (TREE_OPERAND (val, 0), type))
1711 && int_fits_type_p (TYPE_MIN_VALUE (TREE_TYPE (val)), type)
1712 && int_fits_type_p (TYPE_MAX_VALUE (TREE_TYPE (val)), type))
2388 int_fits_type_p (arg0, type)))
2397 int_fits_type_p (arg1, type)))
2501 && int_fits_type_p
2509 && int_fits_type_p
H A Dstmt.c4632 || ! int_fits_type_p (value, index_type)))
4697 || ! int_fits_type_p (value1, index_type))
4701 || ! int_fits_type_p (value2, index_type))
H A Dc-common.c1410 && !int_fits_type_p (operand, type))
1412 if (!int_fits_type_p (operand, c_common_signed_type (type)))
1428 return int_fits_type_p (c, type);
H A Dtree.c4127 int_fits_type_p (c, type)
4152 return int_fits_type_p (c, TREE_TYPE (type));
4100 int_fits_type_p (c, type) function
H A Dc-decl.c5709 if (int_fits_type_p (DECL_INITIAL (enu), enum_value_type))
5786 if (pedantic && ! int_fits_type_p (value, integer_type_node))
H A Dfold-const.c3089 || (low != 0 && ! int_fits_type_p (low, type))
3090 || (high != 0 && ! int_fits_type_p (high, type)))
6328 && int_fits_type_p (t1, TREE_TYPE (tem)))))
H A Dtree.h2969 extern int int_fits_type_p PARAMS ((tree, tree));
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcvt.c1244 && ! int_fits_type_p (TYPE_MAX_VALUE (type), totype))
H A Dtypeck.c2464 && ! int_fits_type_p (idx, TYPE_DOMAIN (TREE_TYPE (array))))
3545 int_fits_type_p (arg0, type)))
3553 int_fits_type_p (arg1, type)))
3664 && int_fits_type_p (orig_op1, c_common_signed_type
3667 && int_fits_type_p (orig_op0, c_common_signed_type
H A Ddecl.c10399 so we must check with int_fits_type_p as well. */
10405 overflowed |= !int_fits_type_p (value, TREE_TYPE (prev_value));
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c1170 && ! int_fits_type_p (TYPE_MAX_VALUE (type), totype))
H A Dtypeck.c2472 && ! int_fits_type_p (idx, TYPE_VALUES (TREE_TYPE (array))))
3477 int_fits_type_p (arg0, type)))
3485 int_fits_type_p (arg1, type)))
3593 && int_fits_type_p (orig_op1, c_common_signed_type
3596 && int_fits_type_p (orig_op0, c_common_signed_type
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h38 extern int int_fits_type_p PARAMS ((tree, tree));
H A Dparse.c16637 if (int_fits_type_p (rhs, lhs_type))
19664 && JBSC_TYPE_P (t2) && int_fits_type_p (TREE_OPERAND (node, 1), t2))
19670 && JBSC_TYPE_P (t1) && int_fits_type_p (TREE_OPERAND (node, 2), t1))
H A Dparse.y13068 if (int_fits_type_p (rhs, lhs_type))
16095 && JBSC_TYPE_P (t2) && int_fits_type_p (TREE_OPERAND (node, 1), t2))
16101 && JBSC_TYPE_P (t1) && int_fits_type_p (TREE_OPERAND (node, 2), t1))

Completed in 903 milliseconds

12