clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ento::UndefinedVal Class Reference

#include <SVals.h>

Inheritance diagram for clang::ento::UndefinedVal:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::UndefinedVal:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UndefinedVal ()
 UndefinedVal (const void *D)
const void * getData () const

Static Public Member Functions

static bool classof (const SVal *V)

Detailed Description

Definition at line 164 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::UndefinedVal::UndefinedVal ( ) [inline]

Definition at line 166 of file SVals.h.

clang::ento::UndefinedVal::UndefinedVal ( const void *  D) [inline]

Definition at line 167 of file SVals.h.


Member Function Documentation

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.


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