Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h241 typename Collection::iterator pos, end; in Slide()
281 typename Collection::const_iterator pos = in FindEntryIndexThatContains()
303 typename Collection::const_iterator pos = in FindEntryThatContains()
366 Collection m_entries;
441 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData()
442 typename Collection::iterator end; in CombineConsecutiveEntriesWithEqualData()
443 typename Collection::iterator prev; in CombineConsecutiveEntriesWithEqualData()
458 Collection minimal_ranges; in CombineConsecutiveEntriesWithEqualData()
594 Collection m_entries;
732 typename Collection::iterator pos = in FindEntry()
[all …]
/freebsd-13.1/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()
H A DRange.h86 using Collection = std::vector<AddressRange>;
87 Collection Ranges;
103 Collection::const_iterator begin() const { return Ranges.begin(); } in begin()
104 Collection::const_iterator end() const { return Ranges.end(); } in end()
/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/tools/tools/tinybsd/conf/bridge/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/default/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/wireless/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/minimal/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/firewall/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/vpn/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/tools/tools/tinybsd/conf/wrap/
H A Dtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dqt7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp391 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection() argument
395 auto It = binaryFind(Collection, FullName); in insertOptionToCollection()
396 assert(It != Collection.end() && in insertOptionToCollection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp381 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
388 Collection = in getOrCreateTypeCollection()
390 return *Collection; in getOrCreateTypeCollection()
/freebsd-13.1/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp87 Collection::iterator iter = m_kind_regnum_map.find(kind); in GetAsKind()
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h166 template <typename Collection> explicit Array(const Collection &C) { in Array()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1822 ExprResult Collection; in ParseForStatement() local
1902 Collection = ParseExpression(); in ParseForStatement()
1938 Collection = ParseExpression(); in ParseForStatement()
2061 Collection.get(), in ParseForStatement()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1755 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
1757 Collection = EmitARCRetainScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1760 EmitObjCConsumeObject(S.getCollection()->getType(), Collection); in EmitObjCForCollectionStmt()
1762 Collection = EmitScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1793 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt()
1861 Builder.CreateBitCast(Collection, ObjCIdType); in EmitObjCForCollectionStmt()
2003 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt()

12