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

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h20 #define T_SHORT 273 macro
H A Dgrammar.tab.c456 #define T_SHORT 273 macro
915 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
983 "type_specifier : T_SHORT",
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.h17 #define T_SHORT 273 macro
H A Dgrammar.tab.c436 #define T_SHORT 273 macro
760 "T_DOUBLE","T_FLOAT","T_INT","T_VOID","T_LONG","T_SHORT","T_SIGNED",
819 "type_specifier : T_SHORT",
/freebsd-11-stable/contrib/gcc/
H A Dgsyms.h44 T_SHORT = 3, enumerator in enum:sdb_type
H A Dsdbout.c519 return T_SHORT;
533 return (TYPE_UNSIGNED (type) ? T_USHORT : T_SHORT);
H A Dmips-tfile.c842 T_SHORT = 3,
1212 bt_Short, /* T_SHORT */
836 T_SHORT = 3, enumerator in enum:coff_type
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h97 #define T_SHORT 3 /* short integer */ macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h23 #define T_SHORT 3 /* short integer */ macro
H A Dcoffdump.c192 case T_SHORT:
H A Dcoffgrok.c352 case T_SHORT:
H A Drdcoff.c269 case T_SHORT:
H A Dsrconv.c660 case T_SHORT:
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c794 #define T_SHORT 1 macro
853 ((flags & SHORTINT) ? ADDTYPE(T_SHORT) : ADDTYPE(T_INT)))
1033 case T_SHORT:
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y33 T_LONG T_SHORT T_SIGNED T_UNSIGNED
621 | T_SHORT
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h469 #define T_SHORT 3 /* short integer */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c6715 /* Token codes for the intel parser. Since T_SHORT is already used macro
6727 #undef T_SHORT
6728 #define T_SHORT 10
7012 else if (cur_token.code == T_SHORT)
7013 intel_parser.op_modifier |= 1 << T_SHORT;
7757 new_token.code = T_SHORT;
6714 #undef T_SHORT macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1812 case T_SHORT:

Completed in 301 milliseconds