Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h284 typename Collection::iterator pos, end; in Slide()
324 typename Collection::const_iterator pos = in FindEntryIndexThatContains()
346 typename Collection::const_iterator pos = in FindEntryThatContains()
408 Collection m_entries;
490 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData()
491 typename Collection::iterator end; in CombineConsecutiveEntriesWithEqualData()
492 typename Collection::iterator prev; in CombineConsecutiveEntriesWithEqualData()
507 Collection minimal_ranges; in CombineConsecutiveEntriesWithEqualData()
657 Collection m_entries;
795 typename Collection::iterator pos = in FindEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h60 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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/atf/atf-c++/
H A Dutils.hpp50 template< typename Collection >
52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
54 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp154 SmallVector<SUnit *, 32> Collection; member in __anon4a889f2b0111::SchedGroup
210 Collection.push_back(&SU); in add()
214 void pop() { Collection.pop_back(); } in pop()
401 SG.Collection.clear(); in reset()
460 for (auto &SU : SG.Collection) { in makePipeline()
953 if (!Collection.size()) { in apply()
1020 if (!Collection.size()) in apply()
1027 for (auto &Elt : Collection) { in apply()
1495 for (auto *A : Collection) { in link()
1518 for (auto *A : Collection) { in link()
[all …]
/freebsd/contrib/kyua/utils/text/
H A Doperations.hpp53 template< typename Collection >
54 std::string join(const Collection&, const std::string&);
H A Doperations.ipp46 template< typename Collection >
48 utils::text::join(const Collection& strings, const std::string& delimiter)
52 for (typename Collection::const_iterator iter = strings.begin();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
55 Collection m_kind_regnum_map;
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h158 DebuginfodCollection &Collection; member
159 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp558 DebuginfodCollection &Collection) in DebuginfodServer() argument
559 : Log(Log), Collection(Collection) { in DebuginfodServer()
570 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer()
588 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection() argument
394 auto It = binaryFind(Collection, FullName); in insertOptionToCollection()
395 assert(It != Collection.end() && in insertOptionToCollection()
/freebsd/contrib/file/magic/Magdir/
H A Dqt7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
435 Collection = in getOrCreateTypeCollection()
437 return *Collection; in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp87 Collection::iterator iter = m_kind_regnum_map.find(kind); in GetAsKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h149 using const_iterator = ExprVec::Collection::const_iterator;
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr() argument
297 return llvm::is_contained(Collection, nullptr); in containsNullptr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
121 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2035 ExprResult Collection; in ParseForStatement() local
2121 Collection = ParseExpression(); in ParseForStatement()
2158 Collection = ParseExpression(); in ParseForStatement()
2298 Collection.get(), in ParseForStatement()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h174 template <typename Collection> explicit Array(const Collection &C) { in Array()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1802 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
1804 Collection = EmitARCRetainScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1807 EmitObjCConsumeObject(S.getCollection()->getType(), Collection); in EmitObjCForCollectionStmt()
1809 Collection = EmitScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1840 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt()
1908 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()
2049 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt()
/freebsd/sys/contrib/openzfs/config/
H A Dlib-prefix.m4194 …dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Developm…
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst227 Garbage Collection
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2071 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2072 Visit(Collection); in VisitObjCForCollectionStmt()
2469 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection() argument
2470 return !Collection->isTypeDependent() in ObjCEnumerationCollection()
2471 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr; in ObjCEnumerationCollection()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1063 Collection of articles in honor of
1168 H. D. Baecker Garbage Collection for Virtual Memory
2242 Collection . . . . . . . . . . . . . . . 495--508
2436 Compactifying Garbage Collection'' . . . 354--354
2487 Garbage Collection . . . . . . . . . . . 491--500
2747 Jeffrey M. Barth Shifting Garbage Collection Overhead to
3201 E. F. M. Steffens On-the-Fly Garbage Collection: An
3462 F. L. Morris On a Comparison of Garbage Collection

12