stage3/print_datatypes_error.hh
changeset 448 1bd18fc06911
parent 443 ff4d26b7e51d
child 453 4733f662362a
equal deleted inserted replaced
447:aad0f3e5df33 448:1bd18fc06911
    82     symbol_c *il_operand;
    82     symbol_c *il_operand;
    83 
    83 
    84     /* some helper functions... */
    84     /* some helper functions... */
    85     symbol_c *base_type(symbol_c *symbol);
    85     symbol_c *base_type(symbol_c *symbol);
    86     void handle_function_invocation(symbol_c *fcall, generic_function_call_t fcall_data);
    86     void handle_function_invocation(symbol_c *fcall, generic_function_call_t fcall_data);
       
    87     void handle_implicit_il_fb_invocation(symbol_c *il_operator, const char *param_name, symbol_c *called_fb_declaration);  
    87 
    88 
    88   public:
    89   public:
    89     print_datatypes_error_c(symbol_c *ignore);
    90     print_datatypes_error_c(symbol_c *ignore);
    90     virtual ~print_datatypes_error_c(void);
    91     virtual ~print_datatypes_error_c(void);
    91     int get_error_found();
    92     int get_error_found();