clang API Documentation
#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 |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
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 1095 of file ThreadSafetyTIL.h.
clang::threadSafety::til::ArrayIndex::ArrayIndex | ( | SExpr * | A, |
SExpr * | N | ||
) | [inline] |
Definition at line 1099 of file ThreadSafetyTIL.h.
clang::threadSafety::til::ArrayIndex::ArrayIndex | ( | const ArrayIndex & | E, |
SExpr * | A, | ||
SExpr * | N | ||
) | [inline] |
Definition at line 1100 of file ThreadSafetyTIL.h.
SExpr* clang::threadSafety::til::ArrayIndex::array | ( | ) | [inline] |
Definition at line 1103 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printArrayIndex().
const SExpr* clang::threadSafety::til::ArrayIndex::array | ( | ) | const [inline] |
Definition at line 1104 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::ArrayIndex::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 1097 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::ArrayIndex::compare | ( | const ArrayIndex * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 1117 of file ThreadSafetyTIL.h.
SExpr* clang::threadSafety::til::ArrayIndex::index | ( | ) | [inline] |
Definition at line 1106 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printArrayIndex().
const SExpr* clang::threadSafety::til::ArrayIndex::index | ( | ) | const [inline] |
Definition at line 1107 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::ArrayIndex::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 1110 of file ThreadSafetyTIL.h.