
Go to the source code of this file.
| #define ALIGN_COMPOSE 2 |
| #define ALIGN_FIXADE 1 |
| #define ALIGN_NORMAL 0 |
| #define DEBUG_Alignment (Current_DEBUG->alignment) |
| #define DEBUG_Alignment_Compose (Current_DEBUG->alignment==ALIGN_COMPOSE) |
Definition at line 304 of file config_debug.h.
| #define DEBUG_Alignment_Fixade (Current_DEBUG->alignment==ALIGN_FIXADE) |
| #define DEBUG_Alignment_Normal (Current_DEBUG->alignment==ALIGN_NORMAL) |
| #define DEBUG_Conform_Check (Current_DEBUG->conform_check) |
Definition at line 305 of file config_debug.h.
Referenced by cwh_stmt_postprocess_pu(), and DEBUG_Configure().
| #define DEBUG_Conform_Check_Set (Current_DEBUG->conform_check_set) |
| #define DEBUG_Const_Mod_Warning (Current_DEBUG->cmod_warn) |
Definition at line 249 of file config_debug.h.
| #define DEBUG_Const_Mod_Warning_Set (Current_DEBUG->cmod_warn_set) |
Definition at line 250 of file config_debug.h.
| #define DEBUG_Cray_Port (Current_DEBUG->cray_port) |
| #define DEBUG_Cray_Port_Set (Current_DEBUG->cray_port_set) |
Definition at line 252 of file config_debug.h.
| #define DEBUG_Div_Check (Current_DEBUG->div_check) |
| #define DEBUG_Div_Check_Set (Current_DEBUG->div_check_set) |
| #define DEBUG_Div_Oflow_Check (Current_DEBUG->div_check & DIV_OFLOW_CHECK) |
| #define DEBUG_Div_Zero_Check (Current_DEBUG->div_check & DIV_ZERO_CHECK) |
| #define DEBUG_Equiv_Warning (Current_DEBUG->equiv_warn) |
| #define DEBUG_Equiv_Warning_Set (Current_DEBUG->equiv_warn_set) |
| #define DEBUG_Full_Interface_Check (Current_DEBUG->full_iface_check) |
Definition at line 262 of file config_debug.h.
Referenced by DEBUG_Configure(), Emit_Interface_Scn(), Interface_Scn_Add_Call(), Interface_Scn_Add_Def(), Set_Parameter_Info(), and Want_Interface_Section_For_Function().
| #define DEBUG_Full_Interface_Check_Set (Current_DEBUG->full_iface_check_set) |
| #define DEBUG_Fullwarn (Current_DEBUG->fullwarn) |
| #define DEBUG_Fullwarn_Set (Current_DEBUG->fullwarn_set) |
Definition at line 261 of file config_debug.h.
| #define DEBUG_Int32_Overflow_Check (Current_DEBUG->i32_oflow_check) |
| #define DEBUG_Int32_Overflow_Check_Set (Current_DEBUG->i32_oflow_check_set) |
| #define DEBUG_Int_Overflow_Check (Current_DEBUG->int_oflow_check) |
| #define DEBUG_Int_Overflow_Check_Set (Current_DEBUG->int_oflow_check_set) |
Definition at line 267 of file config_debug.h.
| #define DEBUG_IPALNO_Version_Check (Current_DEBUG->ipalno_version_check) |
Definition at line 299 of file config_debug.h.
Referenced by IPA_LNO_READ_FILE::Check_Section_Headers().
| #define DEBUG_Ir_Version_Check (Current_DEBUG->ir_version_check) |
Definition at line 298 of file config_debug.h.
Referenced by CG_Process_Command_Line(), check_section_headers(), ipl_main(), lno_main(), and wopt_main().
| #define DEBUG_Optimize_Space (Current_DEBUG->optimize_space) |
Definition at line 268 of file config_debug.h.
Referenced by EMT_Begin_File(), EMT_End_File(), and put_compile_unit().
| #define DEBUG_Parameter_Alias_Check (Current_DEBUG->parm_alias_check) |
Definition at line 269 of file config_debug.h.
| #define DEBUG_Parameter_Alias_Check_Set (Current_DEBUG->parm_alias_check_set) |
Definition at line 270 of file config_debug.h.
| #define DEBUG_Pointer_Increment_Warning (Current_DEBUG->ptr_incr_warn) |
| #define DEBUG_Pointer_Increment_Warning_Set (Current_DEBUG->ptr_incr_warn_set) |
| #define DEBUG_Printf_Warning (Current_DEBUG->printf_warn) |
| #define DEBUG_Printf_Warning_Set (Current_DEBUG->printf_warn_set) |
| #define DEBUG_Shift_Check (Current_DEBUG->shift_check) |
| #define DEBUG_Shift_Check_Set (Current_DEBUG->shift_check_set) |
| #define DEBUG_Shift_Warning (Current_DEBUG->shift_warn) |
| #define DEBUG_Shift_Warning_Set (Current_DEBUG->shift_warn_set) |
| #define DEBUG_Subscript_Check (Current_DEBUG->subscript_check) |
Definition at line 280 of file config_debug.h.
Referenced by cwh_addr_do_bounds_check(), DEBUG_Configure(), and sgi_cmd_line().
| #define DEBUG_Subscript_Check_Set (Current_DEBUG->subscript_check_set) |
Definition at line 281 of file config_debug.h.
| #define DEBUG_Trap_Uv (Current_DEBUG->trap_uv) |
Definition at line 282 of file config_debug.h.
Referenced by CGEMIT_Setup_Ctrl_Register(), Configure_Source_Target(), cwh_inline_allocate(), DEBUG_Configure(), em_alloca(), emulate_intrinsic_op(), lower_bit_field_id(), and Targ_WhirlOp().
| #define DEBUG_Trap_Uv_Rjustify (Current_DEBUG->trap_uv_rjustify) |
Definition at line 284 of file config_debug.h.
Referenced by DEBUG_Configure(), and lower_bit_field_id().
| #define DEBUG_Trap_Uv_Rjustify_Set (Current_DEBUG->trap_uv_rjustify_set) |
Definition at line 285 of file config_debug.h.
| #define DEBUG_Trap_Uv_Set (Current_DEBUG->trap_uv_set) |
| #define DEBUG_Trunc_Check (Current_DEBUG->trunc_check) |
| #define DEBUG_Trunc_Check_Set (Current_DEBUG->trunc_check_set) |
| #define DEBUG_Trunc_Warning (Current_DEBUG->trunc_warn) |
| #define DEBUG_Trunc_Warning_Set (Current_DEBUG->trunc_warn_set) |
| #define DEBUG_Varargs_Interface_Check (Current_DEBUG->varargs_iface_check) |
Definition at line 290 of file config_debug.h.
| #define DEBUG_Varargs_Interface_Check_Set (Current_DEBUG->varargs_iface_check_set) |
Definition at line 291 of file config_debug.h.
| #define DEBUG_Varargs_Prototypes (Current_DEBUG->varargs_prototypes) |
| #define DEBUG_Varargs_Prototypes_Set (Current_DEBUG->varargs_prototypes_set) |
Definition at line 293 of file config_debug.h.
| #define DEBUG_Verbose_Runtime (Current_DEBUG->verbose_runtime) |
| #define DEBUG_Verbose_Runtime_Set (Current_DEBUG->verbose_runtime_set) |
Definition at line 295 of file config_debug.h.
| #define DEFAULT_ALIGN ALIGN_NORMAL |
Definition at line 245 of file config_debug.h.
| #define DEFAULT_DIV_CHECK DIV_ZERO_CHECK |
Definition at line 239 of file config_debug.h.
| #define DIV_OFLOW_CHECK 2 |
| #define DIV_ZERO_CHECK 1 |
| typedef struct debug_flags DEBUG_FLAGS |
Definition at line 477 of file config_debug.cxx.
References add_cray_args(), Cray_Woff(), Debug_Alignment_Name, DEBUG_Configure_Alignment(), DEBUG_Conform_Check, DEBUG_Conform_Check_Set, DEBUG_Cray_Port, DEBUG_Div_Check, DEBUG_Div_Check_Set, DEBUG_Equiv_Warning, DEBUG_Equiv_Warning_Set, DEBUG_Full_Interface_Check, DEBUG_Full_Interface_Check_Set, DEBUG_Fullwarn, DEBUG_Int32_Overflow_Check, DEBUG_Int32_Overflow_Check_Set, DEBUG_Int_Overflow_Check, DEBUG_Pointer_Increment_Warning, DEBUG_Pointer_Increment_Warning_Set, DEBUG_Printf_Warning, DEBUG_Printf_Warning_Set, DEBUG_Shift_Check, DEBUG_Shift_Check_Set, DEBUG_Shift_Warning, DEBUG_Shift_Warning_Set, DEBUG_Subscript_Check, DEBUG_Trap_Uv, DEBUG_Trap_Uv_Rjustify, DEBUG_Trap_Uv_Set, DEBUG_Trunc_Check, DEBUG_Trunc_Check_Set, DEBUG_Trunc_Warning, DEBUG_Trunc_Warning_Set, DIV_OFLOW_CHECK, DIV_ZERO_CHECK, debug_flags::error, ES_ADVISORY, Min_Error_Severity, msg, OLIST_next, OLIST_val, Rag_Handle_Woff_Args(), debug_flags::remark, debug_flags::warning, and debug_flags::woff.
Referenced by Configure_Source().
Definition at line 379 of file config_debug.cxx.
References EC_No_Mem, ErrMsg(), malloc, and debug_flags::next.
Definition at line 127 of file config_debug.cxx.
1.5.6