|
clang
5.0.0
|
Simple arithmetic unary operations, e.g. More...
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
Public Member Functions | |
| UnaryOp (TIL_UnaryOpcode Op, SExpr *E) | |
| UnaryOp (const UnaryOp &U, SExpr *E) | |
| TIL_UnaryOpcode | unaryOpcode () const |
| SExpr * | expr () |
| const SExpr * | expr () const |
| template<class V > | |
| V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
| template<class C > | |
| C::CType | compare (const UnaryOp *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 |
| 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 | |
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 |
| BasicBlock * | Block |
Simple arithmetic unary operations, e.g.
negate and not. These operations have no side-effects.
Definition at line 1169 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1173 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
Definition at line 1176 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
Definition at line 1171 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 1192 of file ThreadSafetyTIL.h.
References expr(), and unaryOpcode().
|
inline |
Definition at line 1182 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printUnaryOp().
|
inline |
Definition at line 1183 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1186 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1178 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::Flags.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printUnaryOp().
1.8.6