stage3/fill_candidate_datatypes.hh
changeset 834 783ef40344dd
parent 813 0630cc31569f
child 873 dea39ef02847
equal deleted inserted replaced
833:27f246b35ac2 834:783ef40344dd
    87     /* Match a function declaration with a function call through their parameters.*/
    87     /* Match a function declaration with a function call through their parameters.*/
    88     /* returns true if compatible function/FB invocation, otherwise returns false */
    88     /* returns true if compatible function/FB invocation, otherwise returns false */
    89     bool  match_nonformal_call(symbol_c *f_call, symbol_c *f_decl);
    89     bool  match_nonformal_call(symbol_c *f_call, symbol_c *f_decl);
    90     bool  match_formal_call   (symbol_c *f_call, symbol_c *f_decl, symbol_c **first_param_datatype = NULL);
    90     bool  match_formal_call   (symbol_c *f_call, symbol_c *f_decl, symbol_c **first_param_datatype = NULL);
    91     void  handle_function_call(symbol_c *fcall, generic_function_call_t fcall_data);
    91     void  handle_function_call(symbol_c *fcall, generic_function_call_t fcall_data);
    92     void *handle_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration);
    92     void *handle_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name,   symbol_c *&called_fb_declaration);
       
    93     void *handle_S_and_R_operator   (symbol_c *symbol,         const char *operator_str, symbol_c *&called_fb_declaration);
    93     void *handle_equality_comparison(const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    94     void *handle_equality_comparison(const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    94     void *handle_binary_expression  (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    95     void *handle_binary_expression  (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    95     void *handle_binary_operator    (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    96     void *handle_binary_operator    (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
    96     void *handle_conditional_il_flow_control_operator(symbol_c *symbol);
    97     void *handle_conditional_il_flow_control_operator(symbol_c *symbol);
    97     void *fill_type_decl(symbol_c *symbol, symbol_c *type_name, symbol_c *spec_init);
    98     void *fill_type_decl(symbol_c *symbol, symbol_c *type_name, symbol_c *spec_init);