clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::til::ArrayIndex Class Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::ArrayIndex:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::ArrayIndex:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ArrayIndex (SExpr *A, SExpr *N)
 ArrayIndex (const ArrayIndex &E, SExpr *A, SExpr *N)
SExprarray ()
const SExprarray () const
SExprindex ()
const SExprindex () 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)

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

template<class C >
C::CType clang::threadSafety::til::ArrayIndex::compare ( const ArrayIndex E,
C &  Cmp 
) const [inline]

Definition at line 1117 of file ThreadSafetyTIL.h.

References array(), and index().

Definition at line 1107 of file ThreadSafetyTIL.h.

template<class V >
V::R_SExpr clang::threadSafety::til::ArrayIndex::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
) [inline]

Definition at line 1110 of file ThreadSafetyTIL.h.


The documentation for this class was generated from the following file: