|
clang 22.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"
Public Member Functions | |
| Or (LExpr *LHS, LExpr *RHS) | |
| Public Member Functions inherited from clang::threadSafety::lexpr::BinOp | |
| 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. | |
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::BinOp | |
| BinOp (LExpr *LHS, LExpr *RHS, Opcode Code) | |
| Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr | |
| LExpr (Opcode Kind) | |
Definition at line 75 of file ThreadSafetyLogical.h.
Definition at line 77 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::BinOp::BinOp(), and Or().
Referenced by Or().
Definition at line 79 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::kind(), and clang::threadSafety::lexpr::LExpr::Or.