clang 17.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::dataflow::NegationValue Class Reference

Models a boolean negation. More...

#include "clang/Analysis/FlowSensitive/Value.h"

Inheritance diagram for clang::dataflow::NegationValue:
Inheritance graph
[legend]
Collaboration diagram for clang::dataflow::NegationValue:
Collaboration graph
[legend]

Public Member Functions

 NegationValue (BoolValue &SubVal)
 
BoolValuegetSubVal () const
 Returns the sub-value of the negation.
 
- Public Member Functions inherited from clang::dataflow::BoolValue
 BoolValue (Kind ValueKind)
 
- Public Member Functions inherited from clang::dataflow::Value
 Value (Kind ValKind)
 
 Value (const Value &)=delete
 
Valueoperator= (const Value &)=delete
 
virtual ~Value ()=default
 
Kind getKind () const
 
ValuegetProperty (llvm::StringRef Name) const
 Returns the value of the synthetic property with the given Name or null if the property isn't assigned a value.
 
void setProperty (llvm::StringRef Name, Value &Val)
 Assigns Val as the value of the synthetic property with the given Name.
 

Static Public Member Functions

static bool classof (const Value *Val)
 
- Static Public Member Functions inherited from clang::dataflow::BoolValue
static bool classof (const Value *Val)
 

Additional Inherited Members

- Public Types inherited from clang::dataflow::Value
enum class  Kind {
  Integer , Reference , Pointer , Struct ,
  TopBool , AtomicBool , Conjunction , Disjunction ,
  Negation , Implication , Biconditional
}
 

Detailed Description

Models a boolean negation.

Definition at line 177 of file Value.h.

Constructor & Destructor Documentation

◆ NegationValue()

clang::dataflow::NegationValue::NegationValue ( BoolValue SubVal)
inlineexplicit

Definition at line 179 of file Value.h.

Member Function Documentation

◆ classof()

static bool clang::dataflow::NegationValue::classof ( const Value Val)
inlinestatic

Definition at line 182 of file Value.h.

References clang::dataflow::Value::getKind(), and clang::dataflow::Value::Negation.

◆ getSubVal()

BoolValue & clang::dataflow::NegationValue::getSubVal ( ) const
inline

Returns the sub-value of the negation.

Definition at line 187 of file Value.h.


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