Home
last modified time | relevance | path

Searched refs:Enumeration (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h23 template <typename ValueType, typename Enumeration,
24 Enumeration LargestEnum = Enumeration::Last, typename IndexType = int,
53 const ValueType &operator[](Enumeration Index) const {
58 ValueType &operator[](Enumeration Index) {
60 static_cast<const EnumeratedArray<ValueType, Enumeration, LargestEnum,
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,pci.txt1 * Bus Enumeration by Freescale PCI-X Agent
/freebsd/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt25 Enumeration Address.
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1638 for (auto &Enumeration : Enums) { in EmitClangDiagsEnums() local
1643 return Prev.second == Enumeration.first; in EmitClangDiagsEnums()
1648 "Duplicate enumeration name '" + Enumeration.first + "'"); in EmitClangDiagsEnums()
1653 EnumerationNames.emplace_back(&R, Enumeration.first); in EmitClangDiagsEnums()
1656 OS << "DIAG_ENUM(" << Enumeration.first << ")\n"; in EmitClangDiagsEnums()
1659 for (auto &Enumerator : Enumeration.second) { in EmitClangDiagsEnums()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt69 "Enumeration of reason and codes used in IEEE802.11
109 "Enumeration of reason and codes used in IEEE802.11
131 "Enumeration of reason and codes used in IEEE802.11
168 "Enumeration of regdomain codes."
192 "Enumeration of values for PDU transmit/receive enabled."
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2344 F. M. Ives Permutation Enumeration: Four New
2979 K. L. McMillen Orderly Enumeration of Nonsingular
H A Dfunstack.in17788 title = "Permutation Enumeration: Four New Permutation Algorithms",
22661 title = "Orderly Enumeration of Nonsingular Binary Matrices Applied to Text Encryption",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td644 // Enumeration specifying what kind of behavior should be used for late
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2311 #pragma mark Enumeration Types