Home
last modified time | relevance | path

Searched refs:getBlockCaptureStr (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1732 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1845 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1733 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1846 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp125 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
154 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
160 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
162 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1744 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1857 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1808 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1921 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp116 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
145 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
151 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
153 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1810 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1923 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1732 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1845 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1808 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1921 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1732 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1845 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp118 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
147 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
153 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
155 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1819 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1932 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()