clang API Documentation
Represents symbolic expression. More...
#include <SVals.h>
Public Member Functions | |
SymbolVal (SymbolRef sym) | |
SymbolRef | getSymbol () const |
bool | isExpression () const |
Friends | |
class | SVal |
clang::ento::nonloc::SymbolVal::SymbolVal | ( | SymbolRef | sym | ) | [inline] |
SymbolRef clang::ento::nonloc::SymbolVal::getSymbol | ( | ) | const [inline] |
Definition at line 317 of file SVals.h.
References clang::ento::SVal::Data.
Referenced by clang::ento::SimpleConstraintManager::assumeAux(), and isExpression().
bool clang::ento::nonloc::SymbolVal::isExpression | ( | ) | const [inline] |
Definition at line 321 of file SVals.h.
References getSymbol().
Referenced by clang::ento::SimpleConstraintManager::assumeAux().
friend class SVal [friend] |
Reimplemented from clang::ento::NonLoc.