clang
3.7.0
|
#include <ThreadSafetyTIL.h>
Public Member Functions | |
BinaryOp (TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) | |
BinaryOp (const BinaryOp &B, SExpr *E0, SExpr *E1) | |
TIL_BinaryOpcode | binaryOpcode () const |
SExpr * | expr0 () |
const SExpr * | expr0 () const |
SExpr * | expr1 () |
const SExpr * | expr1 () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const BinaryOp *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 |
Simple arithmetic binary operations, e.g. +, -, etc. These operations have no side effects.
Definition at line 1207 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1211 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
Definition at line 1215 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
|
inline |
Definition at line 1220 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printBinaryOp().
Definition at line 1209 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 1238 of file ThreadSafetyTIL.h.
References binaryOpcode(), expr0(), and expr1().
|
inline |
Definition at line 1224 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printBinaryOp().
|
inline |
Definition at line 1225 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1227 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printBinaryOp().
|
inline |
Definition at line 1228 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1231 of file ThreadSafetyTIL.h.