Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DEGLInitializePerf.cpp21 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/
DCaptures.java24 public class Captures<T> implements IArgumentMatcher, Serializable { class
32 public Captures(Capture<T> captured) { in Captures() method in Captures
/external/rust/crates/regex/src/
Dre_bytes.rs912 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
Dre_unicode.rs922 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/
Dframe_capture_utils.h39 using Captures = std::vector<ParamCapture>; variable
/external/rust/crates/combine/src/parser/
Dregex.rs396 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/
DCGBlocks.h226 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
DCGException.cpp1442 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
/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/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/clang/include/clang/Sema/
DScopeInfo.h528 SmallVector<Capture, 4> Captures; variable
DDeclSpec.h2345 SmallVector<LambdaCapture, 4> Captures; member
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp395 bool Captures = true; in determinePointerReadAttrs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp481 bool Captures = true; in determinePointerReadAttrs() local
/external/rust/crates/clap/src/builder/
Dcommand.rs4366 pub(crate) trait Captures<'a> {} interface
/external/rust/crates/clap/3.2.23/src/builder/
Dcommand.rs4862 pub(crate) trait Captures<'a> {} interface
/external/clang/include/clang/AST/
DDeclCXX.h580 Capture *Captures; member
DDecl.h3511 const Capture *Captures; variable