/external/easymock/src/org/easymock/internal/matchers/ |
D | Captures.java | 24 public class Captures<T> implements IArgumentMatcher, Serializable { class 32 public Captures(Capture<T> captured) { in Captures() method in Captures
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 226 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
|
D | CGException.cpp | 1442 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | FunctionExtrasTest.cpp | 75 TEST(UniqueFunctionTest, Captures) { in TEST() argument
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1009 ArrayRef<Capture> Captures, in CapturedStmt() 1040 ArrayRef<Capture> Captures, in Create()
|
D | ExprCXX.cpp | 854 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr() 910 SourceLocation CaptureDefaultLoc, ArrayRef<LambdaCapture> Captures, in Create()
|
D | DeclCXX.cpp | 1073 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
D | Decl.cpp | 3887 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 528 SmallVector<Capture, 4> Captures; variable
|
D | DeclSpec.h | 2345 SmallVector<LambdaCapture, 4> Captures; member
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4374 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
|
D | SemaLambda.cpp | 1492 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
|
D | SemaStmt.cpp | 3854 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 3980 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
D | SemaExpr.cpp | 12117 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 395 bool Captures = true; in determinePointerReadAttrs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 440 bool Captures = true; in determinePointerReadAttrs() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 580 Capture *Captures; member
|
D | Decl.h | 3511 const Capture *Captures; variable
|