Searched defs:enumtype (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | dump_format_style.py | 141 def __init__(self, name, enumtype, comment, values): argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
H A D | callfwmall.c | 75 enum enumtype { enumval1, enumval2, enumval3 }; enum
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | callfuncs.c | 97 enum enumtype { enumval1, enumval2, enumval3 }; enum
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | insertion.c | 319 int enumtype; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-decl.c | 5547 tree enumtype = 0; local 5590 finish_enum (enumtype, values, attributes) in finish_enum() argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-decl.c | 5737 tree enumtype = 0; in start_enum() local 5783 finish_enum (tree enumtype, tree values, tree attributes) in finish_enum()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl.c | 10097 tree enumtype; in start_enum() local 10135 finish_enum (tree enumtype) in finish_enum() 10333 build_enumerator (tree name, tree value, tree enumtype) in build_enumerator()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 13977 register tree enumtype = NULL_TREE; local 14008 finish_enum (enumtype) in finish_enum() argument 14142 build_enumerator (name, value, enumtype) in build_enumerator() argument
|