Searched refs:T_LONG (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h19 #define T_LONG 272 macro
H A Dgrammar.tab.c455 #define T_LONG 272 macro
913 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
980 "type_specifier : T_LONG",
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.h16 #define T_LONG 272 macro
H A Dgrammar.tab.c435 #define T_LONG 272 macro
760 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
818 "type_specifier : T_LONG",
/freebsd-10-stable/contrib/gcc/
H A Dgsyms.h46 T_LONG = 5, enumerator in enum:sdb_type
H A Dsdbout.c523 return T_LONG;
535 return (TYPE_UNSIGNED (type) ? T_ULONG : T_LONG);
537 return (TYPE_UNSIGNED (type) ? T_ULONG : T_LONG);
H A Dmips-tfile.c844 T_LONG = 5,
1214 bt_Long, /* T_LONG */
838 T_LONG = 5, enumerator in enum:coff_type
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h99 #define T_LONG 5 /* long integer */ macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Dcoffgrok.h25 #define T_LONG 5 /* long integer */ macro
H A Dcoffdump.c198 case T_LONG:
H A Dcoffgrok.c360 case T_LONG:
H A Drdcoff.c280 case T_LONG:
H A Dsrconv.c662 case T_LONG:
/freebsd-10-stable/lib/libc/stdio/
H A Dprintf-pos.c63 T_LONG, T_U_LONG, TP_LONG, T_LLONG, T_U_LLONG, TP_LLONG, enumerator in enum:typeid
154 types->table[types->nextarg++] = T_LONG;
686 case T_LONG:
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dvfprintf.c799 #define T_LONG 7 macro
851 ((flags & LONGINT) ? ADDTYPE(T_LONG) : \
1050 case T_LONG:
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dinternal.h471 #define T_LONG 5 /* long integer */ macro
/freebsd-10-stable/contrib/byacc/test/
H A Dgrammar.y33 T_LONG T_SHORT T_SIGNED T_UNSIGNED
617 | T_LONG
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcoffread.c1818 case T_LONG:

Completed in 279 milliseconds