HomeSort by: relevance | last modified time | path
    Searched defs:c_common_unsigned_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1680 && int_fits_type_p (op0, c_common_unsigned_type (type)))
1684 c_common_unsigned_type (type))))
2659 c_common_unsigned_type (tree type)
2682 c_common_unsigned_type. In particular, it returns
3206 type = c_common_unsigned_type (type);
4771 unsigned_ptrdiff_type_node = c_common_unsigned_type (ptrdiff_type_node);
2654 c_common_unsigned_type (tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1643 && int_fits_type_p (op0, c_common_unsigned_type (type)))
1647 c_common_unsigned_type (type))))
2606 c_common_unsigned_type (tree type)
2629 c_common_unsigned_type. In particular, it returns
3148 type = c_common_unsigned_type (type);
4698 unsigned_ptrdiff_type_node = c_common_unsigned_type (ptrdiff_type_node);
2601 c_common_unsigned_type (tree type) function

Completed in 36 milliseconds