clang
9.0.0
|
#include "clang/Analysis/Analyses/ThreadSafetyCommon.h"
Public Member Functions | |
CapabilityExpr (const til::SExpr *E, bool Neg) | |
const til::SExpr * | sexpr () const |
bool | negative () const |
CapabilityExpr | operator! () const |
bool | equals (const CapabilityExpr &other) const |
bool | matches (const CapabilityExpr &other) const |
bool | matchesUniv (const CapabilityExpr &CapE) const |
bool | partiallyMatches (const CapabilityExpr &other) const |
const ValueDecl * | valueDecl () const |
std::string | toString () const |
bool | shouldIgnore () const |
bool | isInvalid () const |
bool | isUniversal () const |
Definition at line 270 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 279 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 288 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::equals().
Referenced by warnInvalidLock().
|
inline |
Definition at line 323 of file ThreadSafetyCommon.h.
Referenced by ClassifyDiagnostic(), and getStaticBooleanValue().
|
inline |
Definition at line 325 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 292 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::matches().
|
inline |
Definition at line 296 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::matches().
|
inline |
Definition at line 282 of file ThreadSafetyCommon.h.
Referenced by findBlockLocations(), and getStaticBooleanValue().
|
inline |
Definition at line 284 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 300 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::partiallyMatches().
|
inline |
Definition at line 281 of file ThreadSafetyCommon.h.
Referenced by ClassifyDiagnostic(), and findBlockLocations().
|
inline |
Definition at line 321 of file ThreadSafetyCommon.h.
Referenced by ClassifyDiagnostic(), and getStaticBooleanValue().
|
inline |
Definition at line 315 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::toString().
Referenced by ClassifyDiagnostic(), findBlockLocations(), and getStaticBooleanValue().
|
inline |
Definition at line 305 of file ThreadSafetyCommon.h.
References P.
Referenced by clang::threadSafety::BeforeSet::insertAttrExprs().