|
LLVM 23.0.0git
|
Result of a PointerMayBeCaptured query, which includes the captured components for both the case where return is considered a capture, and where it isn't. More...
#include "llvm/Analysis/CaptureTracking.h"
Public Attributes | |
| CaptureComponents | WithoutRet |
| CaptureComponents | WithRet |
Result of a PointerMayBeCaptured query, which includes the captured components for both the case where return is considered a capture, and where it isn't.
Definition at line 54 of file CaptureTracking.h.
| CaptureComponents llvm::CaptureResult::WithoutRet |
Definition at line 55 of file CaptureTracking.h.
Referenced by llvm::PointerMayBeCaptured(), and llvm::PointerMayBeCapturedBefore().
| CaptureComponents llvm::CaptureResult::WithRet |
Definition at line 56 of file CaptureTracking.h.
Referenced by llvm::PointerMayBeCaptured(), and llvm::PointerMayBeCapturedBefore().