clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::threadSafety::til::IfThenElse Class Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::IfThenElse:
[legend]
Collaboration diagram for clang::threadSafety::til::IfThenElse:
[legend]

Public Member Functions

 IfThenElse (SExpr *C, SExpr *T, SExpr *E)
 
 IfThenElse (const IfThenElse &I, SExpr *C, SExpr *T, SExpr *E)
 
SExprcondition ()
 
const SExprcondition () const
 
SExprthenExpr ()
 
const SExprthenExpr () const
 
SExprelseExpr ()
 
const SExprelseExpr () const
 
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
 
template<class C >
C::CType compare (const IfThenElse *E, C &Cmp) const
 
- Public Member Functions inherited from clang::threadSafety::til::SExpr
TIL_Opcode opcode () const
 
void * operator new (size_t S, MemRegionRef &R)
 
void operator delete (void *)=delete
 SExpr objects cannot be deleted. More...
 
unsigned id () const
 
BasicBlockblock () const
 
void setID (BasicBlock *B, unsigned id)
 Set the basic block and instruction ID for this expression. More...
 

Static Public Member Functions

static bool classof (const SExpr *E)
 

Additional Inherited Members

- Protected Member Functions inherited from clang::threadSafety::til::SExpr
 SExpr (TIL_Opcode Op)
 
 SExpr (const SExpr &E)
 
- Protected Attributes inherited from clang::threadSafety::til::SExpr
const unsigned char Opcode
 
unsigned char Reserved
 
unsigned short Flags
 
unsigned SExprID
 
BasicBlockBlock
 

Detailed Description

An if-then-else expression. This is a pseduo-term; it will be lowered to a branch in a CFG.

Definition at line 1814 of file ThreadSafetyTIL.h.

Constructor & Destructor Documentation

clang::threadSafety::til::IfThenElse::IfThenElse ( SExpr C,
SExpr T,
SExpr E 
)
inline

Definition at line 1818 of file ThreadSafetyTIL.h.

clang::threadSafety::til::IfThenElse::IfThenElse ( const IfThenElse I,
SExpr C,
SExpr T,
SExpr E 
)
inline

Definition at line 1821 of file ThreadSafetyTIL.h.

Member Function Documentation

static bool clang::threadSafety::til::IfThenElse::classof ( const SExpr E)
inlinestatic

Definition at line 1816 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::SExpr::opcode().

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

Definition at line 1843 of file ThreadSafetyTIL.h.

References condition(), elseExpr(), and thenExpr().

SExpr* clang::threadSafety::til::IfThenElse::condition ( )
inline
const SExpr* clang::threadSafety::til::IfThenElse::condition ( ) const
inline

Definition at line 1826 of file ThreadSafetyTIL.h.

SExpr* clang::threadSafety::til::IfThenElse::elseExpr ( )
inline
const SExpr* clang::threadSafety::til::IfThenElse::elseExpr ( ) const
inline

Definition at line 1832 of file ThreadSafetyTIL.h.

SExpr* clang::threadSafety::til::IfThenElse::thenExpr ( )
inline
const SExpr* clang::threadSafety::til::IfThenElse::thenExpr ( ) const
inline

Definition at line 1829 of file ThreadSafetyTIL.h.

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

Definition at line 1835 of file ThreadSafetyTIL.h.


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