clang
3.7.0
|
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Function (Variable *Vd, SExpr *Bd) | |
Function (const Function &F, Variable *Vd, SExpr *Bd) | |
Variable * | variableDecl () |
const Variable * | variableDecl () const |
SExpr * | body () |
const SExpr * | body () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Function *E, C &Cmp) const |
![]() | |
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 |
BasicBlock * | block () 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 | |
![]() | |
SExpr (TIL_Opcode Op) | |
SExpr (const SExpr &E) | |
![]() | |
const unsigned char | Opcode |
unsigned char | Reserved |
unsigned short | Flags |
unsigned | SExprID |
BasicBlock * | Block |
A function – a.k.a. lambda abstraction. Functions with multiple arguments are created by currying, e.g. (Function (x: Int) (Function (y: Int) (Code { return x + y })))
Definition at line 655 of file ThreadSafetyTIL.h.
Definition at line 659 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::Variable::setKind(), and clang::threadSafety::til::Variable::VK_Fun.
|
inline |
Definition at line 663 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::Variable::setKind(), and clang::threadSafety::til::Variable::VK_Fun.
|
inline |
Definition at line 671 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printFunction().
|
inline |
Definition at line 672 of file ThreadSafetyTIL.h.
Definition at line 657 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 686 of file ThreadSafetyTIL.h.
References body(), clang::threadSafety::til::Variable::definition(), and variableDecl().
|
inline |
Definition at line 675 of file ThreadSafetyTIL.h.
References clang::VarDecl::Definition, and clang::threadSafety::til::Variable::traverse().
|
inline |
Definition at line 668 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printFunction().
|
inline |
Definition at line 669 of file ThreadSafetyTIL.h.