| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | EnumeratedArray.h | 22 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 D | enum-fixed-type.m | 16 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 D | derived_from.pass.cpp | 367 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 D | simplified_template_names.cpp | 28 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 D | SubtargetEmitter.cpp | 76 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 D | directive2.td | 65 // CHECK-NEXT: // Enumeration helper functions
|
| H A D | directive1.td | 83 // CHECK-NEXT: // Enumeration helper functions
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | misched-dbg-value.ll | 148 !38 = !DIDerivedType(tag: DW_TAG_typedef, name: "Enumeration", file: !2, line: 128, baseType: !39)
|
| /llvm-project-15.0.7/clang/utils/ABITest/ |
| H A D | TypeGen.py | 4 from Enumeration import *
|
| H A D | ABITestGen.py | 9 from Enumeration import *
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 138 and symbolic representations. Enumeration member symbols are shown as the
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 1031 .. 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 D | TypeSystemClang.cpp | 2307 #pragma mark Enumeration Types
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 949 **Enumeration**
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 9657 =head2 Parametric Vertex Enumeration
|