#include <access_vector.h>


Public Member Functions | |
| SYMBOL_LIST (SYMBOL_LIST *sl, MEM_POOL *mem_pool) | |
| void | Init (const SYMBOL_LIST *sl, MEM_POOL *mem_pool) |
| void | Print (FILE *fp, BOOL starsep=FALSE) const |
| INT | Print (char *bf, INT ccount, BOOL starsep=FALSE) const |
| BOOL | operator== (const SYMBOL_LIST &) const |
| BOOL | Contains (const SYMBOL *s) |
| ~SYMBOL_LIST () | |
Definition at line 853 of file access_vector.h.
| SYMBOL_LIST::SYMBOL_LIST | ( | SYMBOL_LIST * | sl, | |
| MEM_POOL * | mem_pool | |||
| ) | [inline] |
| SYMBOL_LIST::~SYMBOL_LIST | ( | ) |
Definition at line 1069 of file access_vector.cxx.
References CXX_DELETE, Default_Mem_Pool, SLIST::Is_Empty(), and SLIST::Remove_Headnode().
| void SYMBOL_LIST::Init | ( | const SYMBOL_LIST * | sl, | |
| MEM_POOL * | mem_pool | |||
| ) |
Definition at line 1060 of file access_vector.cxx.
References SLIST::Append(), CXX_NEW, SLIST_ITER::First(), SLIST_ITER::Is_Empty(), iter, SLIST_ITER::Next(), and node.
Referenced by SYMBOL_LIST().
Definition at line 1014 of file access_vector.cxx.
References fprintf(), and MAX_TLOG_CHARS.
Referenced by SUMPROD_NODE::Print().
Definition at line 1021 of file access_vector.cxx.
References SLIST_ITER::First(), INT, SLIST_ITER::Is_Empty(), iter, MAX_TLOG_CHARS, SLIST_ITER::Next(), node, NULL, SLIST_ITER::Peek_Next(), IPA_NODE::Print(), and snprintfs().
| BOOL SYMBOL_LIST::operator== | ( | const SYMBOL_LIST & | sl | ) | const |
Definition at line 1046 of file access_vector.cxx.
References FALSE, SLIST_ITER::First(), SLIST_ITER::Is_Empty(), iter, SLIST_ITER::Next(), node, and TRUE.
Definition at line 1036 of file access_vector.cxx.
References FALSE, SLIST_ITER::First(), SLIST_ITER::Is_Empty(), iter, SLIST_ITER::Next(), node, and TRUE.
1.5.6