|
clang
3.8.0
|
#include <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. More... | |
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 55 of file ThreadSafetyLogical.h.
Definition at line 59 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 62 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 63 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 65 of file ThreadSafetyLogical.h.
|
inline |
Definition at line 66 of file ThreadSafetyLogical.h.
1.8.6