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

#include <ThreadSafetyTIL.h>

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

Public Member Functions

 Literal (const clang::Expr *C)
 
 Literal (ValueType VT)
 
 Literal (const Literal &L)
 
const clang::ExprclangExpr () const
 
ValueType valueType () const
 
template<class T >
const LiteralT< T > & as () const
 
template<class T >
LiteralT< T > & as ()
 
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
 
template<class C >
C::CType compare (const Literal *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

Definition at line 516 of file ThreadSafetyTIL.h.

Constructor & Destructor Documentation

clang::threadSafety::til::Literal::Literal ( const clang::Expr C)
inline

Definition at line 520 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Literal::Literal ( ValueType  VT)
inline

Definition at line 523 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Literal::Literal ( const Literal L)
inline

Definition at line 524 of file ThreadSafetyTIL.h.

Member Function Documentation

template<class T >
const LiteralT<T>& clang::threadSafety::til::Literal::as ( ) const
inline
template<class T >
LiteralT<T>& clang::threadSafety::til::Literal::as ( )
inline

Definition at line 534 of file ThreadSafetyTIL.h.

const clang::Expr* clang::threadSafety::til::Literal::clangExpr ( ) const
inline
static bool clang::threadSafety::til::Literal::classof ( const SExpr E)
inlinestatic

Definition at line 518 of file ThreadSafetyTIL.h.

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

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

Definition at line 541 of file ThreadSafetyTIL.h.

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

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