Mercurial > hg > CbC > old > device
view conv_func.tbl @ 935:7672a37e7545 default tip
Raspbery PI ARM support begin
author | kono |
---|---|
date | Sat, 24 Dec 2016 03:02:57 +0000 |
parents | c9a489ac3fc7 |
children |
line wrap: on
line source
void expr_(int e) ; void bool_(int e); void conv_() ; void noconv_(int f) ; void comment_(int f) ; void open_(char *s) ; void print_(char *s) ; void close_() ; void case_(int cases,int def); void case_begin_(); void code_(NMTBL *fnptr); void code_end_(); void comma_(); void cond_(); void cond1_(); void cond2_(); void cond_end_(); void decl_data_begin_(); void decl_data_end_(); void def_(NMTBL *n); void dowhile_(); void dowhile_cond_(); void dowhile_end_(int cond); int error_(int n); void extern_(); void for_(); void for1_(); void for2_(int cond); void for_body_(int conti); void for_end_(int p0,int p1,int e); void funcall_(int type); void funcall_args_(int f,int t, int args); void function_(NMTBL *n,int cont); void function_end_(); void goto_(); void goto_label_(); void id_(int sy,NMTBL *nptr); void string_(char *s,int len); void const_(int symval); void return_f_(); void defined_(char *p); void environment_(); void if_(); void if_else_(); void if_endif_(); void if_then_(int cond); void jump_(int env); void label_(); void lbra_(int sym); void lc_(); void localvar_end_(); void lpar_(); void op_(int sym); void postfix_(int sym); void prefix_(int sym); void rbra_(int sym); void rc_(); void register_(); void return_(); void return_end_(int e); void return_type_(int t,NMTBL *n,int cont); void rpar_(); void sm_(); void static_(); void switch_(); void switch_body_(int v); void switch_end_(int cslist); void typedef_(); void type_(); void while_(); void while_body_(int cond); void while_end_(); void decl_data_(); void break_(); void continue_(); void sdecl_(int f);