OpenADFortTk (basic)
src/sexp2whirl/sexp2symtab.cxx File Reference
#include <sexp.h>
#include "Open64IRInterface/Open64BasicTypes.h"
#include "quad.h"
#include "SexpTags.h"
#include "sexputil.h"
#include "sexp2wn.h"
#include "sexp2symtab.h"
Include dependency graph for sexp2symtab.cxx:

Go to the source code of this file.

Functions

template<typename T , UINT block_size>
void xlate_SYMTAB (SEGMENTED_ARRAY< T, block_size > &table, sexp_t *tab_sx, const char *table_nm)
template<typename T , UINT block_size>
void xlate_SYMTAB (RELATED_SEGMENTED_ARRAY< T, block_size > &table, sexp_t *tab_sx, const char *table_nm)
void xlate_SYMTAB (sexp_t *str_tab, const char *table_nm, UINT32(*xlate_entry)(sexp_t *, std::string &buf), std::string &buf)

Function Documentation

template<typename T , UINT block_size>
void xlate_SYMTAB ( RELATED_SEGMENTED_ARRAY< T, block_size > &  table,
sexp_t *  tab_sx,
const char *  table_nm 
)
void xlate_SYMTAB ( sexp_t *  str_tab,
const char *  table_nm,
UINT32(*)(sexp_t *, std::string &buf)  xlate_entry,
std::string &  buf 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines