| /netbsd-src/sys/sys/ |
| H A D | dvdio.h | 200 uint8_t type_code : 2; member
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2002 | 22 * specific.m4, specific4.m4: Fix typo typecode->type_code.
|
| /netbsd-src/libexec/ftpd/ |
| H A D | ftpcmd.y | 166 %type <u.i> struct_code mode_code type_code form_code decimal_integer 338 | TYPE check_login SP type_code CRLF 1020 type_code
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DwarfLib.cc | 1504 int type_code; in read_file_names_dwarf5() member 1516 efmt[i].type_code = debug_lineSec->GetULEB128 (); in read_file_names_dwarf5() 1519 DwrCU::lnct2str (efmt[i].type_code), in read_file_names_dwarf5() 1535 switch (efmt[k].type_code) in read_file_names_dwarf5()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 3621 enum tree_code type_code = TREE_CODE (type); in c_sizeof_or_alignof_type() local 3625 if (type_code == FUNCTION_TYPE) in c_sizeof_or_alignof_type() 3650 else if (type_code == VOID_TYPE || type_code == ERROR_MARK) in c_sizeof_or_alignof_type() 3652 if (type_code == VOID_TYPE in c_sizeof_or_alignof_type() 3661 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE)) in c_sizeof_or_alignof_type() 3668 else if (c_dialect_cxx () && type_code == ARRAY_TYPE in c_sizeof_or_alignof_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | pdp11.c | 2184 int type_code = aout_symbol(symbol)->type & 0xff; in NAME() local 2185 const char *stab_name = bfd_get_stab_name (type_code); in NAME() 2190 sprintf(buf, "(%d)", type_code); in NAME() 2194 ret->stab_type = type_code; in NAME()
|
| H A D | aoutx.h | 2543 int type_code = aout_symbol (symbol)->type & 0xff; in NAME() local 2544 const char *stab_name = bfd_get_stab_name (type_code); in NAME() 2549 sprintf (buf, "(%d)", type_code); in NAME() 2553 ret->stab_type = type_code; in NAME()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | pdp11.c | 2187 int type_code = aout_symbol(symbol)->type & 0xff; in NAME() local 2188 const char *stab_name = bfd_get_stab_name (type_code); in NAME() 2193 sprintf(buf, "(%d)", type_code); in NAME() 2197 ret->stab_type = type_code; in NAME()
|
| H A D | aoutx.h | 2549 int type_code = aout_symbol (symbol)->type & 0xff; in NAME() local 2550 const char *stab_name = bfd_get_stab_name (type_code); in NAME() 2555 sprintf (buf, "(%d)", type_code); in NAME() 2559 ret->stab_type = type_code; in NAME()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 3868 enum tree_code type_code = TREE_CODE (type); in c_sizeof_or_alignof_type() local 3872 if (type_code == FUNCTION_TYPE) in c_sizeof_or_alignof_type() 3897 else if (type_code == VOID_TYPE || type_code == ERROR_MARK) in c_sizeof_or_alignof_type() 3899 if (type_code == VOID_TYPE in c_sizeof_or_alignof_type() 3908 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE)) in c_sizeof_or_alignof_type() 3915 else if (c_dialect_cxx () && type_code == ARRAY_TYPE in c_sizeof_or_alignof_type()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1995 | 211 * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF. 4135 * gdbtypes.h (type_code): Remove trailing comma. 4291 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
|
| H A D | ChangeLog-1991 | 1696 (enum type_code): Add TYPE_CODE_CHAR and TYPE_CODE_BOOL. 1947 Modula-2's BOOLEAN type, then change the type_code of the
|
| H A D | ChangeLog-3.x | 2547 * symseg.h: Added TYPE_CODE_METHOD to enum type_code. Add a
|
| H A D | ChangeLog-1997 | 1486 * dsrec.c (make_srec): Remove unused variable "type_code".
|
| H A D | ChangeLog-1990 | 2636 symseg.h (type_code): Add TYPE_CODE_ERROR.
|
| H A D | ChangeLog-1992 | 496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY 4447 type_code where appropriate.
|
| H A D | ChangeLog-2006 | 4193 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1995 | 211 * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF. 4135 * gdbtypes.h (type_code): Remove trailing comma. 4291 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
|
| H A D | ChangeLog-1991 | 1696 (enum type_code): Add TYPE_CODE_CHAR and TYPE_CODE_BOOL. 1947 Modula-2's BOOLEAN type, then change the type_code of the
|
| H A D | ChangeLog-1997 | 1486 * dsrec.c (make_srec): Remove unused variable "type_code".
|
| H A D | ChangeLog-3.x | 2547 * symseg.h: Added TYPE_CODE_METHOD to enum type_code. Add a
|
| H A D | ChangeLog-1990 | 2636 symseg.h (type_code): Add TYPE_CODE_ERROR.
|
| H A D | ChangeLog-1992 | 496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY 4447 type_code where appropriate.
|
| H A D | ChangeLog-2006 | 4193 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | module.cc | 7856 if (unsigned type_code = u ()) in decl_value() local 7858 type = start (type_code); in decl_value()
|