Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/tools/tools/ether_reflect/
H A Dether_reflect.c70 pcap_t *capture; in main() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp381 addBlockLayout(CharUnits align,CharUnits size,const BlockDecl::Capture * capture,llvm::Type * type,QualType fieldType,SmallVectorImpl<BlockLayoutChunk> & Layout,CGBlockInfo & Info,CodeGenModule & CGM) addBlockLayout() argument
890 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); EmitBlockLiteral() local
1218 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); GetAddrOfBlockDecl() local
1514 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); GenerateBlockFunction() local
1554 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); GenerateBlockFunction() local
1912 for (auto &capture : blockInfo.SortedCaptures) { GenerateCopyHelperFunction() local
2096 for (auto &capture : blockInfo.SortedCaptures) { GenerateDestroyHelperFunction() local
[all...]
H A DCGDebugInfo.cpp5118 for (const auto &capture : blockDecl->captures()) { EmitDeclareOfBlockLiteralArgVariable() local
5138 const BlockDecl::Capture *capture = Chunk.Capture; EmitDeclareOfBlockLiteralArgVariable() local
[all...]
H A DCGObjCMac.cpp2374 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); visitBlock() local
2903 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); fillRunSkipBlockVars() local
[all...]
/freebsd-src/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c107 parse_long(const char *text, long *capture, const char *knob, const char *name) in parse_long()
121 unsigned *capture, const char *knob, const char *name) in parse_unsigned()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1109 if (auto capture = lambda->GetChildMemberWithName(varname)) { LookupLocalVariable() local
1117 if (auto capture = find_capture(name, frame)) { LookupLocalVariable() local
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c218 } capture[LUA_MAXCAPTURES]; member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp364 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { capture() function in PseudoOpBuilder
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1277 for (const auto &capture : D->captures()) { VisitBlockDecl() local
/freebsd-src/contrib/lua/src/
H A Dlstrlib.c368 } capture[LUA_MAXCAPTURES]; member
/freebsd-src/sys/contrib/ena-com/
H A Dena_com.c221 get_comp_ctxt(struct ena_com_admin_queue * admin_queue,u16 command_id,bool capture) get_comp_ctxt() argument
/freebsd-src/sys/contrib/v4l/
H A Dvideodev2.h1626 struct v4l2_captureparm capture; member
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp12913 if (auto* capture = getCurrentContext().getResultCapture()) in getResultCapture() local