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

#include <ThreadSafetyTIL.h>

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

Public Member Functions

 SFunction (Variable *Vd, SExpr *B)
 
 SFunction (const SFunction &F, Variable *Vd, SExpr *B)
 
VariablevariableDecl ()
 
const VariablevariableDecl () const
 
SExprbody ()
 
const SExprbody () const
 
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
 
template<class C >
C::CType compare (const SFunction *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

A self-applicable function. A self-applicable function can be applied to itself. It's useful for implementing objects and late binding.

Definition at line 706 of file ThreadSafetyTIL.h.

Constructor & Destructor Documentation

clang::threadSafety::til::SFunction::SFunction ( Variable Vd,
SExpr B 
)
inline
clang::threadSafety::til::SFunction::SFunction ( const SFunction F,
Variable Vd,
SExpr B 
)
inline

Member Function Documentation

SExpr* clang::threadSafety::til::SFunction::body ( )
inline
const SExpr* clang::threadSafety::til::SFunction::body ( ) const
inline

Definition at line 727 of file ThreadSafetyTIL.h.

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

Definition at line 708 of file ThreadSafetyTIL.h.

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

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

Definition at line 742 of file ThreadSafetyTIL.h.

References body(), and variableDecl().

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

Definition at line 730 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::Variable::traverse().

Variable* clang::threadSafety::til::SFunction::variableDecl ( )
inline
const Variable* clang::threadSafety::til::SFunction::variableDecl ( ) const
inline

Definition at line 724 of file ThreadSafetyTIL.h.


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