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

/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h176 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeArray
215 typename Collection::const_iterator pos, end, prev;
236 typename Collection::iterator pos;
237 typename Collection::iterator end;
238 typename Collection::iterator prev;
255 Collection minimal_ranges;
301 typename Collection::iterator pos, end;
370 typename Collection::const_iterator begin = m_entries.begin();
371 typename Collection::const_iterator end = m_entries.end();
372 typename Collection
456 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeVector
800 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeDataArray
1062 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeDataVector
1385 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::AddressDataArray
[all...]
/freebsd-10.2-release/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1461 llvm::Value *Collection; local
1463 Collection = EmitARCRetainScalarExpr(S.getCollection());
1466 EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
1468 Collection = EmitScalarExpr(S.getCollection());
1498 Collection, Args);
1556 Builder.CreateBitCast(Collection,
1660 Collection, Args);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1445 ExprResult Collection; local
1500 Collection = ParseExpression();
1528 Collection = ParseExpression();
1610 Collection.take(),
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1810 static bool ObjCEnumerationCollection(Expr *Collection) { argument
1811 return !Collection->isTypeDependent()
1812 && Collection->getType()->getAs<ObjCObjectPointerType>() != 0;
H A DTreeTransform.h1379 Expr *Collection,
1384 Collection,
5986 ExprResult Collection = getDerived().TransformExpr(S->getCollection());
5987 if (Collection.isInvalid())
5998 Collection.get() == S->getCollection() &&
6005 Collection.get(),
1377 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2937 SourceLocation ColonLoc, Expr *Collection,

Completed in 241 milliseconds