/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/rust/crates/regex/src/ |
D | re_bytes.rs | 912 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 …]
|
D | re_unicode.rs | 923 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 …]
|
D | expand.rs | 9 caps: &re_unicode::Captures, in expand_str() 51 caps: &re_bytes::Captures, in expand_bytes()
|
/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/llvm-project/llvm/unittests/Analysis/ |
D | CaptureTrackingTest.cpp | 78 SmallVector<const Use *, 4> Captures; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.h | 242 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
|
D | CGException.cpp | 1685 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
|
/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/llvm-project/llvm/unittests/ADT/ |
D | FunctionExtrasTest.cpp | 75 TEST(UniqueFunctionTest, Captures) { in TEST() argument
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 541 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters() 1742 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
|
D | SemaOpenMP.cpp | 4284 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/ |
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()
|
/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
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 528 SmallVector<Capture, 4> Captures; variable
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 395 bool Captures = true; in determinePointerReadAttrs() local
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 1307 ArrayRef<Capture> Captures, in CapturedStmt() 1338 ArrayRef<Capture> Captures, in Create()
|
D | DeclCXX.cpp | 1419 ArrayRef<LambdaCapture> Captures) { in setCaptures() 1545 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 672 SmallVector<Capture, 4> Captures; variable
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 482 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
|