/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 465 @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 D | CGBlocks.h | 242 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
|
H A D | CGException.cpp | 1753 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
|
H A D | CGBlocks.cpp | 1832 const SmallVectorImpl<BlockCaptureManagedEntity> &Captures, in getCopyDestroyHelperFuncName()
|
H A D | CGOpenMPRuntimeGPU.cpp | 4353 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas() local
|
H A D | CGOpenMPRuntime.cpp | 8794 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in generateInfoForLambdaCaptures() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 540 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters() 1745 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
|
H A D | SemaOpenMP.cpp | 4401 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 D | SemaStmt.cpp | 4646 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 4798 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 15521 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 1308 ArrayRef<Capture> Captures, in CapturedStmt() 1339 ArrayRef<Capture> Captures, in Create()
|
H A D | DeclCXX.cpp | 1423 ArrayRef<LambdaCapture> Captures) { in setCaptures() 1549 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
H A D | Decl.cpp | 4702 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 676 SmallVector<Capture, 4> Captures; variable
|
H A D | DeclSpec.h | 2690 SmallVector<LambdaCapture, 4> Captures; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 492 bool Captures = true; in determinePointerReadAttrs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 406 Capture *Captures = nullptr; member
|
H A D | Decl.h | 4174 const Capture *Captures = nullptr; variable
|