Lines Matching defs:ast

46 	zend_ast_znode *ast;  in zend_ast_create_znode()  local
57 zend_ast_zval *ast; in zend_ast_create_zval_int() local
92 zend_ast_zval *ast; in zend_ast_create_constant() local
116 zend_ast_decl *ast; in zend_ast_create_decl() local
137 zend_ast *ast; in zend_ast_create_0() local
149 zend_ast *ast; in zend_ast_create_1() local
168 zend_ast *ast; in zend_ast_create_2() local
190 zend_ast *ast; in zend_ast_create_3() local
215 zend_ast *ast; in zend_ast_create_4() local
243 zend_ast *ast; in zend_ast_create_5() local
277 zend_ast *ast = zend_ast_alloc(zend_ast_size(children)); in zend_ast_create_va() local
296 zend_ast *ast = zend_ast_create_va(kind, 0, &va); in zend_ast_create_n() local
305 zend_ast *ast = zend_ast_create_va(kind, attr, &va); in zend_ast_create_ex_n() local
311 zend_ast *ast; in zend_ast_create_list_0() local
325 zend_ast *ast; in zend_ast_create_list_1() local
349 zend_ast *ast; in zend_ast_create_list_2() local
381 zend_ast *ast; in zend_ast_create_from_va_list() local
407 zend_ast *ast; in zend_ast_create_ex() local
418 zend_ast *ast; in zend_ast_create() local
428 zend_ast *ast; in zend_ast_create_list() local
476 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *ast, zend_ast *op) { in zend_ast_list_add()
531 static zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class()
546 zend_ast *ast, in zend_ast_evaluate_ex()
569 zend_ast *ast, in zend_ast_evaluate_inner()
1060 ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry … in zend_ast_evaluate()
1067 static size_t ZEND_FASTCALL zend_ast_tree_size(zend_ast *ast) in zend_ast_tree_size()
1096 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
1148 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast) in zend_ast_copy()
1162 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) in zend_ast_destroy()
1210 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast) in zend_ast_ref_destroy()
1216 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn, void *context) { in zend_ast_apply()
1337 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name()
1350 static ZEND_COLD void zend_ast_export_ns_name(smart_str *str, zend_ast *ast, int priority, int inde… in zend_ast_export_ns_name()
1412 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var()
1446 zend_ast *ast; in zend_ast_export_encaps_list() local
1505 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
1558 zend_ast *ast; in zend_ast_export_if_stmt() local
1664 static ZEND_COLD void zend_ast_export_attribute_group(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_attribute_group()
1682 static ZEND_COLD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, bool ne… in zend_ast_export_attributes()
1720 static ZEND_COLD void zend_ast_export_type(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_type()
1789 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
2674 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export()
2685 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes()