clang API Documentation
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Store (SExpr *P, SExpr *V) | |
Store (const Store &S, SExpr *P, SExpr *V) | |
SExpr * | destination () |
const SExpr * | destination () const |
SExpr * | source () |
const SExpr * | source () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Store *E, C &Cmp) const |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
Store a value to memory. The destination is a pointer to a field, the source is the value to store.
Definition at line 1059 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Store::Store | ( | SExpr * | P, |
SExpr * | V | ||
) | [inline] |
Definition at line 1063 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Store::Store | ( | const Store & | S, |
SExpr * | P, | ||
SExpr * | V | ||
) | [inline] |
Definition at line 1064 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::Store::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 1061 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::Store::compare | ( | const Store * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 1080 of file ThreadSafetyTIL.h.
References destination(), and source().
SExpr* clang::threadSafety::til::Store::destination | ( | ) | [inline] |
Definition at line 1066 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printStore().
const SExpr* clang::threadSafety::til::Store::destination | ( | ) | const [inline] |
Definition at line 1067 of file ThreadSafetyTIL.h.
SExpr* clang::threadSafety::til::Store::source | ( | ) | [inline] |
Definition at line 1069 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printStore().
const SExpr* clang::threadSafety::til::Store::source | ( | ) | const [inline] |
Definition at line 1070 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::Store::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 1073 of file ThreadSafetyTIL.h.