absyntax_utils/search_expression_type.hh
changeset 665 50fca2d3abd9
parent 350 2c3c4dc34979
equal deleted inserted replaced
664:199a9f84e64c 665:50fca2d3abd9
    76 
    76 
    77     bool is_same_type(symbol_c *first_type, symbol_c *second_type);
    77     bool is_same_type(symbol_c *first_type, symbol_c *second_type);
    78     symbol_c* common_type(symbol_c *first_type, symbol_c *second_type);
    78     symbol_c* common_type(symbol_c *first_type, symbol_c *second_type);
    79     symbol_c* default_literal_type(symbol_c *symbol);
    79     symbol_c* default_literal_type(symbol_c *symbol);
    80 
    80 
    81     /*
       
    82     #include "search_type_code.c"
       
    83     */
       
    84     void *compute_standard_function_default(function_invocation_c *st_symbol, il_formal_funct_call_c *il_symbol);
       
    85     void *compute_standard_function_il(il_function_call_c *symbol, symbol_c *param_data_type);
       
    86 
       
    87 
       
    88 
       
    89     /*static bool_type_name_c bool_type_name;*/
    81     /*static bool_type_name_c bool_type_name;*/
    90 
    82 
    91     /* A helper function... */
    83     /* A helper function... */
    92     void *compute_boolean_expression(symbol_c *left_type, symbol_c *right_type);
    84     void *compute_boolean_expression(symbol_c *left_type, symbol_c *right_type);
    93 
    85