#include "wintrinsic.h"#include "wio.h"


Go to the source code of this file.
Defines | |
| #define | INTRINSIC_name(op) get_intrinsic_name(op) |
| #define | IOSTATEMENT_name(op) get_iostatement_name(op) |
| #define | IOITEM_name(op) get_ioitem_name(op) |
Functions/Subroutines | |
| const char * | get_intrinsic_name (INTRINSIC opcode) |
| const char * | get_iostatement_name (IOSTATEMENT opcode) |
| const char * | get_ioitem_name (IOITEM opcode) |
| const char * | get_iolibrary_name (IOLIB opcode) |
Definition at line 65 of file wutil.h.
Referenced by dump_whirl_node(), Dump_Whirl_Node(), ir_put_wn(), lower_bit_field_id(), VN_INTR_OP_EXPR::print(), sir_put_wn(), WB_Whirl_Symbol(), wn_dumpexpr(), and WN_intrinsic_name().
Definition at line 67 of file wutil.h.
Referenced by ir_put_wn(), sir_put_wn(), WN2F_io_control(), WN2F_io_format(), WN2F_io_item(), WN2F_io_list(), WN2F_io_unit(), WN2F_ios_decode(), and WN2F_ios_encode().
Definition at line 66 of file wutil.h.
Referenced by ir_put_wn(), sir_put_wn(), WN2F_ios_accept(), WN2F_ios_backspace(), WN2F_ios_close(), WN2F_ios_cr(), WN2F_ios_decode(), WN2F_ios_definefile(), WN2F_ios_delete(), WN2F_ios_encode(), WN2F_ios_endfile(), WN2F_ios_find(), WN2F_ios_inquire(), WN2F_ios_namelist(), WN2F_ios_open(), WN2F_ios_print(), WN2F_ios_read(), WN2F_ios_rewind(), WN2F_ios_rewrite(), WN2F_ios_type(), WN2F_ios_unlock(), and WN2F_ios_write().
| const char* get_intrinsic_name | ( | INTRINSIC | opcode | ) |
Definition at line 242 of file wutil.cxx.
References exit(), FALSE, INT, INT32, INTRINSIC_FIRST, intrinsic_name_table, opc, printf(), RC_INTERNAL_ERROR, and TRUE.
| const char* get_ioitem_name | ( | IOITEM | opcode | ) |
Definition at line 287 of file wutil.cxx.
References exit(), FALSE, INT, INT32, IOITEM_FIRST, IOITEM_LAST, ioitem_name_table_t::name, opc, printf(), RC_INTERNAL_ERROR, and TRUE.
| const char* get_iolibrary_name | ( | IOLIB | opcode | ) |
Definition at line 309 of file wutil.cxx.
References IOLIB_CRAY, IOLIB_MIPS, and IOLIB_UNSPECIFIED.
Referenced by ir_put_wn().
| const char* get_iostatement_name | ( | IOSTATEMENT | opcode | ) |
Definition at line 265 of file wutil.cxx.
References exit(), FALSE, INT, INT32, IOSTATEMENT_FIRST, IOSTATEMENT_LAST, iostatement_name_table_t::name, opc, printf(), RC_INTERNAL_ERROR, and TRUE.
Referenced by WN2F_io().
1.5.6