PIPS
callgraph-local.h
Go to the documentation of this file.
1 /*
2 
3  $Id: callgraph-local.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 /* callgraph.h
25  include file for callgraphs
26  */
27 
28 #ifndef CALLGRAPH_INCLUDED
29 #define CALLGRAPH_INCLUDED
30 
31 #define CALLGRAPH_NOT_FOUND NULL
32 
33 #define CALLGRAPH_DRAW "CALLGRAPH_DRAW"
34 #define CALLGRAPH_DEBUG "CALLGRAPH_DEBUG"
35 #define CALLGRAPH_DEBUG_LEVEL "CALLGRAPH_DEBUG_LEVEL"
36 #define CALLGRAPH_SHORT_NAMES "CALLGRAPH_SHORT_NAMES"
37 
38 #define CALLGRAPH_INDENT 4
39 
40 #endif /* CALLGRAPH_INCLUDED */