Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
common_include.h File Reference
#include <stdio.h>
#include "defs.h"
#include "config.h"
#include "erglob.h"
#include "wn.h"
#include "symtab.h"
#include "be_symtab.h"
#include "glob.h"
#include "diagnostics.h"
#include "wn_attr.h"
#include "stab_attr.h"
#include "token_buffer.h"
#include "w2cf_symtab.h"
Include dependency graph for common_include.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define Cur_PU_Name   You_should_not_use("Cur_PU_Name")
#define TYPE_ALLOC_N(type, count)   TYPE_MEM_POOL_ALLOC_N(type, Malloc_Mem_Pool, count)
#define TYPE_REALLOC_N(type, old_ptr, old_count, new_count)
#define FREE(ptr)   MEM_POOL_FREE(Malloc_Mem_Pool, ptr)

Functions

void Set_TY_is_translated_to_c (const TY_IDX ty)
void Reset_TY_is_translated_to_c (const TY_IDX ty)
BOOL TY_is_translated_to_c (const TY_IDX ty)
void Clear_w2fc_flags (void)

Define Documentation

#define TYPE_REALLOC_N (   type,
  old_ptr,
  old_count,
  new_count 
)
Value:
TYPE_MEM_POOL_REALLOC_N(type, Malloc_Mem_Pool, old_ptr,\
                           old_count, new_count)

Definition at line 91 of file common_include.h.

Referenced by Stab_Lock_Tmpvar(), and W2CF_Symtab_Alloc_Chars().


Function Documentation

void Clear_w2fc_flags ( void  )

Definition at line 210 of file stab_attr.cxx.

References W2FC_FLAG_ARRAY::Clear_w2fc_flags().

Referenced by Stab_Reset_Referenced_Flag(), W2F_Outfile_Fini(), and W2F_Push_PU().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines