Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d465 @trusted public struct Captures(R, DIndex = size_t) in foreach() struct
468 alias DataIndex = DIndex; in foreach()
469 alias String = R; in foreach()
472 R _input; in foreach()
473 int _nMatch; in foreach()
474 enum smallString = 3; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
482 uint _refcount; // ref count or SMALL MASK + num groups in foreach()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h242 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
H A DCGException.cpp1753 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
H A DCGBlocks.cpp1832 const SmallVectorImpl<BlockCaptureManagedEntity> &Captures, in getCopyDestroyHelperFuncName()
H A DCGOpenMPRuntimeGPU.cpp4353 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas() local
H A DCGOpenMPRuntime.cpp8794 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in generateInfoForLambdaCaptures() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp540 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters()
1745 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
H A DSemaOpenMP.cpp4401 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in tryCaptureOpenMPLambdas() local
7825 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in tryBuildCapture()
7847 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in calculateNumIters()
8384 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in buildCounterVar()
8426 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, SourceLocation Loc, in buildOrderedLoopData()
8555 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in checkOpenMPIterationSpace()
8729 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildCounterInit()
8755 llvm::MapVector<const Expr *, DeclRefExpr *> *Captures = nullptr) { in buildCounterUpdate()
8866 const llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildPreInits()
8944 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in checkOpenMPLoop() local
[all …]
H A DSemaStmt.cpp4646 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
4798 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
H A DSemaExpr.cpp15521 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1308 ArrayRef<Capture> Captures, in CapturedStmt()
1339 ArrayRef<Capture> Captures, in Create()
H A DDeclCXX.cpp1423 ArrayRef<LambdaCapture> Captures) { in setCaptures()
1549 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
H A DDecl.cpp4702 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h676 SmallVector<Capture, 4> Captures; variable
H A DDeclSpec.h2690 SmallVector<LambdaCapture, 4> Captures; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp492 bool Captures = true; in determinePointerReadAttrs() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h406 Capture *Captures = nullptr; member
H A DDecl.h4174 const Capture *Captures = nullptr; variable