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

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

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

Public Member Functions

 Terminal (til::SExpr *Expr)
const til::SExprexpr () const
til::SExprexpr ()
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::LExpr
 LExpr (Opcode Kind)

Detailed Description

Definition at line 42 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

◆ Terminal()

clang::threadSafety::lexpr::Terminal::Terminal ( til::SExpr * Expr)
inline

Definition at line 46 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::LExpr(), and Terminal().

Referenced by Terminal().

Member Function Documentation

◆ classof()

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

◆ expr() [1/2]

til::SExpr * clang::threadSafety::lexpr::Terminal::expr ( )
inline

Definition at line 49 of file ThreadSafetyLogical.h.

◆ expr() [2/2]

const til::SExpr * clang::threadSafety::lexpr::Terminal::expr ( ) const
inline

Definition at line 48 of file ThreadSafetyLogical.h.


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