clang 22.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"
Public Member Functions | |
Terminal (til::SExpr *Expr) | |
const til::SExpr * | expr () const |
til::SExpr * | expr () |
Public Member Functions inherited from clang::threadSafety::lexpr::LExpr | |
Opcode | kind () const |
bool | implies (const LExpr *RHS) const |
Logical implication. |
Static Public Member Functions | |
static bool | classof (const LExpr *E) |
Additional Inherited Members | |
Public Types inherited from clang::threadSafety::lexpr::LExpr | |
enum | Opcode { Terminal , And , Or , Not } |
Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr | |
LExpr (Opcode Kind) |
Definition at line 42 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 46 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr(), and Terminal().
Referenced by Terminal().
Definition at line 51 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::kind(), clang::threadSafety::lexpr::LExpr::LExpr(), and clang::threadSafety::lexpr::LExpr::Terminal.
|
inline |
Definition at line 49 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 48 of file ThreadSafetyLogical.h.