stage3/narrow_candidate_datatypes.hh
changeset 455 933c0dccc82f
parent 454 099aa5d655de
child 456 ca8d98289ff9
equal deleted inserted replaced
454:099aa5d655de 455:933c0dccc82f
    49     void narrow_function_invocation(symbol_c *f_call, generic_function_call_t fcall_data);
    49     void narrow_function_invocation(symbol_c *f_call, generic_function_call_t fcall_data);
    50     void narrow_nonformal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
    50     void narrow_nonformal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
    51     void narrow_formal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
    51     void narrow_formal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
    52     void narrow_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration);
    52     void narrow_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration);
    53     void *handle_il_instruction(symbol_c *symbol);
    53     void *handle_il_instruction(symbol_c *symbol);
       
    54     void *narrow_conditional_flow_control_IL_instruction(symbol_c *symbol);
       
    55 
    54 
    56 
    55   public:
    57   public:
    56     narrow_candidate_datatypes_c(symbol_c *ignore);
    58     narrow_candidate_datatypes_c(symbol_c *ignore);
    57     virtual ~narrow_candidate_datatypes_c(void);
    59     virtual ~narrow_candidate_datatypes_c(void);
    58 
    60