clang
3.9.0
|
Apply a self-argument to a self-applicable function. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
SApply (SExpr *Sf, SExpr *A=nullptr) | |
SApply (SApply &A, SExpr *Sf, SExpr *Ar=nullptr) | |
SExpr * | sfun () |
const SExpr * | sfun () const |
SExpr * | arg () |
const SExpr * | arg () const |
bool | isDelegation () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const SApply *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 |
Returns the instruction ID for this expression. More... | |
BasicBlock * | block () const |
Returns the block, if this is an instruction in a basic block, otherwise returns null. More... | |
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 |
Apply a self-argument to a self-applicable function.
Definition at line 869 of file ThreadSafetyTIL.h.
Definition at line 873 of file ThreadSafetyTIL.h.
Definition at line 874 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 880 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printSApply().
|
inline |
Definition at line 881 of file ThreadSafetyTIL.h.
Definition at line 871 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 894 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 883 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printSApply().
|
inline |
Definition at line 877 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printSApply().
|
inline |
Definition at line 878 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 886 of file ThreadSafetyTIL.h.