Searched refs:function_statement_t (Results 1 – 3 of 3) sorted by relevance
181 } function_statement_t; typedef
1097 static HRESULT compile_function_statement(compile_ctx_t *ctx, function_statement_t *stat) in compile_function_statement()1275 hres = compile_function_statement(ctx, (function_statement_t*)stat); in compile_statement()
941 function_statement_t *stat; in new_function_statement()