Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/sys/sys/
H A Ddvdio.h200 uint8_t type_code : 2; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-200222 * specific.m4, specific4.m4: Fix typo typecode->type_code.
/netbsd-src/libexec/ftpd/
H A Dftpcmd.y166 %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 DDwarfLib.cc1504 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 Dc-common.c3621 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 Dpdp11.c2184 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 Daoutx.h2543 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 Dpdp11.c2187 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 Daoutx.h2549 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 Dc-common.cc3868 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 DChangeLog-1995211 * 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 DChangeLog-19911696 (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 DChangeLog-3.x2547 * symseg.h: Added TYPE_CODE_METHOD to enum type_code. Add a
H A DChangeLog-19971486 * dsrec.c (make_srec): Remove unused variable "type_code".
H A DChangeLog-19902636 symseg.h (type_code): Add TYPE_CODE_ERROR.
H A DChangeLog-1992496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY
4447 type_code where appropriate.
H A DChangeLog-20064193 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-1995211 * 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 DChangeLog-19911696 (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 DChangeLog-19971486 * dsrec.c (make_srec): Remove unused variable "type_code".
H A DChangeLog-3.x2547 * symseg.h: Added TYPE_CODE_METHOD to enum type_code. Add a
H A DChangeLog-19902636 symseg.h (type_code): Add TYPE_CODE_ERROR.
H A DChangeLog-1992496 * gdbtypes.h (enum type_code): Update comment for TYPE_CODE_ARRAY
4447 type_code where appropriate.
H A DChangeLog-20064193 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc7856 if (unsigned type_code = u ()) in decl_value() local
7858 type = start (type_code); in decl_value()

12