Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dtarget_data_no_device_codegen.cpp20 { double *capture = ptr; } in foo() local
H A Datomic_messages.cpp342 T capture() { in capture() function
518 int capture() { in capture() function
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp30 for (Value capture : captures) { in cloneConstantsIntoTheRegion() local
H A DAsyncParallelFor.cpp245 for (Value capture : captures) getParallelComputeFunctionType() local
/llvm-project/llvm/utils/
H A Drelative_lines.py77 def replace_one(capture, line, offset): argument
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py63 def capture(args): function
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp14.cpp99 void capture(X &x) { in capture() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp38 capture(std::optional<llvm::Expected<T>> &Out) { in capture() function
H A DSyncAPI.cpp66 template <typename T> CaptureProxy<T> capture(std::optional<T> &Target) { in capture() function
H A DClangdLSPServerTests.cpp354 capture(std::optional<llvm::Expected<T>> &Out) { capture() function
/llvm-project/flang/test/Semantics/
H A Dmodfile17.f905 type :: capture(k1,k2,k4,k8) type
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp382 addBlockLayout(CharUnits align,CharUnits size,const BlockDecl::Capture * capture,llvm::Type * type,QualType fieldType,SmallVectorImpl<BlockLayoutChunk> & Layout,CGBlockInfo & Info,CodeGenModule & CGM) addBlockLayout() argument
891 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); EmitBlockLiteral() local
1219 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); GetAddrOfBlockDecl() local
1515 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); GenerateBlockFunction() local
1558 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); GenerateBlockFunction() local
1916 for (auto &capture : blockInfo.SortedCaptures) { GenerateCopyHelperFunction() local
2102 for (auto &capture : blockInfo.SortedCaptures) { GenerateDestroyHelperFunction() local
[all...]
H A DCGObjCMac.cpp2381 if (capture.isConstant()) continue; in visitBlock() local
2910 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); fillRunSkipBlockVars() local
[all...]
H A DCGDebugInfo.cpp5253 for (const auto &capture : blockDecl->captures()) { EmitDeclareOfBlockLiteralArgVariable() local
5273 const BlockDecl::Capture *capture = Chunk.Capture; EmitDeclareOfBlockLiteralArgVariable() local
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py364 self, is_send_to_remote=True, exact_payload=None, regex=None, capture=None argument
624 def __init__(self, regex=None, regex_mode="match", capture=None): argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1107 if (auto capture = lambda->GetChildMemberWithName(varname)) { in LookupLocalVariable() local
1115 if (auto capture = find_capture(name, frame)) { in LookupLocalVariable() local
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp366 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { capture() function in PseudoOpBuilder
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1323 for (const auto &capture : D->captures()) { VisitBlockDecl() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp473 SmallVector<std::string, 8> capture; in emitNativeCodeMatch() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp3012 mlir::omp::VariableCaptureKind capture = createDeviceArgumentAccessor() local
[all...]