clang 22.0.0git
clang::threadSafety::lexpr::BinOp Class Reference

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

Inheritance 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.

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

Member Function Documentation

◆ left() [1/2]

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

Definition at line 62 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::LExpr().

◆ left() [2/2]

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

Definition at line 61 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::LExpr().

◆ right() [1/2]

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

Definition at line 65 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::LExpr().

◆ right() [2/2]

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

Definition at line 64 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::LExpr().


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