Home
last modified time | relevance | path

Searched refs:DestroyedCaptures (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2113 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2114 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2116 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2170 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2114 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2115 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2117 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2171 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp2125 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2126 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2128 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2184 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2187 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2188 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2190 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2242 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2189 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2190 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2192 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2244 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp2113 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2114 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2116 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2170 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2187 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2188 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2190 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2242 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2113 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2114 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2116 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2170 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2196 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2197 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2199 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2249 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGBlocks.cpp2108 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2109 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2111 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2156 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1911 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
1912 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures, in GenerateDestroyHelperFunction()
1915 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()