| /external/angle/src/tests/perf_tests/ |
| D | EGLInitializePerf.cpp | 21 struct Captures final : private angle::NonCopyable struct 23 Timer timer; 24 size_t loadDLLsMS = 0; 25 size_t createDeviceMS = 0; 26 size_t initResourcesMS = 0;
|
| /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/rust/crates/regex/src/ |
| D | re_bytes.rs | 912 pub struct Captures<'t> { struct 918 impl<'t> Captures<'t> { argument 992 impl<'t> fmt::Debug for Captures<'t> { implementation 1045 impl<'t> Index<usize> for Captures<'t> { implementation 1067 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
|
| D | re_unicode.rs | 922 pub struct Captures<'t> { struct 928 impl<'t> Captures<'t> { argument 1002 impl<'t> fmt::Debug for Captures<'t> { implementation 1040 impl<'t> Index<usize> for Captures<'t> { implementation 1062 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
|
| /external/angle/src/common/ |
| D | frame_capture_utils.h | 39 using Captures = std::vector<ParamCapture>; variable
|
| /external/rust/crates/combine/src/parser/ |
| D | regex.rs | 396 pub struct Captures<F, R, Input>(R, PhantomData<fn() -> (Input, F)>); struct 398 impl<'a, Input, F, R> Parser<Input> for Captures<F, R, Input> implementation
|
| /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/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/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/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 528 SmallVector<Capture, 4> Captures; variable
|
| D | DeclSpec.h | 2345 SmallVector<LambdaCapture, 4> Captures; member
|
| /external/llvm/lib/Transforms/IPO/ |
| D | FunctionAttrs.cpp | 395 bool Captures = true; in determinePointerReadAttrs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | FunctionAttrs.cpp | 481 bool Captures = true; in determinePointerReadAttrs() local
|
| /external/rust/crates/clap/src/builder/ |
| D | command.rs | 4366 pub(crate) trait Captures<'a> {} interface
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | command.rs | 4862 pub(crate) trait Captures<'a> {} interface
|
| /external/clang/include/clang/AST/ |
| D | DeclCXX.h | 580 Capture *Captures; member
|
| D | Decl.h | 3511 const Capture *Captures; variable
|