clang 22.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"
Public Member Functions | |
const LExpr * | left () const |
LExpr * | left () |
const LExpr * | right () const |
LExpr * | right () |
Public Member Functions inherited from clang::threadSafety::lexpr::LExpr | |
Opcode | kind () const |
bool | implies (const LExpr *RHS) const |
Logical implication. |
Protected Member Functions | |
BinOp (LExpr *LHS, LExpr *RHS, Opcode Code) | |
Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr | |
LExpr (Opcode Kind) |
Additional Inherited Members | |
Public Types inherited from clang::threadSafety::lexpr::LExpr | |
enum | Opcode { Terminal , And , Or , Not } |
Definition at line 54 of file ThreadSafetyLogical.h.
Definition at line 58 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr().
Referenced by clang::threadSafety::lexpr::And::And(), and clang::threadSafety::lexpr::Or::Or().
|
inline |
Definition at line 62 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr().
|
inline |
Definition at line 61 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr().
|
inline |
Definition at line 65 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr().
|
inline |
Definition at line 64 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::LExpr().