| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 241 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 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()
|
| H A D | Range.h | 86 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 D | utils.hpp | 50 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 D | operations.hpp | 53 template< typename Collection > 54 std::string join(const Collection&, const std::string&);
|
| H A D | operations.ipp | 46 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 D | RegisterNumber.h | 50 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 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()
|
| /freebsd-13.1/tools/tools/tinybsd/conf/bridge/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/default/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/wireless/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/firewall/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/vpn/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/tools/tools/tinybsd/conf/wrap/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | qt | 7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 391 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 D | InputFile.cpp | 381 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 D | portsinfo.sh | 22 The FreeBSD Ports Collection offers a simple way for users and
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterNumber.cpp | 87 Collection::iterator iter = m_kind_regnum_map.find(kind); in GetAsKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 296 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 D | llvm-cxxdump.cpp | 109 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 D | JSON.h | 166 template <typename Collection> explicit Array(const Collection &C) { in Array()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1822 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 D | CGObjC.cpp | 1755 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()
|