| /openbsd-src/regress/usr.sbin/httpd/patterns/ |
| H A D | test-patterns.in | 21 …)()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()() too many captures
|
| H A D | test-patterns.out | 79 patterns-tester: str_match: too many captures
|
| H A D | test-patterns-lua.out | 81 X_PATTERNS_TESTER_X:3: too many captures
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 59 for (const LambdaCapture &C : L->captures()) { in visitLambdaExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 80 for (const auto &I : block->captures()) { in VisitBlockDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 153 for (const auto &I : BD->captures()) { in getSelfDecl() 168 for (const auto &LC : parent->captures()) { in getSelfDecl() 650 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls()
|
| H A D | CalledOnceCheck.cpp | 646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() 1573 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr()
|
| H A D | UninitializedValues.cpp | 707 for (const auto &I : bd->captures()) { in VisitBlockExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 199 for (const LambdaCapture &C : S->captures()) {
|
| H A D | ASTNodeTraverser.h | 686 for (const auto &I : D->captures()) in VisitBlockDecl()
|
| H A D | Decl.h | 4459 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function 4461 capture_const_iterator capture_begin() const { return captures().begin(); } in capture_begin() 4462 capture_const_iterator capture_end() const { return captures().end(); } in capture_end()
|
| H A D | Stmt.h | 3679 capture_range captures() { in captures() function 3682 capture_const_range captures() const { in captures() function
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 29 The AST for a program captures its behavior in such a way that it is 54 about this code is that the NumberExprAST class captures the numeric 99 expressions. One thing that is nice about our AST is that it captures 113 /// which captures its name, and its argument names (thus implicitly the number
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 121 for (const auto &C : B.captures()) { in isSemaphoreCaptured()
|
| H A D | DeadStoresChecker.cpp | 510 for (const LambdaCapture &C : LE->captures()) { in findLambdaReferenceCaptures()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 277 for (const CapturedStmt::Capture &C : S->captures()) { in VisitOpenMPCapturedStmt() 370 for (const CapturedStmt::Capture &C : S->captures()) { in VisitCapturedStmt() 382 for (const LambdaCapture &C : E->captures()) { in VisitLambdaExpr() 396 for (const BlockDecl::Capture &C : E->getBlockDecl()->captures()) { in VisitBlockExpr() 3432 for (const CapturedStmt::Capture &C : CS->captures()) { in adjustTargetSpecificDataForLambdas() 3460 for (const LambdaCapture &LC : RD->captures()) { in adjustTargetSpecificDataForLambdas()
|
| H A D | CGBlocks.cpp | 619 for (const auto &CI : block->captures()) { in computeBlockInfo() 913 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral() 1543 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction() 1580 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction()
|
| H A D | CodeGenPGO.cpp | 177 for (auto C : zip(LE->captures(), LE->capture_inits())) in TraverseLambdaExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 559 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | user.cfg.in | 756 # generate an XML file that captures the structure of 781 # that captures the structure of the code including all 792 # generate a Perl module file that captures the structure of
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlre.pod | 411 C</n> can be negated on a per-group basis. Alternatively, named captures 1608 named captures. Named captures are implemented as being aliases to 1609 numbered groups holding the captures, and that interferes with the 1611 captures in a branch reset pattern, it's best to use the same names, 2028 captures which are valid during the sub-match, but are discarded once 2031 pattern captures "A"; 2304 count towards the absolute and relative number of captures, so this: 2306 my @captures = "a" =~ /(.) # First capture 2310 say scalar @captures; [all...] |
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1715 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local 1716 captures.reserve(numCaptures); in VisitBlockDecl() 1724 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr)); in VisitBlockDecl() 1726 BD->setCaptures(Reader.getContext(), captures, capturesCXXThis); in VisitBlockDecl()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 229 use incremental builds and instead use ccache as the latter captures the
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | user.cfg.in | 1015 # generate an XML file that captures the structure of 1051 # that captures the structure of the code including all 1062 # generate a Perl module file that captures the structure of
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4275 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() 4701 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P()
|