Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 18 of 18) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java24 public class Captures<T> implements IArgumentMatcher, Serializable { class
32 public Captures(Capture<T> captured) { in Captures() method in Captures
/external/clang/lib/CodeGen/
DCGBlocks.h226 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
DCGException.cpp1442 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DFunctionExtrasTest.cpp75 TEST(UniqueFunctionTest, Captures) { in TEST() argument
/external/clang/lib/AST/
DStmt.cpp1009 ArrayRef<Capture> Captures, in CapturedStmt()
1040 ArrayRef<Capture> Captures, in Create()
DExprCXX.cpp854 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr()
910 SourceLocation CaptureDefaultLoc, ArrayRef<LambdaCapture> Captures, in Create()
DDeclCXX.cpp1073 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
DDecl.cpp3887 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
/external/clang/include/clang/Sema/
DScopeInfo.h528 SmallVector<Capture, 4> Captures; variable
DDeclSpec.h2345 SmallVector<LambdaCapture, 4> Captures; member
/external/clang/lib/Sema/
DSemaOpenMP.cpp4374 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in tryBuildCapture()
4517 llvm::MapVector<Expr *, DeclRefExpr *> &Captures, DSAStackTy &DSA) const { in BuildCounterVar()
4615 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in CheckOpenMPIterationSpace()
4765 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in BuildCounterInit()
4789 llvm::MapVector<Expr *, DeclRefExpr *> *Captures = nullptr) { in BuildCounterUpdate()
4897 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in buildPreInits()
4960 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in CheckOpenMPLoop() local
7870 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in ActOnOpenMPScheduleClause() local
11425 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in ActOnOpenMPDistScheduleClause() local
DSemaLambda.cpp1492 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
DSemaStmt.cpp3854 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
3980 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
DSemaExpr.cpp12117 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp395 bool Captures = true; in determinePointerReadAttrs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp440 bool Captures = true; in determinePointerReadAttrs() local
/external/clang/include/clang/AST/
DDeclCXX.h580 Capture *Captures; member
DDecl.h3511 const Capture *Captures; variable