/llvm-project/lld/test/COFF/Inputs/ |
H A D | pdb-type-server-guid-collision-a-pdb.yaml | 23 Enumerator: 28 Enumerator: 33 Enumerator: 38 Enumerator: 43 Enumerator: 48 Enumerator: 251 Enumerator: 256 Enumerator: 261 Enumerator: 374 Enumerator: [all …]
|
H A D | pdb-type-server-guid-collision-b-pdb.yaml | 51 Enumerator: 56 Enumerator: 61 Enumerator: 66 Enumerator: 71 Enumerator: 76 Enumerator: 279 Enumerator: 284 Enumerator: 289 Enumerator: 402 Enumerator: [all …]
|
H A D | pdb-file-statics-b.yaml | 157 Enumerator: 162 Enumerator: 167 Enumerator: 172 Enumerator: 177 Enumerator: 182 Enumerator: 399 Enumerator: 404 Enumerator: 409 Enumerator: 532 Enumerator: [all …]
|
H A D | pdb-file-statics-a.yaml | 182 Enumerator: 187 Enumerator: 192 Enumerator: 197 Enumerator: 202 Enumerator: 207 Enumerator: 424 Enumerator: 429 Enumerator: 434 Enumerator: 557 Enumerator: [all …]
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve60.f90 | 6 enumerator :: red, green 7 enumerator blue, pink 8 enumerator yellow 9 enumerator :: purple = 2 15 enumerator :: square, cicrle 17 enumerator square 25 enumerator :: apple 26 enumerator :: pear 28 enumerator :: peach 30 enumerator :: red [all …]
|
H A D | modfile31.f90 | 7 enumerator :: red, green 8 enumerator blue 9 enumerator yellow 10 enumerator :: purple = 2 11 enumerator :: brown 15 enumerator :: oak, beech = -rank(x)*x(1), pine, poplar = brown
|
/llvm-project/llvm/test/DebugInfo/PDB/ |
H A D | pdbdump-yaml-types.test | 29 YAML: Enumerator: 34 YAML: Enumerator: 39 YAML: Enumerator: 44 YAML: Enumerator: 49 YAML: Enumerator: 139 YAML: Enumerator: 144 YAML: Enumerator: 149 YAML: Enumerator: 262 YAML: Enumerator: 267 YAML: Enumerator: [all …]
|
/llvm-project/lld/test/COFF/ |
H A D | pdb-heapsite.yaml | 330 Enumerator: 335 Enumerator: 340 Enumerator: 345 Enumerator: 350 Enumerator: 355 Enumerator: 569 Enumerator: 574 Enumerator: 579 Enumerator: 702 Enumerator: [all …]
|
H A D | pdb-thunk.yaml | 1005 Enumerator: 1010 Enumerator: 1015 Enumerator: 1020 Enumerator: 1025 Enumerator: 1030 Enumerator: 1244 Enumerator: 1249 Enumerator: 1254 Enumerator: 1377 Enumerator: [all …]
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/COFF/ |
H A D | 04-coff-missing-nested-enumerators.test | 45 ; ONE-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 46 ; ONE-NEXT: [005] {Enumerator} 'RED' = '0x0' 58 ; ONE-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 59 ; ONE-NEXT: [005] {Enumerator} 'RED' = '0x0' 62 ; showing just the logical types that are 'Enumerator' and its 67 ; RUN: --select-types=Enumerator \ 80 ; TWO-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 81 ; TWO-NEXT: [005] {Enumerator} 'RED' = '0x0' 90 ; TWO-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 91 ; TWO-NEXT: [005] {Enumerator} 'RED' = '0x0' [all …]
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p4.cpp | 9 // of the class being defined, or shall refer to an enumerator for 22 enum tagname { enumerator }; enumerator 29 using NonClass::enumerator; // expected-error {{not a class}} 41 enum tagname { enumerator }; enumerator 48 using A::enumerator; 69 enum tagname _ = enumerator; in test4() 84 enum tagname { enumerator }; enumerator 91 using A::enumerator; 112 enum tagname _ = enumerator; in test4() 129 enum tagname { enumerator }; // expected-note 2 {{target of using declaration}} enumerator [all …]
|
/llvm-project/clang/test/ASTMerge/enum/ |
H A D | test.c | 6 // CHECK: enum1.c:11:3: note: enumerator 'E2Enumerator2' with value 3 here 7 // CHECK: enum2.c:11:3: note: enumerator 'E2Enumerator2' with value 4 here 11 // CHECK: enum1.c:18:3: note: enumerator 'E3Enumerator2' with value 3 here 12 // CHECK: enum2.c:18:3: note: enumerator 'E3Enumerator' with value 3 here 16 // CHECK: enum1.c:26:3: note: enumerator 'E4Enumerator3' with value 2 here 17 // CHECK: enum2.c:23:6: note: no corresponding enumerator here 21 // CHECK: enum2.c:33:3: note: enumerator 'E5Enumerator4' with value 3 here 22 // CHECK: enum1.c:30:6: note: no corresponding enumerator here
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | non-zero-enum-to-bool-conversion-cpp11.cpp | 13 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 25 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 38 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 50 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 62 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 76 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 90 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion() 104 … into 'bool' will always return 'true', enum doesn't have a zero-value enumerator [bugprone-non-ze… in testEnumConversion()
|
/llvm-project/clang/test/PCH/ |
H A D | exprs.h | 5 enum Enum { Enumerator = 18 }; enumerator 7 typedef typeof(Enumerator) enum_decl_ref; 26 typedef typeof(-Enumerator) negate_enum; 43 typedef typeof(sizeof(Enumerator)) typeof_sizeof2; 61 typedef typeof(i + Enumerator) add_result; 64 typedef typeof(i += Enumerator) addeq_result; 75 typedef typeof(i + sizeof(int[i + Enumerator])) add_result_with_typeinfo;
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 42 for (const auto &enumerator : m_enum_type->GetEnumerators()) { in Field() local 43 UNUSED_IF_ASSERT_DISABLED(enumerator); in Field() 44 assert(enumerator.m_value <= max_value && in Field() 45 "Enumerator value exceeds maximum value for this field"); in Field() 251 // The first enumerator of a line doesn't need to be separated. in DumpEnumerators() 257 // Don't put "," after the last enumerator. in DumpEnumerators() 262 // If printing the next enumerator would take us over the width, start in DumpEnumerators() 263 // a new line. However, if we're printing the first enumerator of this in DumpEnumerators() 279 // name of the enumerator. in DumpEnumerators() 352 for (const auto &enumerator : enumerators) { in ToXML() local [all …]
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAEnumInjectedSources.cpp | 1 //==- DIAEnumSourceFiles.cpp - DIA Source File Enumerator impl ---*- C++ -*-==// 18 : Enumerator(DiaEnumerator) {} in DIAEnumInjectedSources() 22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex() 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext() 43 void DIAEnumInjectedSources::reset() { Enumerator->Reset(); } in reset()
|
H A D | DIAEnumLineNumbers.cpp | 1 //==- DIAEnumLineNumbers.cpp - DIA Line Number Enumerator impl ---*- C++ -*-==// 18 : Enumerator(DiaEnumerator) {} in DIAEnumLineNumbers() 22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex() 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext() 43 void DIAEnumLineNumbers::reset() { Enumerator->Reset(); } in reset()
|
H A D | DIAEnumSourceFiles.cpp | 1 //==- DIAEnumSourceFiles.cpp - DIA Source File Enumerator impl ---*- C++ -*-==// 18 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSourceFiles() 22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex() 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext() 43 void DIAEnumSourceFiles::reset() { Enumerator->Reset(); } in reset()
|
H A D | DIAEnumDebugStreams.cpp | 1 //==- DIAEnumDebugStreams.cpp - DIA Debug Stream Enumerator impl -*- C++ -*-==// 18 : Enumerator(DiaEnumerator) {} in DIAEnumDebugStreams() 22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 31 if (S_OK != Enumerator->Item(VarIndex, &Item)) in getChildAtIndex() 40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext() 46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); } in reset()
|
H A D | DIAEnumTables.cpp | 1 //===- DIAEnumTables.cpp - DIA Table Enumerator Impl ------------*- C++ -*-===// 16 : Enumerator(DiaEnumerator) {} in DIAEnumTables() 20 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 29 if (S_OK != Enumerator->Item(Var, &Item)) in getChildAtIndex() 38 if (S_OK != Enumerator->Next(1, &Item, &CeltFetched)) in getNext() 44 void DIAEnumTables::reset() { Enumerator->Reset(); } in reset()
|
H A D | DIAEnumSymbols.cpp | 1 //==- DIAEnumSymbols.cpp - DIA Symbol Enumerator impl ------------*- C++ -*-==// 19 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSymbols() 23 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount() 29 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex() 39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext() 47 void DIAEnumSymbols::reset() { Enumerator->Reset(); } in reset()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | ConcreteSymbolEnumerator.h | 26 : Enumerator(std::move(SymbolEnumerator)) {} in ConcreteSymbolEnumerator() 31 return Enumerator->getChildCount(); in getChildCount() 35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() 40 return unique_dyn_cast_or_null<ChildType>(Enumerator->getNext()); in getNext() 43 void reset() override { Enumerator->reset(); } in reset() 47 std::unique_ptr<IPDBEnumSymbols> Enumerator;
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolTypeFunctionSig.cpp | 32 Enumerator(Sig.findAllChildren<PDBSymbolTypeFunctionArg>()) {} in FunctionArgEnumerator() 36 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator() 39 return Enumerator->getChildCount(); in getChildCount() 43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex() 50 auto FunctionArgSymbol = Enumerator->getNext(); in getNext() 56 void reset() override { Enumerator->reset(); } in reset() 60 std::unique_ptr<ArgEnumeratorType> Enumerator; member in __anon76add1010111::FunctionArgEnumerator
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/ |
H A D | 04-dwarf-missing-nested-enumerators.test | 54 ; ONE-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 55 ; ONE-NEXT: [005] {Enumerator} 'RED' = '0x0' 58 ; showing just the logical types that are 'Enumerator' and its 63 ; RUN: --select-types=Enumerator \ 81 ; TWO-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 82 ; TWO-NEXT: [005] {Enumerator} 'RED' = '0x0' 85 ; including a summary for the logical types that are 'Enumerator'. The 90 ; RUN: --select-types=Enumerator \ 114 ; THR-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 115 ; THR-NEXT: [005] {Enumerator} 'RED' = '0x0'
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/ |
H A D | 04-wasm-missing-nested-enumerators.test | 57 ; ONE-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 58 ; ONE-NEXT: [005] {Enumerator} 'RED' = '0x0' 61 ; showing just the logical types that are 'Enumerator' and its 66 ; RUN: --select-types=Enumerator \ 85 ; TWO-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 86 ; TWO-NEXT: [005] {Enumerator} 'RED' = '0x0' 89 ; including a summary for the logical types that are 'Enumerator'. The 94 ; RUN: --select-types=Enumerator \ 119 ; THR-NEXT: [005] {Enumerator} 'BLUE' = '0x1' 120 ; THR-NEXT: [005] {Enumerator} 'RED' = '0x0'
|