clang
3.7.0
|
#include <ThreadSafetyLogical.h>
Public Member Functions | |
Terminal (til::SExpr *Expr) | |
const til::SExpr * | expr () const |
til::SExpr * | expr () |
![]() | |
Opcode | kind () const |
bool | implies (const LExpr *RHS) const |
Logical implication. Returns true if the LExpr implies RHS, i.e. if the LExpr holds, then RHS must hold. For example, (A & B) implies A. More... | |
Static Public Member Functions | |
static bool | classof (const LExpr *E) |
Additional Inherited Members | |
![]() | |
enum | Opcode { Terminal, And, Or, Not } |
![]() | |
LExpr (Opcode Kind) | |
Definition at line 43 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 47 of file ThreadSafetyLogical.h.
Definition at line 52 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::kind(), and clang::threadSafety::lexpr::LExpr::Terminal.
|
inline |
Definition at line 49 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 50 of file ThreadSafetyLogical.h.