Searched refs:function_decl_t (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/vbscript/ |
H A D | parse.h | 176 } function_decl_t; typedef 180 function_decl_t *func_decl; 185 function_decl_t *funcs;
|
H A D | parser.y | 56 static statement_t *new_function_statement(parser_ctx_t*,function_decl_t*); 64 static function_decl_t *new_function_decl(parser_ctx_t*,const WCHAR*,function_type_t,unsigned,arg_d… 70 static class_decl_t *add_class_function(parser_ctx_t*,class_decl_t*,function_decl_t*); 95 function_decl_t *func_decl; 910 static function_decl_t *new_function_decl(parser_ctx_t *ctx, const WCHAR *name, function_type_t typ… in new_function_decl() 913 function_decl_t *decl; in new_function_decl() 939 static statement_t *new_function_statement(parser_ctx_t *ctx, function_decl_t *decl) in new_function_statement() 965 …lass_decl_t *add_class_function(parser_ctx_t *ctx, class_decl_t *class_decl, function_decl_t *decl) in add_class_function() 967 function_decl_t *iter; in add_class_function()
|
H A D | compile.c | 65 function_decl_t *func_decls; 1482 static HRESULT create_function(compile_ctx_t *ctx, function_decl_t *decl, function_t **ret) in create_function() 1549 static HRESULT create_class_funcprop(compile_ctx_t *ctx, function_decl_t *func_decl, vbdisp_funcpro… in create_class_funcprop() 1552 function_decl_t *funcprop_decl; in create_class_funcprop() 1603 function_decl_t *func_decl, *func_prop_decl; in compile_class() 1831 function_decl_t *func_decl; in compile_script()
|