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

Go to the source code of this file.

Defines

#define BUMP_TY_COUNTER(i)   cwh_stat_ty_c[i] ++ ;

Enumerations

enum  type_counter {
  c_TY_ARRAY = 0, c_TY_POINTER = 1, c_TY_f90_POINTER = 2, c_TY_PROC = 3,
  c_TY_MISC = 4, c_TY_STRUCT = 5, c_TY_COPY = 6, c_TY_UNIQ_POINTER = 7,
  c_TY_DTYPE = 8, c_TY_MATCH_ARRAY = 9, c_TY_MATCH_DOPE = 10, c_TY_MATCH = 11,
  c_TY_CLEARED = 12, c_TY_REUSED = 13, c_TY_F90_NOPTR = 14, c_TY_LAST = 15
}

Variables

int cwh_stat_ty_c [c_TY_LAST]

Define Documentation

#define BUMP_TY_COUNTER (   i)    cwh_stat_ty_c[i] ++ ;

Definition at line 98 of file cwh_stats.h.


Enumeration Type Documentation

Enumerator:
c_TY_ARRAY 
c_TY_POINTER 
c_TY_f90_POINTER 
c_TY_PROC 
c_TY_MISC 
c_TY_STRUCT 
c_TY_COPY 
c_TY_UNIQ_POINTER 
c_TY_DTYPE 
c_TY_MATCH_ARRAY 
c_TY_MATCH_DOPE 
c_TY_MATCH 
c_TY_CLEARED 
c_TY_REUSED 
c_TY_F90_NOPTR 
c_TY_LAST 

Definition at line 75 of file cwh_stats.h.


Variable Documentation

Definition at line 62 of file cwh_stats.i.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines