clang API Documentation
#include <SVals.h>


Public Member Functions | |
| void | dumpToStream (raw_ostream &Out) const |
Protected Member Functions | |
| NonLoc () | |
| NonLoc (unsigned SubKind, const void *d) | |
Friends | |
| class | SVal |
| clang::ento::NonLoc::NonLoc | ( | ) | [inline, protected] |
| clang::ento::NonLoc::NonLoc | ( | unsigned | SubKind, |
| const void * | d | ||
| ) | [inline, explicit, protected] |
| void NonLoc::dumpToStream | ( | raw_ostream & | Out | ) | const |
Reimplemented from clang::ento::SVal.
Definition at line 258 of file SVals.cpp.
References clang::ento::nonloc::CompoundVal::begin(), AttributeLangSupport::C, clang::ento::nonloc::CompoundValKind, clang::ento::nonloc::ConcreteIntKind, clang::ento::nonloc::CompoundVal::end(), clang::ento::nonloc::LocAsInteger::getLoc(), clang::ento::nonloc::LocAsInteger::getNumBits(), clang::ento::nonloc::LazyCompoundVal::getRegion(), clang::ento::nonloc::LazyCompoundVal::getStore(), clang::ento::nonloc::ConcreteInt::getValue(), clang::ento::nonloc::LazyCompoundValKind, clang::ento::nonloc::LocAsIntegerKind, and clang::ento::nonloc::SymbolValKind.
friend class SVal [friend] |
Reimplemented from clang::ento::DefinedSVal.
Reimplemented in clang::ento::nonloc::LazyCompoundVal, clang::ento::nonloc::CompoundVal, clang::ento::nonloc::LocAsInteger, clang::ento::nonloc::ConcreteInt, and clang::ento::nonloc::SymbolVal.