If p is a reference to an array, then p[i] is a reference to the i'th element of the array.
More...
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
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 1102 of file ThreadSafetyTIL.h.
◆ ArrayIndex() [1/2]
clang::threadSafety::til::ArrayIndex::ArrayIndex |
( |
SExpr * |
A, |
|
|
SExpr * |
N |
|
) |
| |
|
inline |
◆ ArrayIndex() [2/2]
◆ array() [1/2]
SExpr * clang::threadSafety::til::ArrayIndex::array |
( |
| ) |
|
|
inline |
◆ array() [2/2]
const SExpr * clang::threadSafety::til::ArrayIndex::array |
( |
| ) |
const |
|
inline |
◆ classof()
static bool clang::threadSafety::til::ArrayIndex::classof |
( |
const SExpr * |
E | ) |
|
|
inlinestatic |
◆ compare()
C::CType clang::threadSafety::til::ArrayIndex::compare |
( |
const ArrayIndex * |
E, |
|
|
C & |
Cmp |
|
) |
| const |
|
inline |
◆ index() [1/2]
SExpr * clang::threadSafety::til::ArrayIndex::index |
( |
| ) |
|
|
inline |
◆ index() [2/2]
const SExpr * clang::threadSafety::til::ArrayIndex::index |
( |
| ) |
const |
|
inline |
◆ traverse()
V::R_SExpr clang::threadSafety::til::ArrayIndex::traverse |
( |
V & |
Vs, |
|
|
typename V::R_Ctx |
Ctx |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: