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

/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h44 T_SHORT = 3, enumerator in enum:sdb_type
H A Dsdbout.c540 return T_SHORT;
554 return (TREE_UNSIGNED (type) ? T_USHORT : T_SHORT);
H A Dmips-tfile.c839 T_SHORT = 3,
1287 bt_Short, /* T_SHORT */
833 T_SHORT = 3, enumerator in enum:coff_type
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D517-t-targetable.t42 'T_SHORT' => ' sv_setiv($arg, (IV)$var);
152 $results{$_} = $results{T_IV} for qw(T_LONG T_INT T_SHORT T_ENUM);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h23 #define T_SHORT 3 /* short integer */ macro
H A Dcoffdump.c193 case T_SHORT:
H A Dcoffgrok.c350 case T_SHORT:
H A Drdcoff.c267 case T_SHORT:
H A Dsrconv.c663 case T_SHORT:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h23 #define T_SHORT 3 /* short integer */ macro
H A Dcoffdump.c191 case T_SHORT:
H A Dcoffgrok.c350 case T_SHORT:
H A Drdcoff.c267 case T_SHORT:
H A Dsrconv.c659 case T_SHORT:
/openbsd-current/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.pm63 T_SHORT
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h469 #define T_SHORT 3 /* short integer */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h469 #define T_SHORT 3 /* short integer */ macro
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c1092 #define T_SHORT 1 macro
1160 ((flags&SHORTINT) ? ADDTYPE(T_SHORT) : \
1372 case T_SHORT:
H A Dvfwprintf.c1095 #define T_SHORT 1 macro
1163 ((flags&SHORTINT) ? ADDTYPE(T_SHORT) : \
1378 case T_SHORT:
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c5436 /* Token codes for the intel parser. Since T_SHORT is already used
5446 #undef T_SHORT
5447 #define T_SHORT 8
5543 if (cur_token.code == T_SHORT)
5546 intel_match_token (T_SHORT);
6197 new_token.code = T_SHORT;
5433 #undef T_SHORT macro
5434 #define T_SHORT macro
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c6059 /* Token codes for the intel parser. Since T_SHORT is already used macro
6071 #undef T_SHORT
6072 #define T_SHORT 10
6355 else if (cur_token.code == T_SHORT)
6356 intel_parser.op_modifier |= 1 << T_SHORT;
7095 new_token.code = T_SHORT;
6058 #undef T_SHORT macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c1815 case T_SHORT:

Completed in 443 milliseconds