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
138 zend_ast *ast; in zend_ast_create_0() local
150 zend_ast *ast; in zend_ast_create_1() local
169 zend_ast *ast; in zend_ast_create_2() local
191 zend_ast *ast; in zend_ast_create_3() local
216 zend_ast *ast; in zend_ast_create_4() local
244 zend_ast *ast; in zend_ast_create_5() local
275 zend_ast *ast; in zend_ast_create_list_0() local
289 zend_ast *ast; in zend_ast_create_list_1() local
313 zend_ast *ast; in zend_ast_create_list_2() local
345 zend_ast *ast; in zend_ast_create_from_va_list() local
371 zend_ast *ast; in zend_ast_create_ex() local
382 zend_ast *ast; in zend_ast_create() local
392 zend_ast *ast; in zend_ast_create_list() local
440 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *ast, zend_ast *op) { in zend_ast_list_add()
495 zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class()
500 static zend_result ZEND_FASTCALL zend_ast_evaluate_ex(zval *result, zend_ast *ast, zend_class_entry… in zend_ast_evaluate_ex()
976 ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry … in zend_ast_evaluate()
982 static size_t ZEND_FASTCALL zend_ast_tree_size(zend_ast *ast) in zend_ast_tree_size()
1011 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
1060 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast) in zend_ast_copy()
1074 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) in zend_ast_destroy()
1122 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast) in zend_ast_ref_destroy()
1128 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn, void *context) { in zend_ast_apply()
1249 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name()
1262 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()
1324 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var()
1358 zend_ast *ast; in zend_ast_export_encaps_list() local
1417 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
1462 zend_ast *ast; in zend_ast_export_if_stmt() local
1568 static ZEND_COLD void zend_ast_export_attribute_group(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_attribute_group()
1586 static ZEND_COLD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, bool ne… in zend_ast_export_attributes()
1614 static ZEND_COLD void zend_ast_export_type(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_type()
1683 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
2504 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export()
2515 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes()