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

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h17 #define T_INT 270 macro
H A Dgrammar.tab.c453 #define T_INT 270 macro
915 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
981 "type_specifier : T_INT",
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/mips/include/
H A Dtrap.h50 #define T_INT 0 /* Interrupt pending */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h98 #define T_INT 4 /* integer */ macro
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c797 #define T_INT 4 macro
853 ((flags & SHORTINT) ? ADDTYPE(T_SHORT) : ADDTYPE(T_INT)))
872 ADDTYPE (T_INT); \
878 ADDTYPE (T_INT); \
947 ADDTYPE(T_INT);
1042 case T_INT:
/freebsd-11-stable/bin/sh/
H A Dmknodes.c66 #define T_INT 4 /* int field */ macro
187 fp->type = T_INT;
356 case T_INT:
/freebsd-11-stable/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-11-stable/contrib/byacc/test/
H A Dgrammar.y32 T_CHAR T_DOUBLE T_FLOAT T_INT T_VOID
613 | T_INT
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h470 #define T_INT 4 /* integer */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1815 case T_INT:

Completed in 288 milliseconds