HomeSort by: relevance | last modified time | path
    Searched refs:signed_short (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
expr_promote_trad.c 17 short signed_short; member in struct:arithmetic_types
42 arg->signed_short, /* gets promoted to 'int' */
msg_259_c90.c 28 void signed_short(signed short);
103 signed_short(c);
104 signed_short(sc);
105 signed_short(uc);
106 signed_short(ss);
107 signed_short(us);
108 signed_short(si);
109 signed_short(ui);
110 signed_short(sl);
111 signed_short(ul)
    [all...]
msg_259.c 28 void signed_short(signed short);
105 signed_short(c);
106 signed_short(sc);
107 signed_short(uc);
108 signed_short(ss);
109 signed_short(us);
110 signed_short(si);
111 signed_short(ui);
112 signed_short(sll);
113 signed_short(ull)
    [all...]
expr_promote.c 17 short signed_short; member in struct:arithmetic_types
45 arg->signed_short, /* gets promoted to 'int' */
decl.c 137 short signed_short; variable in typeref:typename:short
156 sizeof(const typeof(signed_short)) +

Completed in 12 milliseconds