Searched refs:Collection (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.hpp49 template< typename Collection >
51 grep_collection(const std::string& regexp, const Collection& collection)
53 for (typename Collection::const_iterator iter = collection.begin();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h133 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeArray
158 typename Collection::const_iterator pos, end, prev;
175 typename Collection::iterator pos;
176 typename Collection::iterator end;
177 typename Collection::iterator prev;
192 Collection minimal_ranges;
232 typename Collection::iterator pos, end;
267 typename Collection::const_iterator begin = m_entries.begin();
268 typename Collection::const_iterator end = m_entries.end();
269 typename Collection
337 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeVector
610 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeDataVector
843 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::AddressDataArray
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef in class:RegisterNumber
55 Collection m_kind_regnum_map;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef in class:llvm::gsym::LineTable
120 Collection Lines; ///< All line entries in the line table.
205 Collection::const_iterator begin() const { return Lines.begin(); }
206 Collection::const_iterator end() const { return Lines.end(); }
H A DRange.h85 using Collection = std::vector<AddressRange>;
86 Collection Ranges;
101 Collection::const_iterator begin() const { return Ranges.begin(); }
102 Collection::const_iterator end() const { return Ranges.end(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp58 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { argument
63 assert(std::is_sorted(Collection.begin(), Collection.end(),
68 return llvm::lower_bound(Collection, CheckerOrPackage(FullName),
362 insertOptionToCollection(StringRef FullName, T &Collection, argument
365 auto It = binaryFind(Collection, FullName);
366 assert(It != Collection.end() &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp89 Collection::iterator iter = m_kind_regnum_map.find(kind);
/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp380 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; local
387 Collection =
389 return *Collection;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { argument
297 for (const auto &E : Collection)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h166 template <typename Collection> explicit Array(const Collection &C) {
230 /// json::ary(Collection) converts all items in a collection to Values.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp108 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) {
120 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName;
105 collectRelocationOffsets( const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef SymName, std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1684 llvm::Value *Collection; local
1686 Collection = EmitARCRetainScalarExpr(S.getCollection());
1689 EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
1691 Collection = EmitScalarExpr(S.getCollection());
1722 FastEnumSel, Collection, Args);
1788 Builder.CreateBitCast(Collection,
1896 FastEnumSel, Collection, Args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1766 ExprResult Collection; local
1846 Collection = ParseExpression();
1882 Collection = ParseExpression();
1997 Collection.get(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1693 if (const Stmt *Collection = S->getCollection())
1694 Visit(Collection);
2070 static bool ObjCEnumerationCollection(Expr *Collection) { argument
2071 return !Collection->isTypeDependent()
2072 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr;
H A DTreeTransform.h2060 Expr *Collection,
2065 Collection,
7652 ExprResult Collection = getDerived().TransformExpr(S->getCollection());
7653 if (Collection.isInvalid())
7664 Collection.get() == S->getCollection() &&
7671 Collection.get(),
2058 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4238 SourceLocation ColonLoc, Expr *Collection,

Completed in 418 milliseconds