Apply a self-argument to a self-applicable function.
More...
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
Apply a self-argument to a self-applicable function.
Definition at line 873 of file ThreadSafetyTIL.h.
◆ SApply() [1/2]
clang::threadSafety::til::SApply::SApply |
( |
SExpr * |
Sf, |
|
|
SExpr * |
A = nullptr |
|
) |
| |
|
inline |
◆ SApply() [2/2]
clang::threadSafety::til::SApply::SApply |
( |
SApply & |
A, |
|
|
SExpr * |
Sf, |
|
|
SExpr * |
Ar = nullptr |
|
) |
| |
|
inline |
◆ arg() [1/2]
SExpr* clang::threadSafety::til::SApply::arg |
( |
| ) |
|
|
inline |
◆ arg() [2/2]
const SExpr* clang::threadSafety::til::SApply::arg |
( |
| ) |
const |
|
inline |
◆ classof()
static bool clang::threadSafety::til::SApply::classof |
( |
const SExpr * |
E | ) |
|
|
inlinestatic |
◆ compare()
template<class C >
C::CType clang::threadSafety::til::SApply::compare |
( |
const SApply * |
E, |
|
|
C & |
Cmp |
|
) |
| const |
|
inline |
◆ isDelegation()
bool clang::threadSafety::til::SApply::isDelegation |
( |
| ) |
const |
|
inline |
◆ sfun() [1/2]
SExpr* clang::threadSafety::til::SApply::sfun |
( |
| ) |
|
|
inline |
◆ sfun() [2/2]
const SExpr* clang::threadSafety::til::SApply::sfun |
( |
| ) |
const |
|
inline |
◆ traverse()
template<class V >
V::R_SExpr clang::threadSafety::til::SApply::traverse |
( |
V & |
Vs, |
|
|
typename V::R_Ctx |
Ctx |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: