Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
messages.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  last_msg_queue_entry

Typedefs

typedef struct last_msg_queue_entry last_msg_queue_type

Functions

void output_msg (int, int, msg_severities_type, int, long, long, long, long)
void print_buffered_messages (void)

Variables

static last_msg_queue_type last_msg_queue [LAST_MSG_QUEUE_SIZE]
char * command_name
char group_code [] = "cf90"
char message_prefix [] = "cf90"
static char * msg_severity_name []
static int relative_order
static int save_column_num
static int save_glb_line_num
nl_catd msg_sys
int last_msg_file_rec
char cif_tmp_file_name []

Typedef Documentation

Definition at line 48 of file messages.h.


Function Documentation


Variable Documentation

Definition at line 64 of file fecif.h.

Referenced by close_cif(), init_cif(), print_buffered_messages(), and PRINTMSG().

char* command_name

Definition at line 57 of file messages.h.

Referenced by init_msg_processing(), init_PDGCS(), output_msg(), and print_buffered_messages().

char group_code[] = "cf90"

Definition at line 58 of file messages.h.

Referenced by init_cif().

Definition at line 81 of file fecif.h.

Referenced by cif_end_unit_rec(), cif_message_rec(), cif_unit_rec(), and flush_msg_file().

Initial value:
 {
                                        {0,0,0},
                                        {0,0,0},
                                        {0,0,0},
                                        {0,0,0},
                                        {0,0,0}}

Definition at line 50 of file messages.h.

Referenced by output_msg().

char message_prefix[] = "cf90"

Definition at line 65 of file messages.h.

Referenced by output_msg(), and print_buffered_messages().

char* msg_severity_name[] [static]
Initial value:
 {"COMMENT",
                                           "NOTE",
                                           "CAUTION",
                                           "WARNING",
                                           "ERROR",
                                           "INTERNAL",
                                           "VECTOR",
                                           "SCALAR",
                                           "TABLE",
                                           "ANSI",
                                           "WARNING",   
                                           "INLINE",
                                           "INFO",
                                           "TASKING",
                                           "LIMIT",
                                           "ERROR",     
                                           "SUMMARY",   
                                           "F77_ANSI",            
                                           "OPTIMIZATION",
                                           "STREAM",
                                           "UNKNOWN"}

Definition at line 71 of file messages.h.

Referenced by output_msg(), and print_buffered_messages().

nl_catd msg_sys

Definition at line 97 of file messages.h.

Referenced by exit_compiler(), init_msg_processing(), and output_msg().

int relative_order [static]

Definition at line 93 of file messages.h.

Referenced by output_msg().

int save_glb_line_num [static]

Definition at line 95 of file messages.h.

Referenced by init_msg_processing(), and output_msg().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines