Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/OpenMP/
H A Datomic_messages.cpp187 T capture() { in capture() function
203 int capture() { in capture() function
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h198 void capture(T* ptr) { in capture() function
/minix/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py63 def capture(args, env=None): function
/minix/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp14.cpp99 void capture(X &x) { in capture() function
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() local
759 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local
1001 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl() local
1198 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local
1242 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local
1352 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction() local
1521 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction() local
H A DCGDebugInfo.cpp3061 for (const auto &capture : blockDecl->captures()) { in EmitDeclareOfBlockLiteralArgVariable() local
3083 const BlockDecl::Capture *capture = i->Capture; in EmitDeclareOfBlockLiteralArgVariable() local
H A DCGObjCMac.cpp1969 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildGCBlockLayout() local
2481 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout() local
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp868 for (const auto &capture : D->captures()) { in VisitBlockDecl() local
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp344 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { in capture() function in PseudoOpBuilder
/minix/external/mit/lua/dist/src/
H A Dlstrlib.c224 } capture[LUA_MAXCAPTURES]; member
/minix/sys/sys/
H A Dvideoio.h379 struct v4l2_captureparm capture; member