Home
last modified time | relevance | path

Searched refs:Enums (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
H A Dtest_core.py8 from ..core import Enums
14 for enum_cls, enum_spec in Enums:
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp194 if (opts::pretty::Enums) in start()
276 assert(opts::pretty::Enums); in dump()
H A Dllvm-pdbutil.cpp178 static cl::opt<bool> Enums("enums", cl::desc("Dump enum types"), variable
240 cl::opt<bool> Enums("enums", cl::desc("Display enum types"), variable
1022 if (opts::diadump::Enums) in dumpDia()
1202 if (opts::pretty::Classes || opts::pretty::Enums || opts::pretty::Typedefs || in dumpPretty()
1534 opts::pretty::Enums = true; in main()
H A Dllvm-pdbutil.h83 extern llvm::cl::opt<bool> Enums;
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py38 Enums = [] variable
604 if Enums:
639 Enums = register_enumerations() variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp95 std::vector<std::unique_ptr<GenericEnum>> Enums; member in __anonb38865920111::SearchableTableEmitter
683 Enums.emplace_back(std::move(Enum)); in run()
772 Enums.emplace_back(std::move(Enum)); in run()
808 for (const auto &Enum : Enums) in run()
H A DIntrinsicEmitter.cpp40 void run(raw_ostream &OS, bool Enums);
59 void IntrinsicEmitter::run(raw_ostream &OS, bool Enums) { in run() argument
64 if (Enums) { in run()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info525 * Enums::
686 8 ‘CTF_K_ENUM’ An enumerated type. *Note Enums::.
973 File: ctf-spec.info, Node: Function pointers, Next: Enums, Prev: Arrays, Up: The type section
989 File: ctf-spec.info, Node: Enums, Next: Structs and unions, Prev: Function pointers, Up: The ty…
991 2.3.10 Enums
1026 File: ctf-spec.info, Node: Structs and unions, Next: Forward declarations, Prev: Enums, Up: The…
1362 * cte_name: Enums. (line 21)
1363 * cte_value: Enums. (line 24)
1380 * ctf_enum_t: Enums. (line 18)
1381 * ctf_enum_t, cte_name: Enums. (line 21)
[all …]
H A Dctf-spec.texi848 @tab An enumerated type. @xref{Enums}.
1294 @node Enums
1295 @subsection Enums
1296 @cindex Enums
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.info525 * Enums::
686 8 'CTF_K_ENUM' An enumerated type. *Note Enums::.
973 File: ctf-spec.info, Node: Function pointers, Next: Enums, Prev: Arrays, Up: The type section
989 File: ctf-spec.info, Node: Enums, Next: Structs and unions, Prev: Function pointers, Up: The ty…
991 2.3.10 Enums
1026 File: ctf-spec.info, Node: Structs and unions, Next: Forward declarations, Prev: Enums, Up: The…
1362 * cte_name: Enums. (line 21)
1363 * cte_value: Enums. (line 24)
1380 * ctf_enum_t: Enums. (line 18)
1381 * ctf_enum_t, cte_name: Enums. (line 21)
[all …]
H A Dctf-spec.texi848 @tab An enumerated type. @xref{Enums}.
1294 @node Enums
1295 @subsection Enums
1296 @cindex Enums
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DSearchableTable.td13 // 1. (Generic) Enums. By instantiating the GenericEnum class once, an enum with
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsimplify.inc24 ; Enums.
H A Dor1korbis.cpu146 ; Enums.
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsimplify.inc24 ; Enums.
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc24 ; Enums.
H A Dor1korbis.cpu146 ; Enums.
H A Dip2k.cpu145 ; Enums.
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc24 ; Enums.
H A Dip2k.cpu145 ; Enums.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst218 **Output**: Enums, globals, local tables for sub-target information.
238 **Output**: Enums, global tables, and lookup helper functions.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst145 Boxed Enums
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A DREADME.md82 | [astenums.d](https://github.com/dlang/dmd/blob/master/src/dmd/astenums.d) | Enums common …
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d604 static struct Enums {
612 Enums e;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d562 static struct Enums { struct
570 Enums e; argument

123