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
274 zend_ast *ast; in zend_ast_create_list_0() local
288 zend_ast *ast; in zend_ast_create_list_1() local
312 zend_ast *ast; in zend_ast_create_list_2() local
344 zend_ast *ast; in zend_ast_create_from_va_list() local
370 zend_ast *ast; in zend_ast_create_ex() local
381 zend_ast *ast; in zend_ast_create() local
391 zend_ast *ast; in zend_ast_create_list() local
439 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *ast, zend_ast *op) { in zend_ast_list_add()
494 zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class()
509 zend_ast *ast, in zend_ast_evaluate_ex()
532 zend_ast *ast, in zend_ast_evaluate_inner()
1023 ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry … in zend_ast_evaluate()
1030 static size_t ZEND_FASTCALL zend_ast_tree_size(zend_ast *ast) in zend_ast_tree_size()
1059 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
1111 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast) in zend_ast_copy()
1125 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) in zend_ast_destroy()
1173 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast) in zend_ast_ref_destroy()
1179 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn, void *context) { in zend_ast_apply()
1300 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name()
1313 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()
1375 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var()
1409 zend_ast *ast; in zend_ast_export_encaps_list() local
1468 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
1513 zend_ast *ast; in zend_ast_export_if_stmt() local
1619 static ZEND_COLD void zend_ast_export_attribute_group(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_attribute_group()
1637 static ZEND_COLD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, bool ne… in zend_ast_export_attributes()
1665 static ZEND_COLD void zend_ast_export_type(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_type()
1734 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
2559 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export()
2570 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes()