| /llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 279 typename Collection::iterator pos, end; in Slide() 319 typename Collection::const_iterator pos = in FindEntryIndexThatContains() 341 typename Collection::const_iterator pos = in FindEntryThatContains() 403 Collection m_entries; 478 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData() 479 typename Collection::iterator end; in CombineConsecutiveEntriesWithEqualData() 480 typename Collection::iterator prev; in CombineConsecutiveEntriesWithEqualData() 495 Collection minimal_ranges; in CombineConsecutiveEntriesWithEqualData() 635 Collection m_entries; 773 typename Collection::iterator pos = in FindEntry() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 56 using Collection = SmallVector<AddressRange>; 57 Collection Ranges; 67 Collection::const_iterator It = find(Addr); in getRangeThatContains() 73 Collection::const_iterator insert(AddressRange Range); 83 Collection::const_iterator begin() const { return Ranges.begin(); } in begin() 84 Collection::const_iterator end() const { return Ranges.end(); } in end() 87 Collection::const_iterator find(uint64_t Addr) const; 88 Collection::const_iterator find(AddressRange Range) const; 108 Collection::const_iterator RangesIt = AddressRanges::insert(Range); in insert() 130 Collection::const_iterator It = find(Addr); in getRangeValueThatContains()
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/llvm/lib/Support/ |
| H A D | AddressRanges.cpp | 15 AddressRanges::Collection::const_iterator 37 AddressRanges::Collection::const_iterator 53 AddressRanges::Collection::const_iterator
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | template-signature.cpp | 22 struct Collection { Container<Element> container; }; argument 25 Collection<int, Vector> collection;
|
| /llvm-project-15.0.7/llvm/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.cpp | 79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main() local 80 DebuginfodServer Server(Log, Collection); in main() 100 ExitOnErr(Collection.updateForever(std::chrono::seconds(ScanInterval))); in main()
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | empty-swift.ll | 4 ; During the process, the IRUpgrader turns a i32 type "Objective-C Garbage Collection" 28 !4 = !{i32 4, !"Objective-C Garbage Collection", i32 83953408} 39 ; CHECK: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 79 SmallVector<SUnit *, 32> Collection; member in __anona5db2d930111::SchedGroup 97 for (auto A : Collection) { in link() 110 for (auto A : Collection) { in link() 122 for (auto B : OtherGroup.Collection) in link() 127 bool isFull() { return MaxSize && Collection.size() >= *MaxSize; } in isFull() 149 void add(SUnit &SU) { Collection.push_back(&SU); } in add()
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/mlir/test/Pass/ |
| H A D | pipeline-parsing.mlir | 26 // CHECK: Pipeline Collection : ['builtin.module', 'func.func'] 37 // TEXTUAL_CHECK: Pipeline Collection : ['builtin.module', 'func.func'] 47 // GENERIC_MERGE_CHECK: Pipeline Collection : ['builtin.module', 'any']
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-undef-category-warn-1.m | 65 @protocol Collection protocol 69 @interface NSOrderedSet (CollectionConformance) <Collection>
|
| /llvm-project-15.0.7/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 138 DebuginfodCollection &Collection; member 139 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
|
| /llvm-project-15.0.7/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}
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ElseAfterReturnCheck.cpp | 34 SmallVectorImpl<SourceRange> &Collection = Collections[SM.getFileID(Loc)]; in Endif() local 35 assert(Collection.empty() || Collection.back().getEnd() < Loc); in Endif() 36 Collection.emplace_back(IfLoc, Loc); in Endif()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 476 DebuginfodCollection &Collection) in DebuginfodServer() argument 477 : Log(Log), Collection(Collection) { in DebuginfodServer() 488 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer() 506 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | foreach.mm | 25 template<typename Collection> 26 void ft(Collection col) {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | O0-pipeline.ll | 24 ; CHECK-NEXT: Lower Garbage Collection Instructions 48 ; CHECK-NEXT: Analyze Machine Code For Garbage Collection
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | objc-gc-module-flags.ll | 13 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
|