HPCToolkit
NameMappings.hpp
Go to the documentation of this file.
1 #ifndef NameMappings_h
2 #define NameMappings_h
3 
4 //******************************************************************************
5 //******************************************************************************
6 // NameMappings.h
7 //
8 // Purpose:
9 // To support renamings, this file supports one operation: normalize_name,
10 // while maps input name into its output name. If no remapping exists, the
11 // input name and the output name will agree.
12 //******************************************************************************
13 //******************************************************************************
14 
15 
16 
17 //******************************************************************************
18 // interface operations
19 //******************************************************************************
20 
21 const char *normalize_name(const char *in, int &fake_procedured);
22 
23 #endif
const char * normalize_name(const char *in, int &fake_procedured)