Searched refs:SIGNED (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/common/
H A Dinittyp.c56 { SIGNED, { 0, 0,
57 SIGNED, UNSIGN,
60 SIGNED, UNSIGN,
H A Dlint.h53 SIGNED, /* keyword "signed", only used in the parser */ enumerator in enum:__anon11506
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dlint.h45 SIGNED, /* keyword "signed", only used in the parser */ enumerator in enum:__anon11509
H A Dscan.l227 { "signed", T_TYPE, 0, SIGNED, 0, 1, 0 },
228 { "__signed__", T_TYPE, 0, SIGNED, 0, 0, 0 },
229 { "__signed", T_TYPE, 0, SIGNED, 0, 0, 0 },
571 case SIGNED:
H A Ddecl.c123 typetab[SIGNED].t_tspec = SIGNED;
310 if (t == SIGNED || t == UNSIGN) {
352 case SIGNED:
628 s = dcs->d_smod; /* SIGNED, UNSIGNED */
648 s = SIGNED;
740 if (s == SIGNED || s == UNSIGN) {
742 t = s == SIGNED ? SCHAR : UCHAR;
744 t = s == SIGNED ? SHORT : USHORT;
746 t = s == SIGNED
[all...]
/freebsd-10.0-release/contrib/binutils/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
190 #define SIGNED signed macro
229 #define SIGNED macro
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
190 #define SIGNED signed macro
229 #define SIGNED macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
185 #define SIGNED signed macro
224 #define SIGNED macro
/freebsd-10.0-release/lib/libusb/
H A Dlibusb20_desc.h124 LIBUSB20_ME_IS_##un##SIGNED , \
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dread.c696 case SIGNED:
890 case SIGNED:

Completed in 144 milliseconds