Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp151 for (const auto &I : BD->captures()) { in getSelfDecl()
166 for (const auto &LC : parent->captures()) { in getSelfDecl()
648 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls()
H A DCalledOnceCheck.cpp644 for (const auto &Capture : Block->captures()) { in findCapturesToTrack()
1572 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr()
H A DUninitializedValues.cpp709 for (const auto &I : bd->captures()) { in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp277 for (const LambdaCapture &OtherCapture : L->captures()) { in checkASTDecl()
378 for (const LambdaCapture &C : L->captures()) { in visitLambdaExpr()
/freebsd/contrib/libpcap/
H A DCHANGES77 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td198 for (const LambdaCapture &C : S->captures()) {
H A DASTNodeTraverser.h819 for (const auto &I : D->captures()) in VisitBlockDecl()
H A DDecl.h4707 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
4709 capture_const_iterator capture_begin() const { return captures().begin(); } in capture_begin()
4710 capture_const_iterator capture_end() const { return captures().end(); } in capture_end()
/freebsd/contrib/kyua/utils/process/
H A Dchild.ipp75 /// Spawns a new subprocess and multiplexes and captures its stdout and stderr.
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp295 for (const auto &Capture : Method->getParent()->captures()) { in getReferencedDecls()
H A DDataflowEnvironment.cpp520 for (const auto &Capture : Parent->captures()) { in initialize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp266 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()
2150 for (const CapturedStmt::Capture &C : CS->captures()) { in adjustTargetSpecificDataForLambdas()
2178 for (const LambdaCapture &LC : RD->captures()) { in adjustTargetSpecificDataForLambdas()
H A DCGBlocks.cpp602 for (const auto &CI : block->captures()) { in computeBlockInfo()
927 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral()
1556 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction()
1596 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction()
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v377 13. A STREAMS module which captures carrier-detect data-lead transitions to
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp509 for (const LambdaCapture &C : LE->captures()) { in findLambdaReferenceCaptures()
H A DStackAddrEscapeChecker.cpp128 for (const auto &C : B.captures()) { in isSemaphoreCaptured()
/freebsd/contrib/tcpdump/
H A DINSTALL.md43 read saved captures. Whether a user will be able to capture traffic
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md19 Packet captures are thus larger, but they also provide more complete
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux124 captures on HP-UX 9.x:
/freebsd/contrib/bc/scripts/
H A Drelease.pkg.yao331 * 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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp564 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
H A DCheckExprLifetime.cpp636 LE && LE->captures().empty()) in visitFunctionCallArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td184 def Captures : IntAttr<"captures", IntersectCustom, [ParamAttr]>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1793 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local
1794 captures.reserve(numCaptures); in VisitBlockDecl()
1802 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr)); in VisitBlockDecl()
1804 BD->setCaptures(Reader.getContext(), captures, capturesCXXThis); in VisitBlockDecl()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1739 HelpText<"Check uncounted lambda captures.">,
1763 HelpText<"Check unretained lambda captures.">,

123