clang
3.9.0
|
Placeholder for expressions that cannot be represented in the TIL. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Undefined (const clang::Stmt *S=nullptr) | |
Undefined (const Undefined &U) | |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Undefined *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 |
Placeholder for expressions that cannot be represented in the TIL.
Definition at line 472 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 476 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 477 of file ThreadSafetyTIL.h.
Definition at line 474 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 485 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 480 of file ThreadSafetyTIL.h.