clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::ento::KnownSVal Class Reference

Represents an SVal that is guaranteed to not be UnknownVal. More...

#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"

Inheritance diagram for clang::ento::KnownSVal:
Inheritance graph
[legend]

Public Member Functions

 KnownSVal (DefinedSVal V)
 
 KnownSVal (UndefinedVal V)
 
- Public Member Functions inherited from clang::ento::SVal
 SVal ()=default
 
template<typename T >
castAs () const
 Convert to the specified SVal type, asserting that this SVal is of the desired type.
 
template<typename T >
std::optional< T > getAs () const
 Convert to the specified SVal type, returning std::nullopt if this SVal is not of the desired type.
 
SValKind getKind () const
 
void Profile (llvm::FoldingSetNodeID &ID) const
 
bool operator== (SVal R) const
 
bool operator!= (SVal R) const
 
bool isUnknown () const
 
bool isUndef () const
 
bool isUnknownOrUndef () const
 
bool isValid () const
 
bool isConstant () const
 
bool isConstant (int I) const
 
bool isZeroConstant () const
 
const FunctionDeclgetAsFunctionDecl () const
 getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a CodeTextRegion wrapping a FunctionDecl, return that FunctionDecl.
 
SymbolRef getAsLocSymbol (bool IncludeBaseRegions=false) const
 If this SVal is a location and wraps a symbol, return that SymbolRef.
 
SymbolRef getLocSymbolInBase () const
 Get the symbol in the SVal or its base region.
 
SymbolRef getAsSymbol (bool IncludeBaseRegions=false) const
 If this SVal wraps a symbol return that SymbolRef.
 
const llvm::APSInt * getAsInteger () const
 If this SVal is loc::ConcreteInt or nonloc::ConcreteInt, return a pointer to APSInt which is held in it.
 
const MemRegiongetAsRegion () const
 
void printJson (raw_ostream &Out, bool AddQuotes) const
 printJson - Pretty-prints in JSON format.
 
void dumpToStream (raw_ostream &OS) const
 
void dump () const
 
llvm::iterator_range< SymExpr::symbol_iteratorsymbols () const
 
QualType getType (const ASTContext &) const
 Try to get a reasonable type for the given value.
 

Static Public Member Functions

static bool classof (SVal V)
 

Additional Inherited Members

- Public Types inherited from clang::ento::SVal
enum  SValKind : unsigned char
 
- Protected Member Functions inherited from clang::ento::SVal
 SVal (SValKind Kind, const void *Data=nullptr)
 
template<typename T >
const T * castDataAs () const
 
- Protected Attributes inherited from clang::ento::SVal
const void * Data = nullptr
 
SValKind Kind = UndefinedValKind
 

Detailed Description

Represents an SVal that is guaranteed to not be UnknownVal.

Definition at line 236 of file SVals.h.

Constructor & Destructor Documentation

◆ KnownSVal() [1/2]

clang::ento::KnownSVal::KnownSVal ( DefinedSVal  V)
inline

Definition at line 238 of file SVals.h.

◆ KnownSVal() [2/2]

clang::ento::KnownSVal::KnownSVal ( UndefinedVal  V)
inline

Definition at line 239 of file SVals.h.

Member Function Documentation

◆ classof()

static bool clang::ento::KnownSVal::classof ( SVal  V)
inlinestatic

Definition at line 240 of file SVals.h.

References V.


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