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

#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"

Inheritance diagram for clang::threadSafety::lexpr::BinOp:
Inheritance graph
[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.
 

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 54 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

◆ BinOp()

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

Definition at line 58 of file ThreadSafetyLogical.h.

Member Function Documentation

◆ left() [1/2]

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

Definition at line 62 of file ThreadSafetyLogical.h.

◆ left() [2/2]

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

Definition at line 61 of file ThreadSafetyLogical.h.

◆ right() [1/2]

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

Definition at line 65 of file ThreadSafetyLogical.h.

◆ right() [2/2]

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

Definition at line 64 of file ThreadSafetyLogical.h.


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