Searched refs:narrowest_unsigned_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c46 static enum integer_type_kind narrowest_unsigned_type
700 narrowest_unsigned_type (const widest_int &val, unsigned int flags)
777 itk = narrowest_unsigned_type (wval, flags);
784 = narrowest_unsigned_type (wval, flags);
698 narrowest_unsigned_type (const widest_int &val, unsigned int flags) function
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc47 static enum integer_type_kind narrowest_unsigned_type
760 narrowest_unsigned_type (const widest_int &val, unsigned int flags)
837 itk = narrowest_unsigned_type (wval, flags);
844 = narrowest_unsigned_type (wval, flags);
758 narrowest_unsigned_type (const widest_int &val, unsigned int flags) function

Completed in 196 milliseconds