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

12

/openbsd-current/gnu/gcc/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);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h45 T_INT = 4, enumerator in enum:sdb_type
H A Dsdbout.c536 return T_INT;
550 return (TREE_UNSIGNED (type) ? T_UINT : T_INT);
/openbsd-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dxdr_rdb.h23 T_INT = 3, enumerator in enum:arg_type
H A Dxdr_rdb.c56 case T_INT:
/openbsd-current/sys/arch/mips64/include/
H A Dtrap.h48 #define T_INT 0 /* Interrupt pending */ macro
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D517-t-targetable.t52 'T_INT' => ' 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.h24 #define T_INT 4 /* integer */ macro
H A Drdcoff.c191 T_INT,
272 case T_INT:
H A Dcoffdump.c196 case T_INT:
H A Dcoffgrok.c354 case T_INT:
H A Dsrconv.c664 case T_INT:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h24 #define T_INT 4 /* integer */ macro
H A Drdcoff.c191 T_INT,
272 case T_INT:
H A Dcoffdump.c194 case T_INT:
H A Dcoffgrok.c354 case T_INT:
/openbsd-current/sys/arch/mips64/mips64/
H A Dinterrupt.c119 trapdebug_enter(ci, trapframe, T_INT);
/openbsd-current/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.pm57 T_INT
H A DTypemap.xs23 typedef int Int; /* T_INT */
28 typedef int intTINT; /* T_INT */
236 intTINT T_INT
435 ## T_INT
438 T_INT( i )
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c1095 #define T_INT 4 macro
1161 ((flags&CHARINT) ? ADDTYPE(T_CHAR) : ADDTYPE(T_INT))))))))
1185 ADDTYPE(T_INT); \
1189 ADDTYPE(T_INT); \
1284 ADDTYPE(T_INT);
1374 case T_INT:
H A Dvfwprintf.c1098 #define T_INT 4 macro
1164 ((flags&CHARINT) ? ADDTYPE(T_CHAR) : ADDTYPE(T_INT))))))))
1188 ADDTYPE(T_INT); \
1192 ADDTYPE(T_INT); \
1285 ADDTYPE(T_INT);
1380 case T_INT:
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h470 #define T_INT 4 /* integer */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h470 #define T_INT 4 /* integer */ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c1818 case T_INT:

Completed in 463 milliseconds

12