Searched refs:enum (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/gdb/doc/
H A Dfilter-params.pl9 s/ENUM_BITFIELD[ \t]*\((.*?)\)/__extension__ enum $1/sg;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/doc/
H A Dfilter-params.pl9 s/ENUM_BITFIELD[ \t]*\((.*?)\)/__extension__ enum $1/sg;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnamespace-enum.exp16 standard_testfile .cc namespace-enum-main.cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnamespace-enum.exp16 standard_testfile .cc namespace-enum-main.cc
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dlibunbound.so.conf2 typedef ub_type = enum(TYPE_A=1,TYPE_NS=2,TYPE_SOA=6,TYPE_MX=15,TYPE_TXT=16,TYPE_AAAA=28,TYPE_DS=43,TYPE_DNSKEY=48,TYPE_TLSA=52,TYPE_ANY=255);
3 typedef ub_class = enum(CLASS_IN=1,CLASS_CH=3,CLASS_NONE=254,CLASS_ANY=255);
4 typedef ub_rcode = enum(RCODE_NOERROR,RCODE_FORMERR,RCODE_SERVFAIL,RCODE_NXDOMAIN,RCODE_NOTIMPL,RCODE_REFUSED,RCODE_YXDOMAIN,RCODE_YXRRSET,RCODE_NXRRSET,RCODE_NOTAUTH,RCODE_NOTZONE);
5 typedef ub_havedata = enum(no_data, have_data);
6 typedef ub_nxdomain = enum(name_exists, nxdomain);
7 typedef ub_secure = enum(not_secure, secure);
8 typedef ub_bogus = enum(not_bogus, bogus);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
H A Dtypes.scm58 (define-public (make-enum-hashtable enum-type)
59 "Return a hash table from a program's enum type.
64 enum-type: The enum to compute the hash table for.
67 The hash table of the enum.
70 wrong-type-arg: The type is not an enum."
72 (assert-type (= (type-code enum-type) TYPE_CODE_ENUM)
73 enum-type SCM_ARG1 'make-enum
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
H A Dtypes.scm58 (define-public (make-enum-hashtable enum-type)
59 "Return a hash table from a program's enum type.
64 enum-type: The enum to compute the hash table for.
67 The hash table of the enum.
70 wrong-type-arg: The type is not an enum."
72 (assert-type (= (type-code enum-type) TYPE_CODE_ENUM)
73 enum-type SCM_ARG1 'make-enum
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Denum-type.exp22 standard_testfile main.c enum-type-dw.S
30 {DW_AT_name enum-type-dw.c}
75 gdb_test "print sizeof(enum E)" " = 4"
77 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
78 "ptype EU in enum C"
80 gdb_test "ptype enum EU" "type = enum EU : unsigned integer {TWO = 2}" \
H A Dmain-subprogram.exp22 standard_testfile main-subprogram.c enum-type-dw.S
/netbsd-current/external/gpl3/gdb.old/
H A DMakefile.inc12 -Wno-switch-enum -Wno-parentheses -Wno-comment \
/netbsd-current/external/gpl3/gdb/
H A DMakefile.inc13 -Wno-switch-enum -Wno-parentheses -Wno-comment \
/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py39 self.enum = None
45 if self.enum and self.enum.values:
46 s += indent('\n\nPossible values:\n\n%s\n' % self.enum, 2)
132 enum = None
150 elif line.startswith('enum'):
152 name = re.sub(r'enum\s+(\w+)\s*(:((\s*\w+)+)\s*)?\{', '\\1', line)
153 enum = Enum(name, comment) variable in class:read_options.State
165 raise Exception('Invalid format, expected comment, field or enum')
190 enums[enum
[all...]
/netbsd-current/external/bsd/am-utils/
H A DMakefile.inc6 CWARNFLAGS.clang+= -Wno-error=enum-conversion
/netbsd-current/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc27 ; Define a normal enum without using name/value pairs.
28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
31 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 "Define a normal enum, fixed number of arguments."
33 (define-full-enum name comment attrs prefix vals)
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 "Define a normal instruction opcode enum."
40 (define-full-insn-enum nam
[all...]
/netbsd-current/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc27 ; Define a normal enum without using name/value pairs.
28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
31 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 "Define a normal enum, fixed number of arguments."
33 (define-full-enum name comment attrs prefix vals)
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 "Define a normal instruction opcode enum."
40 (define-full-insn-enum nam
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/cpu/
H A Dsimplify.inc27 ; Define a normal enum without using name/value pairs.
28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
31 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 "Define a normal enum, fixed number of arguments."
33 (define-full-enum name comment attrs prefix vals)
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 "Define a normal instruction opcode enum."
40 (define-full-insn-enum nam
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/cpu/
H A Dsimplify.inc27 ; Define a normal enum without using name/value pairs.
28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
31 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 "Define a normal enum, fixed number of arguments."
33 (define-full-enum name comment attrs prefix vals)
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 "Define a normal instruction opcode enum."
40 (define-full-insn-enum nam
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py296 source = 'class X {}; enum RegularEnum {}; enum class ScopedEnum {};'
337 tu = get_tu('enum TEST { FOO=1, BAR=2 };')
338 enum = get_cursor(tu, 'TEST')
339 self.assertIsNotNone(enum)
341 self.assertEqual(enum.kind, CursorKind.ENUM_DECL)
342 enum_type = enum.enum_type
346 tu = get_tu('enum TEST : long long { FOO=1, BAR=2 };', lang="cpp")
347 enum = get_cursor(tu, 'TEST')
348 self.assertIsNotNone(enum)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dcl_arguments.py2 import enum namespace
11 class TestOrder(enum.Enum):
12 DEFAULT = enum.auto()
13 RANDOM = enum.auto()
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dgenopt.sh45 Name(target_device) Type(enum target_device)
52 enum = $3
55 print "Enum(target_device) String(" name ") Value(" enum ")"
61 Name(uarch_type) Type(enum uarch_type)
68 enum = $4
71 print "Enum(uarch_type) String(" name ") Value(u" enum ")"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky_genopt.sh45 Name(csky_processor_type) Type(enum csky_processor_type)
52 enum = $3
55 print "Enum(csky_processor_type) String(" name ") Value( TARGET_CPU_" enum ")"
80 Name(csky_fpu) Type(enum csky_fpu_type)
88 enum = $3
91 print "Enum(csky_fpu) String(" name ") Value(TARGET_FPU_" enum ")"
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dgenopt.sh45 Name(target_device) Type(enum target_device)
52 enum = $3
55 print "Enum(target_device) String(" name ") Value(" enum ")"
61 Name(uarch_type) Type(enum uarch_type)
68 enum = $4
71 print "Enum(uarch_type) String(" name ") Value(u" enum ")"
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky_genopt.sh45 Name(csky_processor_type) Type(enum csky_processor_type)
52 enum = $3
55 print "Enum(csky_processor_type) String(" name ") Value( TARGET_CPU_" enum ")"
80 Name(csky_fpu) Type(enum csky_fpu_type)
88 enum = $3
91 print "Enum(csky_fpu) String(" name ") Value(TARGET_FPU_" enum ")"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates45 $SIMPLE_RETURN_PART = qr,((struct|class|enum|union)\s+)?${CP_SYMBOL}+,;
138 if ($iter =~ m/^(enum\s+${SYMBOL}\s*)(${SYMBOL})?$/) {
140 } elsif ($iter =~ m/^(.*(enum\s+)?${SYMBOL}.*(\s|\*|&))${SYMBOL}+$/) {
/netbsd-current/lib/libc/softfloat/
H A DMakefile.inc37 COPTS.softfloat.c+= -Wno-enum-compare

Completed in 381 milliseconds

1234