Home
last modified time | relevance | path

Searched refs:unsigned_suffix (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c1737 int unsigned_suffix; in type_suffix() local
1763 unsigned_suffix = TYPE_UNSIGNED (type); in type_suffix()
1765 unsigned_suffix = 0; in type_suffix()
1766 return suffixes[is_long * 2 + unsigned_suffix]; in type_suffix()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1863 int unsigned_suffix; in type_suffix() local
1889 unsigned_suffix = TYPE_UNSIGNED (type); in type_suffix()
1891 unsigned_suffix = 0; in type_suffix()
1892 return suffixes[is_long * 2 + unsigned_suffix]; in type_suffix()