class DefinedSVal
Declaration
class DefinedSVal : public DefinedOrUnknownSVal { /* full declaration omitted */ };
Description
SVal - This represents a symbolic expression, which can be either an L-value or an R-value.
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:243
Inherits from: DefinedOrUnknownSVal
Member Variables
Inherited from SVal:
- protected Data = nullptr
- protected Kind = 0
Method Overview
- protected DefinedSVal(const void * d, bool isLoc, unsigned int ValKind)
- public static bool classof(clang::ento::SVal V)
- public bool isUnknown() const
- public bool isUnknownOrUndef() const
- public bool isValid() const
Inherited from DefinedOrUnknownSVal:
Inherited from SVal:
- public Profile
- public castAs
- public dump
- public dumpToStream
- public getAs
- public getAsFunctionDecl
- public getAsInteger
- public getAsLocSymbol
- public getAsRegion
- public getAsSymbol
- public getBaseKind
- public getLocSymbolInBase
- public getRawKind
- public getSubKind
- public getType
- public isConstant
- public isConstant
- public isUndef
- public isUnknown
- public isUnknownOrUndef
- public isValid
- public isZeroConstant
- public printJson
- public symbol_begin
- public symbol_end
Methods
¶DefinedSVal(const void* d,
bool isLoc,
unsigned int ValKind)
DefinedSVal(const void* d,
bool isLoc,
unsigned int ValKind)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:254
Parameters
- const void* d
- bool isLoc
- unsigned int ValKind
¶static bool classof(clang::ento::SVal V)
static bool classof(clang::ento::SVal V)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:251
Parameters
¶bool isUnknown() const
bool isUnknown() const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:247
¶bool isUnknownOrUndef() const
bool isUnknownOrUndef() const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:248
¶bool isValid() const
bool isValid() const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:249