Searched refs:T_INT (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h17 #define T_INT 270 macro
H A Dgrammar.tab.c453 #define T_INT 270 macro
816 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
882 "type_specifier : T_INT",
/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.h14 #define T_INT 270 macro
H A Dgrammar.tab.c433 #define T_INT 270 macro
760 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
817 "type_specifier : T_INT",
/freebsd-10.1-release/contrib/gcc/
H A Dgsyms.h45 T_INT = 4, enumerator in enum:sdb_type
H A Dsdbout.c515 return T_INT;
529 return (TYPE_UNSIGNED (type) ? T_UINT : T_INT);
H A Dmips-tfile.c843 T_INT = 4,
1213 bt_Int, /* T_INT */
837 T_INT = 4, enumerator in enum:coff_type
/freebsd-10.1-release/lib/libc/stdio/
H A Dprintf-pos.c62 T_UNUSED, TP_SHORT, T_INT, T_U_INT, TP_INT, enumerator in enum:typeid
156 types->table[types->nextarg++] = T_INT;
199 if (addtype(types, T_INT))
204 if (addtype(types, T_INT))
225 if (addtype(types, T_INT))
230 if (addtype(types, T_INT))
342 (flags & LONGINT) ? T_WINT : T_INT);
530 (flags & LONGINT) ? T_WINT : T_INT);
677 case T_INT:
/freebsd-10.1-release/sys/mips/include/
H A Dtrap.h50 #define T_INT 0 /* Interrupt pending */ macro
/freebsd-10.1-release/cddl/contrib/opensolaris/head/
H A Dsyms.h98 #define T_INT 4 /* integer */ macro
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dvfprintf.c796 #define T_INT 4 macro
852 ((flags & SHORTINT) ? ADDTYPE(T_SHORT) : ADDTYPE(T_INT)))
871 ADDTYPE (T_INT); \
877 ADDTYPE (T_INT); \
946 ADDTYPE(T_INT);
1041 case T_INT:
/freebsd-10.1-release/bin/sh/
H A Dmknodes.c66 #define T_INT 4 /* int field */ macro
186 fp->type = T_INT;
346 case T_INT:
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dcoffgrok.h24 #define T_INT 4 /* integer */ macro
H A Drdcoff.c193 T_INT,
274 case T_INT:
H A Dcoffdump.c195 case T_INT:
H A Dcoffgrok.c356 case T_INT:
H A Dsrconv.c661 case T_INT:
/freebsd-10.1-release/contrib/binutils/include/coff/
H A Dinternal.h470 #define T_INT 4 /* integer */ macro
/freebsd-10.1-release/contrib/byacc/test/
H A Dgrammar.y32 T_CHAR T_DOUBLE T_FLOAT T_INT T_VOID
613 | T_INT
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dgrammar.y32 T_CHAR T_DOUBLE T_FLOAT T_INT T_VOID
613 | T_INT
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dcoffread.c1815 case T_INT:

Completed in 178 milliseconds