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

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

Inheritance diagram for clang::threadSafety::lexpr::Or:
[legend]

Public Member Functions

 Or (LExpr *LHS, LExpr *RHS)
Public Member Functions inherited from clang::threadSafety::lexpr::BinOp
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.

Static Public Member Functions

static bool classof (const LExpr *E)

Additional Inherited Members

Public Types inherited from clang::threadSafety::lexpr::LExpr
enum  Opcode { Terminal , And , Or , Not }
Protected Member Functions inherited from clang::threadSafety::lexpr::BinOp
 BinOp (LExpr *LHS, LExpr *RHS, Opcode Code)
Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr
 LExpr (Opcode Kind)

Detailed Description

Definition at line 75 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

◆ Or()

clang::threadSafety::lexpr::Or::Or ( LExpr * LHS,
LExpr * RHS )
inline

Definition at line 77 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::BinOp::BinOp(), and Or().

Referenced by Or().

Member Function Documentation

◆ classof()

bool clang::threadSafety::lexpr::Or::classof ( const LExpr * E)
inlinestatic

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