Home
last modified time | relevance | path

Searched refs:Collection (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Analysis/
H A Dlive-stmts.mm9 @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 Dobjc-live-crash.mm9 @interface Collection interface
23 void foo(Collection *coll) {
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h279 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 DAddressRanges.h56 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 DLineTable.h119 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 Dupgrade-garbage-collection-for-objc.ll3 ; 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 Dupgrade-garbage-collection-for-swift.ll3 ; 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 DAddressRanges.cpp15 AddressRanges::Collection::const_iterator
37 AddressRanges::Collection::const_iterator
53 AddressRanges::Collection::const_iterator
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dtemplate-signature.cpp22 struct Collection { Container<Element> container; }; argument
25 Collection<int, Vector> collection;
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp79 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 Dempty-swift.ll4 ; 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 DRegisterNumber.h50 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 DAMDGPUIGroupLP.cpp79 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 Dimage-info.m11 // 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 DCheckerRegistryData.h179 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 Dpipeline-parsing.mlir26 // 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 Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
69 @interface NSOrderedSet (CollectionConformance) <Collection>
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h138 DebuginfodCollection &Collection; member
139 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
/llvm-project-15.0.7/llvm/test/Object/
H A Dobjc-swift-mixed-imageinfo-macho.ll4 …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 Dobjc-imageinfo-elf.ll9 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp34 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 DDebuginfod.cpp476 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 Dforeach.mm25 template<typename Collection>
26 void ft(Collection col) {
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A DO0-pipeline.ll24 ; 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 Dobjc-gc-module-flags.ll13 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}

1234