Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DEnumeratedArray.h22 template <typename ValueType, typename Enumeration,
23 Enumeration LargestEnum = Enumeration::Last, typename IndexType = int,
33 inline const ValueType &operator[](const Enumeration Index) const {
38 inline ValueType &operator[](const Enumeration Index) {
40 static_cast<const EnumeratedArray<ValueType, Enumeration, LargestEnum,
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Denum-fixed-type.m16 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; typedef
18 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1];
33 Enumeration e = value;
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp367 enum Enumeration { Yes, No }; enum
376 CheckNotDerivedFrom<int, Enumeration>(); in main()
383 CheckNotDerivedFrom<Enumeration, int>(); in main()
392 CheckNotDerivedFrom<Enumeration, Enumeration>(); in main()
395 CheckNotDerivedFrom<Enumeration, ScopedEnumeration>(); in main()
396 CheckNotDerivedFrom<ScopedEnumeration, Enumeration>(); in main()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/
H A Dsimplified_template_names.cpp28 enum Enumeration { Enumerator1, Enumerator2, Enumerator3 = 1 }; enum
214 f3<ns::Enumeration, ns::Enumerator3, (ns::Enumeration)2>(); in main()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp76 void Enumeration(raw_ostream &OS, DenseMap<Record *, unsigned> &FeatureMap);
141 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration() function in SubtargetEmitter
1834 Enumeration(OS, FeatureMap); in run()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Ddirective2.td65 // CHECK-NEXT: // Enumeration helper functions
H A Ddirective1.td83 // CHECK-NEXT: // Enumeration helper functions
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dmisched-dbg-value.ll148 !38 = !DIDerivedType(tag: DW_TAG_typedef, name: "Enumeration", file: !2, line: 128, baseType: !39)
/llvm-project-15.0.7/clang/utils/ABITest/
H A DTypeGen.py4 from Enumeration import *
H A DABITestGen.py9 from Enumeration import *
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst138 and symbolic representations. Enumeration member symbols are shown as the
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUUsage.rst1031 .. table:: AMDGPU ELF Header Enumeration Values
1397 .. table:: AMDGPU Code Object V2 ELF Note Record Enumeration Values
1558 .. table:: AMDGPU Code Object V3 and Above ELF Note Record Enumeration Values
4554 .. table:: Floating Point Rounding Mode Enumeration Values
4558 Enumeration Name Value Description
4568 .. table:: Floating Point Denorm Mode Enumeration Values
4572 Enumeration Name Value Description
4583 .. table:: System VGPR Work-Item ID Enumeration Values
4587 Enumeration Name Value Description
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2307 #pragma mark Enumeration Types
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst949 **Enumeration**
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod9657 =head2 Parametric Vertex Enumeration