clang API Documentation
Load a value from memory. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Load (SExpr *P) | |
Load (const Load &L, SExpr *P) | |
SExpr * | pointer () |
const SExpr * | pointer () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Load *E, C &Cmp) const |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
Load a value from memory.
Definition at line 1031 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Load::Load | ( | SExpr * | P | ) | [inline] |
Definition at line 1035 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Load::Load | ( | const Load & | L, |
SExpr * | P | ||
) | [inline] |
Definition at line 1036 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::Load::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 1033 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::Load::compare | ( | const Load * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 1048 of file ThreadSafetyTIL.h.
References pointer().
SExpr* clang::threadSafety::til::Load::pointer | ( | ) | [inline] |
Definition at line 1038 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printLoad().
const SExpr* clang::threadSafety::til::Load::pointer | ( | ) | const [inline] |
Definition at line 1039 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::Load::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 1042 of file ThreadSafetyTIL.h.