/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 241 /// no non-constant captures. 244 /// True if the block has captures that would necessitate custom copy or 268 /// Mapping from variables to pointers to captures in SortedCaptures. 269 llvm::DenseMap<const VarDecl *, Capture *> Captures; variable 271 /// The block's captures. Non-constant captures are sorted by their offsets. 293 Captures[C.Cap->getVariable()] = &C; in buildCaptureMap() 300 auto it = Captures.find(var); in getCapture() 301 assert(it != Captures.end() && "no entry for variable!"); in getCapture()
|
H A D | CGBlocks.cpp | 303 _CapturesTypes captures...; 602 // Next, all the block captures. in computeBlockInfo() 603 for (const auto &CI : block->captures()) { in computeBlockInfo() 768 // If the block has no captures, we won't have a pre-computed in EmitBlockLiteral() 898 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral() 902 // Ignore constant captures. in EmitBlockLiteral() 1027 // Ignore __block captures; there's nothing special in the on-stack block in EmitBlockLiteral() 1039 // Block captures count as local values and have imprecise semantics. in EmitBlockLiteral() 1042 // For const-qualified captures, emit clang.arc.use to ensure the captured in EmitBlockLiteral() 1230 // Handle constant captures in GetAddrOfBlockDecl() 1776 getCopyDestroyHelperFuncName(const SmallVectorImpl<CGBlockInfo::Capture> & Captures,CharUnits BlockAlignment,CaptureStrKind StrKind,CodeGenModule & CGM) getCopyDestroyHelperFuncName() argument [all...] |
/freebsd-src/contrib/tcpdump/ |
H A D | print-usb.c | 51 * Appears at the front of each Control S-type packet in DLT_USB captures. 71 * Appears at the front of each packet in DLT_USB_LINUX captures. 96 * Appears at the front of each packet in DLT_USB_LINUX_MMAPPED captures. 128 * can be trusted even in captures from older kernels. 238 * This is the top level routine of the printer for captures with a in usb_header_print() 258 * This is the top level routine of the printer for captures with a in usb_linux_48_byte_if_print()
|
H A D | print-sll.c | 44 * For captures on Linux cooked sockets, we construct a fake header 71 * new header in captures of that type, so that programs that can 72 * handle DLT_LINUX_SLL captures will continue to handle them correctly 141 * captures.)
|
H A D | atm.h | 26 * some OAM cell captures (most notably Juniper's)
|
H A D | print.h | 21 * Support for splitting captures into multiple files with a maximum
|
H A D | af.h | 45 * so, because we want to be able to read captures from all of the BSDs,
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap_get_tstamp_precision.3pcap.in | 25 captures 38 returns the precision of the time stamp returned in packet captures on the pcap 47 that pcap captures contains time stamps in microseconds or nanoseconds
|
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...] |
H A D | pcap-usb-linux-common.h | 22 * deal with Linux USB captures, whether live or in a capture file;
|
H A D | pcap_set_tstamp_precision.3pcap.in | 25 captures
|
/freebsd-src/contrib/libpcap/pcap/ |
H A D | usb.h | 57 * Appears at the front of each Control S-type packet in DLT_USB captures. 77 * Appears at the front of each packet in DLT_USB_LINUX captures. 102 * Appears at the front of each packet in DLT_USB_LINUX_MMAPPED captures. 140 * can be trusted even in captures from older kernels.
|
H A D | sll.h | 40 * For captures on Linux cooked sockets, we construct a fake header 67 * new header in captures of that type, so that programs that can 68 * handle DLT_LINUX_SLL captures will continue to handle them correctly 142 * captures.)
|
H A D | dlt.h | 46 * purpose, and of having tools that read libpcap-format captures not 47 * being able to handle captures with your new DLT_ value, with no hope 49 * ability to read captures using that value for that other purpose). 198 * as 117 so that pflog captures would use a link-layer header type 629 * For future use with 802.11 captures - defined by AbsoluteValue 1001 * captures from the Linux kernel /dev/input/eventN devices. This 1394 * be able to handle the old LINKTYPE_USER2 captures *and* the new 1395 * LINKTYPE_PKTAP captures.) 1417 * per Joshua Wright <jwright@hasborg.com>, formats for Zwave captures. 1424 * Digital Lighting Management room bus serial protocol captures [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 561 // local variables, and C++1y initialized captures (which can have an 713 /// CaptureMap - A map of captured variables to (index+1) into Captures. 720 /// Captures - The captures. in addCapture() 721 SmallVector<Capture, 4> Captures; 734 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, 736 CaptureMap[Var] = Captures.size(); in getCXXThisCapture() 741 Captures.push_back(Capture(Capture::VLACapture, VLAType, in isCaptured() 754 return Captures[CXXThisCaptureIndex - 1]; in getCapture() 767 return Captures[CaptureMa 704 SmallVector<Capture, 4> Captures; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | LambdaCapture.h | 1 //===--- LambdaCapture.h - Types for C++ Lambda Captures --------*- C++ -*-===// 92 /// Determine whether this captures a variable length array bound 128 /// which captures a function parameter pack.
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CaptureTracking.h | 49 /// DominatorTree is provided, only captures which happen before the given 55 /// or not. Captures by the provided instruction are considered if the 67 // Returns the 'earliest' instruction that captures \p V in \F. An instruction
|
/freebsd-src/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 228 end -- if #captures > 0
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1117 // Handle explicit captures. in ActOnLambdaExpressionAfterIntroducer() 1120 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnLambdaExpressionAfterIntroducer() 1161 if (!LSI->Captures.empty()) in ActOnLambdaExpressionAfterIntroducer() 1162 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer() 1326 if (!LSI->Captures.empty()) in ActOnLambdaClosureParameters() 1327 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaClosureParameters() 1346 // For simple-captures, this is covered by the check below that any named in ActOnStartOfLambdaDefinition() 1462 for (auto &&C : LSI->Captures) { in ActOnStartOfLambdaDefinition() 1472 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() 2012 SmallVector<LambdaCapture, 4> Captures; BuildLambdaExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 99 /// Only find pointer captures which happen before the given instruction. Uses 181 // captures. in captured() 230 /// DominatorTree is provided, only captures which happen before the given 366 // be considered as captures. in DetermineUseCaptureKind() 381 // captures. This allows us to ignore comparisons of malloc results in DetermineUseCaptureKind()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1323 ArrayRef<Capture> Captures, in CapturedStmt() 1327 : Stmt(CapturedStmtClass), NumCaptures(Captures.size()), in CapturedStmt() 1343 std::copy(Captures.begin(), Captures.end(), Buffer); in CapturedStmt() 1359 ArrayRef<Capture> Captures, in Create() 1372 assert(CaptureInits.size() == Captures.size() && "wrong number of arguments"); in Create() 1374 unsigned Size = sizeof(CapturedStmt) + sizeof(Stmt *) * (Captures.size() + 1); in Create() 1375 if (!Captures.empty()) { in Create() 1378 Size += sizeof(Capture) * Captures.size(); in Create() 1382 return new (Mem) CapturedStmt(S, Kind, Captures, CaptureInit in Create() 1322 CapturedStmt(Stmt * S,CapturedRegionKind Kind,ArrayRef<Capture> Captures,ArrayRef<Expr * > CaptureInits,CapturedDecl * CD,RecordDecl * RD) CapturedStmt() argument 1358 Create(const ASTContext & Context,Stmt * S,CapturedRegionKind Kind,ArrayRef<Capture> Captures,ArrayRef<Expr * > CaptureInits,CapturedDecl * CD,RecordDecl * RD) Create() argument [all...] |
/freebsd-src/sys/net/ |
H A D | dlt.h | 44 * purpose, and of having tools that read libpcap-format captures not 45 * being able to handle captures with your new DLT_ value, with no hope 47 * ability to read captures using that value for that other purpose). 170 * as 117 so that pflog captures would use a link-layer header type 603 * For future use with 802.11 captures - defined by AbsoluteValue 975 * captures from the Linux kernel /dev/input/eventN devices. This 1368 * be able to handle the old LINKTYPE_USER2 captures *and* the new 1369 * LINKTYPE_PKTAP captures.) 1391 * per Joshua Wright <jwright@hasborg.com>, formats for Zwave captures. 1398 * Digital Lighting Management room bus serial protocol captures.
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionUtil.h | 19 /// whose members are the captures and whose operator() is the
|
/freebsd-src/contrib/kyua/utils/ |
H A D | auto_array_test.cpp | 56 /// Captures invalid calls to new on an array. 82 /// Captures invalid calls to delete on an array.
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-tpiu.yaml | 23 The CoreSight Trace Port Interface Unit captures trace data from the trace bus
|