clang  3.7.0
Public Member Functions | Protected Member Functions | List of all members
clang::threadSafety::lexpr::BinOp Class Reference

#include <ThreadSafetyLogical.h>

Inheritance diagram for clang::threadSafety::lexpr::BinOp:
[legend]
Collaboration diagram for clang::threadSafety::lexpr::BinOp:
[legend]

Public Member Functions

const LExprleft () const
 
LExprleft ()
 
const LExprright () const
 
LExprright ()
 
- Public Member Functions inherited from clang::threadSafety::lexpr::LExpr
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...
 

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 }
 

Detailed Description

Definition at line 55 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

clang::threadSafety::lexpr::BinOp::BinOp ( LExpr LHS,
LExpr RHS,
Opcode  Code 
)
inlineprotected

Definition at line 59 of file ThreadSafetyLogical.h.

Member Function Documentation

const LExpr* clang::threadSafety::lexpr::BinOp::left ( ) const
inline

Definition at line 62 of file ThreadSafetyLogical.h.

LExpr* clang::threadSafety::lexpr::BinOp::left ( )
inline

Definition at line 63 of file ThreadSafetyLogical.h.

const LExpr* clang::threadSafety::lexpr::BinOp::right ( ) const
inline

Definition at line 65 of file ThreadSafetyLogical.h.

LExpr* clang::threadSafety::lexpr::BinOp::right ( )
inline

Definition at line 66 of file ThreadSafetyLogical.h.


The documentation for this class was generated from the following file: