Searched refs:inttype (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c3546 tree result, inttype;
3576 inttype = c_common_type_for_size (TYPE_PRECISION (TREE_TYPE (op0)), 0);
3578 inttype = restype;
3593 MINUS_EXPR, convert (inttype, op0),
3594 convert (inttype, op1), 0);
3605 result = fold_build2_loc (loc, EXACT_DIV_EXPR, inttype,
3606 op0, convert (inttype, op1));
3532 tree result, inttype; local
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml68 type inttype = B_TImode | B_EImode | B_OImode | B_CImode | B_XImode type
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc13307 Integer_type* inttype = ntype->integer_type(); local
13308 if (sizeof(index) <= static_cast<size_t>(inttype->bits() * 8)
13309 && index >> (inttype->bits() - 1) != 0)

Completed in 324 milliseconds