#include "types.h"
Include dependency graph for errhandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | FATAL 0x80000000 |
#define | TKERROR 0x04000000 |
#define | WARNING 0x00200000 |
#define | INFO 0x00010000 |
#define | MESSAGE 0x00000800 |
#define | P_MESSAGE 0x00000040 |
#define | FORCE_MSG 0x00000001 |
#define | ERRMSG_DESTINATION stderr |
#define | FFLUSH_STDOUT fflush( stdout); |
Functions | |
void | init_error_handler (void) |
void | tokenization_error (int err_type, char *msg,...) |
void | started_at (char *saved_ifile, unsigned int saved_lineno) |
void | print_started_at (char *saved_ifile, unsigned int saved_lineno) |
void | just_started_at (char *saved_ifile, unsigned int saved_lineno) |
void | where_started (char *saved_ifile, unsigned int saved_lineno) |
void | just_where_started (char *saved_ifile, unsigned int saved_lineno) |
void | in_last_colon (void) |
_PTR | safe_malloc (size_t size, char *phrase) |
bool | error_summary (void) |
|
Definition at line 79 of file errhandler.h. Referenced by init_error_handler(), list_fcode_ranges(), print_started_at(), show_all_cl_flag_settings(), and tokenization_error(). |
|
Definition at line 43 of file errhandler.h. Referenced by assigning_fcode(), close_output(), emit_token(), error_summary(), get_word(), increase_output_buffer(), safe_malloc(), skip_string(), and tokenization_error(). |
|
Definition at line 80 of file errhandler.h. Referenced by handle_internal(), init_error_handler(), init_output(), and init_stream(). |
|
Definition at line 49 of file errhandler.h. Referenced by expansion_error(). |
|
|
Definition at line 47 of file errhandler.h. Referenced by handle_internal(), handle_user_message(), and show_all_cl_flag_settings(). |
|
Definition at line 48 of file errhandler.h. Referenced by handle_internal(). |
|
|
|
Definition at line 881 of file errhandler.c. References err_category::counter, err_types_found, FATAL, noerrors, num_categories, opc, and TKERROR. Referenced by close_output(), and tokenization_error(). |
|
Definition at line 794 of file errhandler.c. References incolon, last_colon_defname, last_colon_filename, last_colon_lineno, message_dest, print_msg, and print_where_started(). Referenced by control_stack_size_test(), error_check_locals(), gather_locals(), handle_internal(), must_be_deep_in_do(), print_where_started(), ret_stk_access_rpt(), ret_stk_balance_rpt(), trace_creation(), and warn_unterm(). Here is the call graph for this function: |
|
Definition at line 372 of file errhandler.c. References err_count, err_types_found, ERRMSG_DESTINATION, errs_to_print, FFLUSH_STDOUT, INFO, info_count, message_dest, user_msg_count, verbose, and warn_count. Referenced by main(). |
|
Definition at line 700 of file errhandler.c. References print_where_started(). Referenced by conditionally_tokenize(), and show_node_start(). Here is the call graph for this function: |
|
Definition at line 755 of file errhandler.c. References print_where_started(). Referenced by conditionally_tokenize(), handle_internal(), modified_by_instance(), show_node_start(), and unresolved_instance(). Here is the call graph for this function: |
|
Definition at line 669 of file errhandler.c. References ERRMSG_DESTINATION, message_dest, and started_at(). Referenced by list_fcode_ranges(). Here is the call graph for this function: |
|
Definition at line 840 of file errhandler.c. References FATAL, fatal_err_exit, and tokenization_error(). Referenced by add_str_sub_entry(), add_tic_entry(), add_to_include_list(), add_to_trace_list(), dev_vocab_control_struct_check(), extend_filename(), init_incl_list_scan(), init_output(), init_scanner(), init_stack(), init_stream(), list_user_symbols(), new_device_vocab(), push_cstag(), push_source(), and set_next_fcode(). Here is the call graph for this function: |
|
Definition at line 652 of file errhandler.c. References print_where_started(). Referenced by assigning_fcode(), finish_device_vocab(), list_fcode_ranges(), new_device_vocab(), print_started_at(), and reset_normal_vocabs(). Here is the call graph for this function: |
|
|
Definition at line 728 of file errhandler.c. References print_where_started(). Referenced by control_struct_incomplete(), control_structure_mismatch(), offset_too_large(), and warn_if_multiline(). Here is the call graph for this function: |