/llvm-project/clang/test/OpenMP/ |
H A D | target_data_no_device_codegen.cpp | 20 { double *capture = ptr; } in foo() local
|
H A D | atomic_messages.cpp | 342 T capture() { in capture() function 518 int capture() { in capture() function
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | PassDetail.cpp | 30 for (Value capture : captures) { in cloneConstantsIntoTheRegion() local
|
H A D | AsyncParallelFor.cpp | 245 for (Value capture : captures) getParallelComputeFunctionType() local
|
/llvm-project/llvm/utils/ |
H A D | relative_lines.py | 77 def replace_one(capture, line, offset): argument
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | intercept.py | 63 def capture(args): function
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p14.cpp | 99 void capture(X &x) { in capture() function
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPBinderTests.cpp | 38 capture(std::optional<llvm::Expected<T>> &Out) { in capture() function
|
H A D | SyncAPI.cpp | 66 template <typename T> CaptureProxy<T> capture(std::optional<T> &Target) { in capture() function
|
H A D | ClangdLSPServerTests.cpp | 354 capture(std::optional<llvm::Expected<T>> &Out) { capture() function
|
/llvm-project/flang/test/Semantics/ |
H A D | modfile17.f90 | 5 type :: capture(k1,k2,k4,k8) type
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 382 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 D | CGObjCMac.cpp | 2381 if (capture.isConstant()) continue; in visitBlock() local 2910 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); fillRunSkipBlockVars() local [all...] |
H A D | CGDebugInfo.cpp | 5253 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 D | lldbgdbserverutils.py | 364 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 D | ClangExpressionDeclMap.cpp | 1107 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 D | SemaPseudoObject.cpp | 366 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { capture() function in PseudoOpBuilder [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1323 for (const auto &capture : D->captures()) { VisitBlockDecl() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 473 SmallVector<std::string, 8> capture; in emitNativeCodeMatch() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 3012 mlir::omp::VariableCaptureKind capture = createDeviceArgumentAccessor() local [all...] |