|
OpenADFortTk (basic)
|
#include "Open64IRInterface/Open64BasicTypes.h"#include "xmlostream.h"#include "whirl2xaif.h"#include "PUXlationContext.h"

Go to the source code of this file.
Classes | |
| struct | whirl2xaif::Fld_Path_Info |
Namespaces | |
| namespace | whirl2xaif |
Typedefs | |
| typedef struct Fld_Path_Info | whirl2xaif::FLD_PATH_INFO |
Functions | |
| void | whirl2xaif::TY2F_translate (xml::ostream &xos, TY_IDX ty, PUXlationContext &ctxt) |
| void | whirl2xaif::TY2F_translate (xml::ostream &xos, TY_IDX ty, BOOL notyapp, PUXlationContext &ctxt) |
| const char * | whirl2xaif::TranslateTYToSymType (TY_IDX ty_idx) |
| const char * | whirl2xaif::TranslateTYToMType (TY_IDX ty_idx) |
| const char * | whirl2xaif::TranslateTYToSymShape (TY_IDX ty_idx) |
| void | whirl2xaif::TY2F_Translate_ArrayElt (xml::ostream &xos, TY_IDX arr_ty_idx, STAB_OFFSET arr_ofst) |
| void | whirl2xaif::TY2F_Translate_Common (xml::ostream &xos, const char *name, TY_IDX ty_idx) |
| void | whirl2xaif::TY2F_Translate_Equivalence (xml::ostream &xos, TY_IDX ty_idx, BOOL alt_return) |
| void | whirl2xaif::TY2F_Prepend_Structures (xml::ostream &xos) |
| FLD_PATH_INFO * | whirl2xaif::TY2F_Free_Fld_Path (FLD_PATH_INFO *fld_path) |
| FLD_PATH_INFO * | whirl2xaif::TY2F_Get_Fld_Path (const TY_IDX struct_ty, const TY_IDX object_ty, STAB_OFFSET offset) |
| void | whirl2xaif::TY2F_Translate_Fld_Path (xml::ostream &xos, FLD_PATH_INFO *fld_path, BOOL deref, BOOL member_of_common, BOOL alt_ret_name, PUXlationContext &ctxt) |
| void | whirl2xaif::TY2F_Fld_Separator (xml::ostream &xos) |
| FLD_HANDLE | whirl2xaif::TY2F_Last_Fld (FLD_PATH_INFO *fld_path) |
| void | whirl2xaif::TY2F_Dump_Fld_Path (FLD_PATH_INFO *fld_path) |
| FLD_PATH_INFO * | whirl2xaif::TY2F_Point_At_Path (FLD_PATH_INFO *path, STAB_OFFSET off) |