Home
last modified time | relevance | path

Searched defs:enum (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp16 #define PDB_ENUM_CLASS_ENT(enum_class, enum) \ argument
19 #define PDB_ENUM_ENT(ns, enum) \ argument
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h63 #define LLVM_READOBJ_ENUM_ENT(ns, enum) \ argument
66 #define LLVM_READOBJ_ENUM_CLASS_ENT(enum_class, enum) \ argument
H A DELFDumper.cpp69 #define LLVM_READOBJ_ENUM_CASE(ns, enum) \ argument
72 #define ENUM_ENT(enum, altName) \ argument
75 #define ENUM_ENT_1(enum) \ argument
78 #define LLVM_READOBJ_PHDR_ENUM(ns, enum) \ argument
1699 #define LLVM_READOBJ_DT_FLAG_ENT(prefix, enum) \ argument
/freebsd-12.1/contrib/libucl/tests/schema/
H A Denum.json4 "schema": {"enum": [1, 2, 3]}, array
20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, array
44 "foo": {"enum":["foo"]}, array
45 "bar": {"enum":["bar"]} array
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp17 #define CV_ENUM_CLASS_ENT(enum_class, enum) \ argument
20 #define CV_ENUM_ENT(ns, enum) \ argument
24 #define CV_SYMBOL(enum, val) {#enum, enum}, argument
H A DTypeDumpVisitor.cpp25 #define CV_TYPE(enum, val) {#enum, enum}, argument
29 #define ENUM_ENTRY(enum_class, enum) \ argument
/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.h20 #define LLVM_CXXDUMP_ENUM_ENT(ns, enum) \ argument