clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::til::Load Class Reference

Load a value from memory. More...

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::Load:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::Load:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Load (SExpr *P)
 Load (const Load &L, SExpr *P)
SExprpointer ()
const SExprpointer () 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)

Detailed Description

Load a value from memory.

Definition at line 1031 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

template<class C >
C::CType clang::threadSafety::til::Load::compare ( const Load E,
C &  Cmp 
) const [inline]

Definition at line 1048 of file ThreadSafetyTIL.h.

References pointer().

Definition at line 1039 of file ThreadSafetyTIL.h.

template<class V >
V::R_SExpr clang::threadSafety::til::Load::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
) [inline]

Definition at line 1042 of file ThreadSafetyTIL.h.


The documentation for this class was generated from the following file: