Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp194 if (opts::pretty::Enums) in start()
276 assert(opts::pretty::Enums); in dump()
HDllvm-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
1019 if (opts::diadump::Enums) in dumpDia()
1199 if (opts::pretty::Classes || opts::pretty::Enums || opts::pretty::Typedefs || in dumpPretty()
1531 opts::pretty::Enums = true; in main()
HDllvm-pdbutil.h83 extern llvm::cl::opt<bool> Enums;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDSearchableTableEmitter.cpp91 std::vector<std::unique_ptr<GenericEnum>> Enums; member in __anon8f5d6b9e0111::SearchableTableEmitter
663 Enums.emplace_back(std::move(Enum)); in run()
743 Enums.emplace_back(std::move(Enum)); in run()
777 for (const auto &Enum : Enums) in run()
HDIntrinsicEmitter.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()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDSearchableTable.td13 // 1. (Generic) Enums. By instantiating the GenericEnum class once, an enum with
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td225 list<string> Enums = enums;
234 list<string> Enums = enums;
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-20011519 (structsp): Use it. Enums now may be preceded or followed by
/freebsd-11-stable/contrib/gcc/doc/
HDextend.texi72 * Incomplete Enums:: @code{enum foo;}, with details to follow.
4826 @node Incomplete Enums
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20035352 * include/bits/stl_algo.h: Enums as _S_.