|
clang
3.8.0
|
If p is a reference to an array, then p[i] is a reference to the i'th element of the array. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
| ArrayIndex (SExpr *A, SExpr *N) | |
| ArrayIndex (const ArrayIndex &E, SExpr *A, SExpr *N) | |
| SExpr * | array () |
| const SExpr * | array () const |
| SExpr * | index () |
| const SExpr * | index () const |
| template<class V > | |
| V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
| template<class C > | |
| C::CType | compare (const ArrayIndex *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 |
If p is a reference to an array, then p[i] is a reference to the i'th element of the array.
Definition at line 1094 of file ThreadSafetyTIL.h.
Definition at line 1098 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1099 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1102 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printArrayIndex().
|
inline |
Definition at line 1103 of file ThreadSafetyTIL.h.
Definition at line 1096 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
|
inline |
Definition at line 1116 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1105 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printArrayIndex().
|
inline |
Definition at line 1106 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1109 of file ThreadSafetyTIL.h.
1.8.6