stage3/fill_candidate_datatypes.hh
changeset 652 7fe1533d2260
parent 612 c062ff18d04f
child 717 44f74fad2cc0
equal deleted inserted replaced
651:b3504608cf38 652:7fe1533d2260
    97     /* returns true if compatible function/FB invocation, otherwise returns false */
    97     /* returns true if compatible function/FB invocation, otherwise returns false */
    98     bool  match_nonformal_call(symbol_c *f_call, symbol_c *f_decl);
    98     bool  match_nonformal_call(symbol_c *f_call, symbol_c *f_decl);
    99     bool  match_formal_call   (symbol_c *f_call, symbol_c *f_decl, symbol_c **first_param_datatype = NULL);
    99     bool  match_formal_call   (symbol_c *f_call, symbol_c *f_decl, symbol_c **first_param_datatype = NULL);
   100     void  handle_function_call(symbol_c *fcall, generic_function_call_t fcall_data);
   100     void  handle_function_call(symbol_c *fcall, generic_function_call_t fcall_data);
   101     void *handle_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration);
   101     void *handle_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration);
   102     void *handle_binary_expression(const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
   102     void *handle_equality_comparison(const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
   103     void *handle_binary_operator  (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
   103     void *handle_binary_expression  (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
       
   104     void *handle_binary_operator    (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr);
   104     void *handle_conditional_il_flow_control_operator(symbol_c *symbol);
   105     void *handle_conditional_il_flow_control_operator(symbol_c *symbol);
   105     
   106     
   106     /* a helper function... */
   107     /* a helper function... */
   107     symbol_c *base_type(symbol_c *symbol);    
   108     symbol_c *base_type(symbol_c *symbol);    
   108     
   109