/freebsd/libexec/nuageinit/ |
H A D | yaml.lua | 159 local captures = {} 161 captures = {str:match(tokens[i][2])} 164 if #captures > 0 then 165 captures.input = str:sub(0, 25) 167 token[2] = captures
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 59 for (const LambdaCapture &C : L->captures()) { in visitLambdaExpr()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 80 for (const auto &I : block->captures()) { in VisitBlockDecl()
|
/freebsd/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()
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 433 Drop support for text-mode USB captures, as we require a 2.6.27 474 Correctly handle pcapng captures with more than one IDB with a 481 platforms and live Linux captures 545 Add DLT_LINUX_SLL2 for cooked-mode captures 658 For remote captures, add an error code for "the server requires TLS" 695 Fixes for captures on MacOS, utun0 701 D-Bus captures can now be up to 128MB in size 773 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode. 851 fixes for byte order issues with NFLOG captures [all …]
|
/freebsd/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()
|
H A D | Stmt.h | 3900 capture_range captures() { 3903 capture_const_range captures() const {
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child.ipp | 75 /// Spawns a new subprocess and multiplexes and captures its stdout and stderr.
|
/freebsd/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()
|
/freebsd/contrib/ntp/html/hints/ |
H A D | notes-xntp-v3 | 77 13. A STREAMS module which captures carrier-detect data-lead transitions to
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 39 read saved captures. Whether a user will be able to capture traffic
|
H A D | CHANGES | 779 default snapshot size increased to 256K for accommodate USB captures 944 Handle the new DLT_ for memory-mapped USB captures on Linux 1174 Clarified when Solaris can do captures as non-root. 1253 captures on the "any" device won't be done in promiscuous mode
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.hpux | 124 captures on HP-UX 9.x:
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 521 for (const auto &Capture : Parent->captures()) { in initialize()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4371 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() 4937 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P()
|