clang API Documentation
#include <SVals.h>


Public Member Functions | |
| UndefinedVal () | |
| UndefinedVal (const void *D) | |
| const void * | getData () const |
Static Public Member Functions | |
| static bool | classof (const SVal *V) |
| clang::ento::UndefinedVal::UndefinedVal | ( | const void * | D | ) | [inline] |
| static bool clang::ento::UndefinedVal::classof | ( | const SVal * | V | ) | [inline, static] |
Reimplemented from clang::ento::SVal.
Definition at line 169 of file SVals.h.
References clang::ento::SVal::getBaseKind(), and clang::ento::SVal::UndefinedKind.
| const void* clang::ento::UndefinedVal::getData | ( | ) | const [inline] |
Definition at line 173 of file SVals.h.
References clang::ento::SVal::Data.