Home
last modified time | relevance | path

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

12

/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/rust/crates/regex/src/
Dre_bytes.rs912 pub struct Captures<'t> { struct
918 impl<'t> Captures<'t> { implementation
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
1119 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>); in replace_append()
1165 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1174 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1184 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1194 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
[all …]
Dre_unicode.rs923 pub struct Captures<'t> { struct
929 impl<'t> Captures<'t> { impl
1003 impl<'t> fmt::Debug for Captures<'t> { implementation
1041 impl<'t> Index<usize> for Captures<'t> { implementation
1063 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1161 fn replace_append(&mut self, caps: &Captures, dst: &mut String); in replace_append()
1207 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1216 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1226 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1236 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
[all …]
Dexpand.rs9 caps: &re_unicode::Captures, in expand_str()
51 caps: &re_bytes::Captures, in expand_bytes()
/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/llvm-project/llvm/unittests/Analysis/
DCaptureTrackingTest.cpp78 SmallVector<const Use *, 4> Captures; member
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h242 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
DCGException.cpp1685 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
/external/clang/lib/CodeGen/
DCGBlocks.h226 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
DCGException.cpp1442 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
/external/llvm-project/llvm/unittests/ADT/
DFunctionExtrasTest.cpp75 TEST(UniqueFunctionTest, Captures) { in TEST() argument
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp541 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters()
1742 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
DSemaOpenMP.cpp4284 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in tryCaptureOpenMPLambdas() local
7082 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in tryBuildCapture()
7104 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in calculateNumIters()
7647 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in buildCounterVar()
7689 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, SourceLocation Loc, in buildOrderedLoopData()
7817 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in checkOpenMPIterationSpace()
7987 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildCounterInit()
8013 llvm::MapVector<const Expr *, DeclRefExpr *> *Captures = nullptr) { in buildCounterUpdate()
8124 const llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildPreInits()
8199 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in checkOpenMPLoop() local
[all …]
/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()
/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
/external/clang/include/clang/Sema/
DScopeInfo.h528 SmallVector<Capture, 4> Captures; variable
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp395 bool Captures = true; in determinePointerReadAttrs() local
/external/llvm-project/clang/lib/AST/
DStmt.cpp1307 ArrayRef<Capture> Captures, in CapturedStmt()
1338 ArrayRef<Capture> Captures, in Create()
DDeclCXX.cpp1419 ArrayRef<LambdaCapture> Captures) { in setCaptures()
1545 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h672 SmallVector<Capture, 4> Captures; variable
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp482 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

12