HomeSort by: relevance | last modified time | path
    Searched defs:ENUM (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/xlint/common/
lint.h 62 typedef enum {
91 ENUM, /* enum tag */
105 enum rank_kind {
148 typedef enum {
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 51 typedef enum {
60 ENUM,
68 typedef enum {
158 typedef enum {
  /src/external/gpl3/gcc/dist/gcc/
gengtype.h 134 /* An enum for distinguishing GGC vs PCH. */
136 enum write_types_kinds
146 enum typekind {
169 enum option_kind {
182 enum option_kind kind; /* discriminating option kind. */
230 enum gc_used_enum {
254 enum typekind kind;
276 enum gc_used_enum gc_used;
350 union_or_struct_p (enum typekind kind)
437 extern type_p new_structure (const char *name, enum typekind kind
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.h 134 /* An enum for distinguishing GGC vs PCH. */
136 enum write_types_kinds
146 enum typekind {
169 enum option_kind {
182 enum option_kind kind; /* discriminating option kind. */
230 enum gc_used_enum {
254 enum typekind kind;
276 enum gc_used_enum gc_used;
350 union_or_struct_p (enum typekind kind)
437 extern type_p new_structure (const char *name, enum typekind kind
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 122 enum class kind
130 ENUM,
148 enum kind m_kind;
298 : amd_dbgapi_register_type (kind::ENUM, make_lookup_name (name)),
328 std::string res = "enum ";
369 /* parse_amd_dbgapi_register_type helper for enum types. */
382 _("Error in AMDGPU enum register type regex"));
389 error (_("Failed to parse enum fields"));
419 "^(bool|uint%d_t|enum" WS IDENTIFIER WSOPT "(\\{[^}]*})?)"
474 enum amd_dbgapi_register_type::kind kind = it->second->kind ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 124 enum class kind
132 ENUM,
150 enum kind m_kind;
300 : amd_dbgapi_register_type (kind::ENUM, make_lookup_name (name)),
330 std::string res = "enum ";
371 /* parse_amd_dbgapi_register_type helper for enum types. */
384 _("Error in AMDGPU enum register type regex"));
391 error (_("Failed to parse enum fields"));
421 "^(bool|uint%d_t|enum" WS IDENTIFIER WSOPT "(\\{[^}]*})?)"
476 enum amd_dbgapi_register_type::kind kind = it->second->kind ()
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 146 typedef enum stabtype {
156 ENUM,
184 /* Auxiliary structure for enum tdesc_t */
192 typedef enum {
251 elist_t *emem; /* enum */
276 typedef enum iitype {
383 typedef enum source_types {

Completed in 26 milliseconds