PIPS
modeling-local.h
Go to the documentation of this file.
1 // $Id: modeling-local.h 23073 2016-03-09 09:51:11Z coelho $
2 
3 typedef struct
4 {
13 }
16 
17 
18 #define spear_error(...) \
19  spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_error_log, __VA_ARGS__)
20 
21 #define spear_warning(...) \
22  spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_warning_log, __VA_ARGS__)
struct nest_context_t * nest_context_p
the stack head
Definition: stack.c:62
Warning! Do not modify this file that is automatically generated!
Definition: modeling-local.h:4
gen_array_t nested_loop_indices
gen_array_t nested_call
stack loops_for_call
Definition: modeling-local.h:5
gen_array_t nested_if
gen_array_t nested_loops
Definition: modeling-local.h:9