| /llvm-project/clang/test/Analysis/ |
| H A D | live-stmts.mm | 9 @interface Collection interface 44 void foo(Collection *coll) { 56 // CHECK-NEXT: ImplicitCastExpr {{.*}} 'Collection *' <LValueToRValue> 57 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *' 62 // CHECK-NEXT: ImplicitCastExpr {{.*}} 'Collection *' <LValueToRValue> 63 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *' 68 // CHECK-NEXT: ImplicitCastExpr {{.*}} 'Collection *' <LValueToRValue> 69 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *'
|
| H A D | objc-live-crash.mm | 9 @interface Collection interface 23 void foo(Collection *coll) {
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 141 typedef llvm::SmallVector<Entry, N> Collection; typedef 224 typename Collection::const_iterator pos, end, prev; in IsSorted() 250 Collection minimal_ranges(m_entries.begin(), pos); in CombineConsecutiveRanges() 284 typename Collection::iterator pos, end; in Slide() 291 void Reserve(typename Collection::size_type size) { m_entries.reserve(size); } in Reserve() 322 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() 323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() 324 typename Collection::const_iterator pos = in FindEntryIndexThatContains() 344 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() 345 typename Collection in FindEntryThatContains() 445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; global() typedef 741 typedef llvm::SmallVector<Entry, N> Collection; global() typedef [all...] |
| /llvm-project/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 60 using Collection = SmallVector<T>; 61 Collection Ranges; 76 typename Collection::const_iterator It = find(Addr, Addr + 1); in getRangeThatContains() 83 typename Collection::const_iterator begin() const { return Ranges.begin(); } in begin() 84 typename Collection::const_iterator end() const { return Ranges.end(); } in end() 96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find() 123 Collection::const_iterator insert(AddressRange Range) { in insert()
|
| /llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineTable.h | 119 typedef std::vector<gsym::LineEntry> Collection; typedef 120 Collection Lines; ///< All line entries in the line table. 223 Collection::const_iterator begin() const { return Lines.begin(); } in begin() 224 Collection::const_iterator end() const { return Lines.end(); } in end()
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 150 // Collection of SUnits that are classified as members of this group. 151 SmallVector<SUnit *, 32> Collection; 179 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } 193 if (!Rule->apply(SU, Collection, SyncPipe)) in allowedByRules() 204 Collection.push_back(&SU); 208 void pop() { Collection.pop_back(); } in add() 377 SmallVector<SUnit *, 32> TempCollection = SG.Collection; in PipelineSolver() 378 SG.Collection.clear(); in PipelineSolver() 383 SG.Collection.push_back(*SchedBarr); in PipelineSolver() 437 for (auto &SU : SG.Collection) { in convertSyncMapsToArrays() 152 SmallVector<SUnit *, 32> Collection; global() member in __anonc429d1160111::SchedGroup 946 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 980 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1022 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1071 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1112 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1147 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1160 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1172 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1187 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1224 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1259 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1277 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1319 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1863 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1896 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1934 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1966 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 2007 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument [all...] |
| /llvm-project/llvm/test/Bitcode/ |
| H A D | upgrade-garbage-collection-for-objc.ll | 3 ; The IRUpgrader turns a i32 type "Objective-C Garbage Collection" 15 !4 = !{i32 1, !"Objective-C Garbage Collection", i32 0} 21 ; CHECK: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| H A D | upgrade-garbage-collection-for-swift.ll | 3 ; The IRUpgrader turns a i32 type "Objective-C Garbage Collection" 27 !4 = !{i32 4, !"Objective-C Garbage Collection", i32 83953408} 38 ; CHECK: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| /llvm-project/clang/test/CodeCompletion/ |
| H A D | template-signature.cpp | 22 struct Collection { Container<Element> container; }; struct 25 Collection<int, Vector> collection;
|
| /llvm-project/flang/test/Fir/ |
| H A D | basic-program.fir | 20 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'omp.declare_reduction', 'omp.private'] 37 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'omp.declare_reduction', 'omp.private'] 57 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'omp.declare_reduction', 'omp.private'] 72 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'omp.declare_reduction', 'omp.private'] 104 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'omp.declare_reduction', 'omp.private'] 126 // PASSES-NEXT: Pipeline Collection : ['fir.global', 'func.func', 'gpu.module', 'omp.declare_reduction', 'omp.private'] 132 // PASSES-NEXT: Pipeline Collection : ['func.func', 'gpu.func']
|
| /llvm-project/llvm/test/Linker/ |
| H A D | empty-swift.ll | 4 ; During the process, the IRUpgrader turns a i32 type "Objective-C Garbage Collection" 27 !4 = !{i32 4, !"Objective-C Garbage Collection", i32 83953408} 38 ; CHECK: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef 55 Collection m_kind_regnum_map;
|
| /llvm-project/llvm/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.cpp | 134 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in llvm_debuginfod_main() 135 DebuginfodServer Server(Log, Collection); in llvm_debuginfod_main() 155 ExitOnErr(Collection.updateForever(std::chrono::seconds(ScanInterval))); in llvm_debuginfod_main() 132 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); llvm_debuginfod_main() local
|
| /llvm-project/clang/test/CodeGenObjC/ |
| H A D | image-info.m | 11 // CHECK-FRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0} 17 // CHECK-NONFRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| /llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind() argument 184 assert(llvm::is_sorted(Collection, CheckerOrPackageFullNameLT{}) && in binaryFind() 188 return llvm::lower_bound(Collection, CheckerOrPackage(FullName), in binaryFind()
|
| /llvm-project/llvm/test/Object/ |
| H A D | objc-swift-mixed-imageinfo-macho.ll | 4 …end generates IMAGE_INFO from Swift ABI version + major + minor + "Objective-C Garbage Collection". 33 !9 = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| H A D | objc-imageinfo-elf.ll | 9 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
|
| H A D | objc-imageinfo-coff.ll | 9 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | method-undef-category-warn-1.m | 63 @protocol Collection protocol 67 @interface NSOrderedSet (CollectionConformance) <Collection>
|
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | ElseAfterReturnCheck.cpp | 32 SmallVectorImpl<SourceRange> &Collection = Collections[SM.getFileID(Loc)]; in Endif() local 33 assert(Collection.empty() || Collection.back().getEnd() < Loc); in Endif() 34 Collection.emplace_back(IfLoc, Loc); in Endif()
|
| /llvm-project/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 158 DebuginfodCollection &Collection; member 159 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
|
| /llvm-project/clang/test/SemaObjCXX/ |
| H A D | foreach.mm | 24 template<typename Collection> 25 void ft(Collection col) {
|
| /llvm-project/mlir/test/Pass/ |
| H A D | pipeline-parsing.mlir | 36 // CHECK: Pipeline Collection : ['builtin.module', 'func.func'] 47 // TEXTUAL_CHECK: Pipeline Collection : ['builtin.module', 'func.func'] 62 // GENERIC_MERGE_CHECK: Pipeline Collection : ['builtin.module', 'any']
|
| /llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 559 DebuginfodCollection &Collection) in DebuginfodServer() argument 560 : Log(Log), Collection(Collection) { in DebuginfodServer() 571 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer() 589 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | objc-gc-module-flags.ll | 13 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
|