view conv/c2cbc.h @ 864:98b6273204bc

add _VA_LIST to ignore stdarg.h in LLVM
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 31 Mar 2014 19:40:57 +0900
parents c9a489ac3fc7
children
line wrap: on
line source

/* Do not edit this file. This is automatically generated. */

extern Converter c2cbc_converter;



Converter c2cbc_converter = {
    &expr_,
    &bool_,
    &conv_,
    &noconv_,
    &comment_,
    &open_,
    &print_,
    &close_,
    &case_,
    &case_begin_,
    &code_,
    &code_end_,
    &comma_,
    &cond_,
    &cond1_,
    &cond2_,
    &cond_end_,
    &decl_data_begin_,
    &decl_data_end_,
    &def_,
    &dowhile_,
    &dowhile_cond_,
    &dowhile_end_,
    &error_,
    &extern_,
    &for_,
    &for1_,
    &for2_,
    &for_body_,
    &for_end_,
    &funcall_,
    &funcall_args_,
    &function_,
    &function_end_,
    &goto_,
    &goto_label_,
    &id_,
    &string_,
    &const_,
    &return_f_,
    &defined_,
    &environment_,
    &if_,
    &if_else_,
    &if_endif_,
    &if_then_,
    &jump_,
    &label_,
    &lbra_,
    &lc_,
    &localvar_end_,
    &lpar_,
    &op_,
    &postfix_,
    &prefix_,
    &rbra_,
    &rc_,
    &register_,
    &return_,
    &return_end_,
    &return_type_,
    &rpar_,
    &sm_,
    &static_,
    &switch_,
    &switch_body_,
    &switch_end_,
    &typedef_,
    &type_,
    &while_,
    &while_body_,
    &while_end_,
    &decl_data_,
    &break_,
    &continue_,
    &sdecl_,
};