Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
cifcmnrecs.c File Reference
#include <stdio.h>
#include "cif.m"
#include "cif.h"
Include dependency graph for cifcmnrecs.c:

Go to the source code of this file.

Defines

#define CIF_VERSION   3

Functions

void Cif_Error (void)
void Cif_Cifhdr_Rec (FILE *c_i_f, int language_code, char *compiler_version, char *cif_creation_date, char *cif_creation_time, char *group_id, int message_catalog_file_id, char *host_cpu_name, char *host_cpu_type)
void Cif_File_Rec (FILE *c_i_f, char *file_name, int file_id, char *user_specified_file_name)
void Cif_Message_Rec (FILE *c_i_f, int msg_severity, int msg_number, int file_id, int global_line_number, int column_number, int file_line_number, int number_of_inserts, char *message_insert[], char *procedure_name, int relative_message_order, int flags, int physical_file_id)
void Cif_Summary_Rec (FILE *c_i_f, char *release_level, char *gen_date, char *gen_time, char *compilation_time, long max_field_length, int num_source_lines, int code_size, int data_size)
void Cif_Unit_Rec (FILE *c_i_f, char *comp_unit_name, int file_id, int line_number, int column_number)
void Cif_Endunit_Rec (FILE *c_i_f, char *comp_unit_name, int file_id, int line_number, int column_number)
void Cif_Orig_Cmd (FILE *c_i_f, char *options)
void Cif_Src_Pos_Rec (FILE *c_i_f, int record_type, int source_pos_id, int parent_source_pos_id, int start_line_number, int start_column_number, int file_id, int end_line_number, int end_column_number, int macro_sym_id)

Variables

static char USMID [] = "\n@(#)5.0_pl/sources/cifcmnrecs.c 5.2 06/17/99 09:28:10\n"

Define Documentation

#define CIF_VERSION   3

Definition at line 42 of file cifcmnrecs.c.


Function Documentation

void Cif_Cifhdr_Rec ( FILE *  c_i_f,
int  language_code,
char *  compiler_version,
char *  cif_creation_date,
char *  cif_creation_time,
char *  group_id,
int  message_catalog_file_id,
char *  host_cpu_name,
char *  host_cpu_type 
)

Definition at line 77 of file cifcmnrecs.c.

References CIF_CIFHDR, Cif_Error(), EOI, EOR, and fprintf().

Referenced by init_cif().

Here is the call graph for this function:

void Cif_Endunit_Rec ( FILE *  c_i_f,
char *  comp_unit_name,
int  file_id,
int  line_number,
int  column_number 
)

Definition at line 345 of file cifcmnrecs.c.

References CIF_ENDUNIT, Cif_Error(), EOI, EOR, and fprintf().

Referenced by cif_end_unit_rec().

Here is the call graph for this function:

void Cif_File_Rec ( FILE *  c_i_f,
char *  file_name,
int  file_id,
char *  user_specified_file_name 
)

Definition at line 128 of file cifcmnrecs.c.

References Cif_Error(), CIF_FILE, EOI, EOR, fprintf(), and NULL.

Referenced by cif_file_name_rec().

Here is the call graph for this function:

void Cif_Message_Rec ( FILE *  c_i_f,
int  msg_severity,
int  msg_number,
int  file_id,
int  global_line_number,
int  column_number,
int  file_line_number,
int  number_of_inserts,
char *  message_insert[],
char *  procedure_name,
int  relative_message_order,
int  flags,
int  physical_file_id 
)

Definition at line 177 of file cifcmnrecs.c.

References Cif_Error(), CIF_MESSAGE, EOI, EOR, and fprintf().

Referenced by cif_message_rec().

Here is the call graph for this function:

void Cif_Orig_Cmd ( FILE *  c_i_f,
char *  options 
)

Definition at line 382 of file cifcmnrecs.c.

References Cif_Error(), EOI, EOR, and fprintf().

Referenced by init_cif().

Here is the call graph for this function:

void Cif_Src_Pos_Rec ( FILE *  c_i_f,
int  record_type,
int  source_pos_id,
int  parent_source_pos_id,
int  start_line_number,
int  start_column_number,
int  file_id,
int  end_line_number,
int  end_column_number,
int  macro_sym_id 
)

Definition at line 421 of file cifcmnrecs.c.

References Cif_Error(), EOI, EOR, and fprintf().

Referenced by cif_include_rec(), and init_cif().

Here is the call graph for this function:

void Cif_Summary_Rec ( FILE *  c_i_f,
char *  release_level,
char *  gen_date,
char *  gen_time,
char *  compilation_time,
long  max_field_length,
int  num_source_lines,
int  code_size,
int  data_size 
)

Definition at line 257 of file cifcmnrecs.c.

References Cif_Error(), CIF_SUMMARY, EOI, EOR, and fprintf().

Referenced by cif_summary_rec().

Here is the call graph for this function:

void Cif_Unit_Rec ( FILE *  c_i_f,
char *  comp_unit_name,
int  file_id,
int  line_number,
int  column_number 
)

Definition at line 305 of file cifcmnrecs.c.

References Cif_Error(), CIF_UNIT, EOI, EOR, and fprintf().

Referenced by cif_unit_rec().

Here is the call graph for this function:


Variable Documentation

char USMID[] = "\n@(#)5.0_pl/sources/cifcmnrecs.c 5.2 06/17/99 09:28:10\n" [static]

Definition at line 37 of file cifcmnrecs.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines