| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 59 for (const LambdaCapture &C : L->captures()) { in visitLambdaExpr()
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 80 for (const auto &I : block->captures()) { in VisitBlockDecl()
|
| /src/contrib/llvm-project/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() 1574 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr()
|
| H A D | UninitializedValues.cpp | 703 for (const auto &I : bd->captures()) { in VisitBlockExpr()
|
| /src/contrib/libpcap/ |
| H A D | CHANGES | 77 captures. 143 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 540 Drop support for text-mode USB captures, as we require a 2.6.27 581 Correctly handle pcapng captures with more than one IDB with a 588 platforms and live Linux captures 652 Add DLT_LINUX_SLL2 for cooked-mode captures 765 For remote captures, add an error code for "the server requires TLS" 802 Fixes for captures on MacOS, utun0 808 D-Bus captures can now be up to 128MB in size 880 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode. [all …]
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 199 for (const LambdaCapture &C : S->captures()) {
|
| H A D | ASTNodeTraverser.h | 783 for (const auto &I : D->captures()) in VisitBlockDecl()
|
| H A D | Decl.h | 4594 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function 4596 capture_const_iterator capture_begin() const { return captures().begin(); } in capture_begin() 4597 capture_const_iterator capture_end() const { return captures().end(); } in capture_end()
|
| /src/contrib/kyua/utils/process/ |
| H A D | child.ipp | 75 /// Spawns a new subprocess and multiplexes and captures its stdout and stderr.
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 265 for (const CapturedStmt::Capture &C : S->captures()) { in VisitOpenMPCapturedStmt() 358 for (const CapturedStmt::Capture &C : S->captures()) { in VisitCapturedStmt() 370 for (const LambdaCapture &C : E->captures()) { in VisitLambdaExpr() 384 for (const BlockDecl::Capture &C : E->getBlockDecl()->captures()) { in VisitBlockExpr() 2153 for (const CapturedStmt::Capture &C : CS->captures()) { in adjustTargetSpecificDataForLambdas() 2181 for (const LambdaCapture &LC : RD->captures()) { in adjustTargetSpecificDataForLambdas()
|
| H A D | CGBlocks.cpp | 603 for (const auto &CI : block->captures()) { in computeBlockInfo() 898 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral() 1524 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction() 1564 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction()
|
| H A D | CGDecl.cpp | 696 for (const auto &I : block->captures()) { in isAccessedBy() 1718 for (const auto &I : Block->captures()) { in isCapturedBy()
|
| H A D | CodeGenPGO.cpp | 190 for (auto C : zip(LE->captures(), LE->capture_inits())) in TraverseLambdaExpr()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 129 for (const auto &C : B.captures()) { in isSemaphoreCaptured()
|
| H A D | DeadStoresChecker.cpp | 510 for (const LambdaCapture &C : LE->captures()) { in findLambdaReferenceCaptures()
|
| /src/contrib/ntp/html/hints/ |
| H A D | notes-xntp-v3 | 77 13. A STREAMS module which captures carrier-detect data-lead transitions to
|
| /src/contrib/tcpdump/ |
| H A D | INSTALL.md | 43 read saved captures. Whether a user will be able to capture traffic
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | debugging.md | 19 Packet captures are thus larger, but they also provide more complete
|
| /src/contrib/libpcap/doc/ |
| H A D | README.hpux | 124 captures on HP-UX 9.x:
|
| /src/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 331 * Build with `make`. This function also captures and outputs any warnings if 378 * Build with Rig. This function also captures and outputs any warnings if they
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 565 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
|
| H A D | CheckExprLifetime.cpp | 473 LE && LE->captures().empty()) in visitLifetimeBoundArguments()
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 521 for (const auto &Capture : Parent->captures()) { in initialize()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1782 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local 1783 captures.reserve(numCaptures); in VisitBlockDecl() 1791 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr)); in VisitBlockDecl() 1793 BD->setCaptures(Reader.getContext(), captures, capturesCXXThis); in VisitBlockDecl()
|