absyntax_utils/search_expression_type.hh
changeset 336 229eb3e29216
parent 279 c0453b7f99df
child 350 2c3c4dc34979
equal deleted inserted replaced
335:96d2efda3d8d 336:229eb3e29216
    62     bool is_nbinary_type(symbol_c *type_symbol);
    62     bool is_nbinary_type(symbol_c *type_symbol);
    63     bool is_binary_type(symbol_c *type_symbol);
    63     bool is_binary_type(symbol_c *type_symbol);
    64 
    64 
    65     bool is_same_type(symbol_c *first_type, symbol_c *second_type);
    65     bool is_same_type(symbol_c *first_type, symbol_c *second_type);
    66     symbol_c* common_type(symbol_c *first_type, symbol_c *second_type);
    66     symbol_c* common_type(symbol_c *first_type, symbol_c *second_type);
       
    67     symbol_c* default_literal_type(symbol_c *symbol);
    67 
    68 
    68     /*
    69     /*
    69     #include "search_type_code.c"
    70     #include "search_type_code.c"
    70     */
    71     */
    71     void *compute_standard_function_default(function_invocation_c *st_symbol, il_formal_funct_call_c *il_symbol);
    72     void *compute_standard_function_default(function_invocation_c *st_symbol, il_formal_funct_call_c *il_symbol);