pinapa-decoration.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002  * arch-tag: Matthieu Moy  September 16, 2003 (parser/include/scp-decoration.h)
00003  *------------------------------------------------------------------------------
00004  *         Copyright (c) STMicroelectronics,Verimag
00005  * Pinapa is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Lesser General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  * 
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Lesser General Public
00016  * License along with this library; if not, write to the Free
00017  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
00018  * MA 02111-1307, USA
00019  *------------------------------------------------------------------------------
00020  *                 System Platform Group - HPC
00021  *******************************************************************************/
00022 
00032 #include "pinapa-parser-all.h"
00033 
00034 #ifndef PINAPA_DECORATION_H
00035 #define PINAPA_DECORATION_H
00036 
00049 EXTERN_C
00050 void pinapa_gcc_analyze_function_hook(tree fn);
00051   
00052   
00070 EXTERN_C
00071 void pinapa_named_return_value_optimisation_hook();
00072 
00084 EXTERN_C
00085 void pinapa_gcc_keep_old_node_hook(tree t, tree arg1);
00086   
00094 EXTERN_C
00095 void pinapa_gcc_build_tree_node_hook(tree t);
00096 
00097 #endif // PINAPA_DECORATION_H
00098 
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page