Home
last modified time | relevance | path

Searched refs:unsigned_short (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_259_c90.c29 void unsigned_short(unsigned short);
113 unsigned_short(c); in small_integer_types()
114 unsigned_short(sc); in small_integer_types()
115 unsigned_short(uc); in small_integer_types()
116 unsigned_short(ss); in small_integer_types()
117 unsigned_short(us); in small_integer_types()
118 unsigned_short(si); in small_integer_types()
119 unsigned_short(ui); in small_integer_types()
120 unsigned_short(sl); in small_integer_types()
121 unsigned_short(ul); in small_integer_types()
Dmsg_259.c29 void unsigned_short(unsigned short);
115 unsigned_short(c); in small_integer_types()
116 unsigned_short(sc); in small_integer_types()
117 unsigned_short(uc); in small_integer_types()
118 unsigned_short(ss); in small_integer_types()
119 unsigned_short(us); in small_integer_types()
120 unsigned_short(si); in small_integer_types()
121 unsigned_short(ui); in small_integer_types()
122 unsigned_short(sll); in small_integer_types()
123 unsigned_short(ull); in small_integer_types()
Dexpr_promote_trad.c18 unsigned short unsigned_short; member
43 arg->unsigned_short, /* gets promoted to 'unsigned int' */
Dexpr_promote.c18 unsigned short unsigned_short; member
46 arg->unsigned_short, /* gets promoted to 'int' */ in caller()
Ddecl.c138 unsigned short unsigned_short; variable
157 sizeof(const typeof(unsigned_short)) +