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

Go to the source code of this file.

Functions

static PU_Info * xlate_IR (sexp_t *ir_sx, int flags)
static PU_Info * xlate_PUForest (sexp_t *pu_forest_sx, int flags)
static PU_Info * xlate_PUTree (sexp_t *pu_tree_sx, int flags)
static PU_Info * xlate_PU (sexp_t *pu_sx, int flags)
static WN * xlate_WN (sexp_t *ast_sx, int flags)

Function Documentation

PU_Info * xlate_PUForest ( sexp_t *  pu_forest_sx,
int  flags 
) [static]
PU_Info * xlate_PUTree ( sexp_t *  pu_tree_sx,
int  flags 
) [static]
WN * xlate_WN ( sexp_t *  ast_sx,
int  flags 
) [static]

Definition at line 242 of file sexp2whirl.cxx.

References sexp2whirl::TranslateWN().

Referenced by xlate_PU().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines