Searched refs:ast_function_definition (Results 1 – 4 of 4) sorted by relevance
1053 friend class ast_function_definition; variable1241 class ast_function_definition : public ast_node {1243 ast_function_definition() : prototype(NULL), body(NULL) in ast_function_definition() function
115 ast_function_definition *function_definition;2842 $$ = new(ctx) ast_function_definition();
1463 ast_function_definition::print(void) const in print()
6409 ast_function_definition::hir(exec_list *instructions, in hir()