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.
Synopsis
Declared in <llvm/Analysis/CaptureTracking.h>
struct CaptureResult;
Data Members
Name |
Description |
Captured components including return captures. |
|
Captured components excluding return captures. |
Non-Member Functions
Name |
Description |
Return which components of the pointer may be captured. |
Created with MrDocs