Searched refs:T_CHAR (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgsyms.h43 T_CHAR = 2, enumerator in enum:sdb_type
H A Dsdbout.c363 Thus, char *foo () has bbbb=T_CHAR
509 return T_CHAR;
513 return T_CHAR;
531 return (TYPE_UNSIGNED (type) ? T_UCHAR : T_CHAR);
H A Dmips-tfile.c841 T_CHAR = 2,
1211 bt_Char, /* T_CHAR */
835 T_CHAR = 2, enumerator in enum:coff_type
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h43 T_CHAR = 2, enumerator in enum:sdb_type
H A Dsdbout.c379 Thus, char *foo () has bbbb=T_CHAR
530 return T_CHAR;
534 return T_CHAR;
552 return (TREE_UNSIGNED (type) ? T_UCHAR : T_CHAR);
H A Dmips-tfile.c838 T_CHAR = 2,
1286 bt_Char, /* T_CHAR */
832 T_CHAR = 2, enumerator in enum:coff_type
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D517-t-targetable.t91 'T_CHAR' => ' sv_setpvn($arg, (char *)&$var, 1);
145 T_CHAR => { type => 'p', with_size => 'n', what => '(char *)&$var', what_size => ', 1' },
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h22 #define T_CHAR 2 /* character */ macro
H A Dcoffdump.c190 case T_CHAR:
H A Dcoffgrok.c346 case T_CHAR:
H A Drdcoff.c262 case T_CHAR:
H A Dsrconv.c657 case T_CHAR:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h22 #define T_CHAR 2 /* character */ macro
H A Dcoffdump.c188 case T_CHAR:
H A Dcoffgrok.c346 case T_CHAR:
H A Drdcoff.c262 case T_CHAR:
H A Dsrconv.c653 case T_CHAR:
/openbsd-current/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.pm67 T_CHAR
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h468 #define T_CHAR 2 /* character */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h468 #define T_CHAR 2 /* character */ macro
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c1116 #define T_CHAR 25 macro
1161 ((flags&CHARINT) ? ADDTYPE(T_CHAR) : ADDTYPE(T_INT))))))))
1370 case T_CHAR:
H A Dvfwprintf.c1119 #define T_CHAR 25 macro
1164 ((flags&CHARINT) ? ADDTYPE(T_CHAR) : ADDTYPE(T_INT))))))))
1376 case T_CHAR:
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c1812 case T_CHAR:

Completed in 326 milliseconds