Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 16 of 16) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_ast.c130 zend_ast *ast; in zend_ast_create_0() local
142 zend_ast *ast; in zend_ast_create_1() local
162 zend_ast *ast; in zend_ast_create_2() local
184 zend_ast *ast; in zend_ast_create_3() local
209 zend_ast *ast; in zend_ast_create_4() local
237 zend_ast *ast; in zend_ast_create_list_0() local
251 zend_ast *ast; in zend_ast_create_list_1() local
275 zend_ast *ast; in zend_ast_create_list_2() local
307 zend_ast *ast; in zend_ast_create_from_va_list() local
333 zend_ast *ast; in zend_ast_create_ex() local
[all …]
H A Dzend_compile.c4506 void zend_compile_echo(zend_ast *ast) /* {{{ */ in zend_compile_echo()
4657 void zend_compile_goto(zend_ast *ast) /* {{{ */ in zend_compile_goto()
4761 void zend_compile_for(zend_ast *ast) /* {{{ */ in zend_compile_for()
4888 void zend_compile_if(zend_ast *ast) /* {{{ */ in zend_compile_if()
5121 void zend_compile_try(zend_ast *ast) /* {{{ */ in zend_compile_try()
6633 void zend_compile_use(zend_ast *ast) /* {{{ */ in zend_compile_use()
8060 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_const() local
8105 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_const() local
8129 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_magic_const() local
8141 zend_ast *ast = *ast_ptr; in zend_compile_const_expr() local
[all …]
H A Dzend_ast.h221 zend_ast *ast = zend_ast_create_0(kind); in zend_ast_create_ex_0() local
226 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1() local
231 zend_ast *ast = zend_ast_create_2(kind, child1, child2); in zend_ast_create_ex_2() local
236 zend_ast *ast = zend_ast_create_3(kind, child1, child2, child3); in zend_ast_create_ex_3() local
241 zend_ast *ast = zend_ast_create_4(kind, child1, child2, child3, child4); in zend_ast_create_ex_4() local
280 static zend_always_inline zend_bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list()
283 static zend_always_inline zend_ast_list *zend_ast_get_list(zend_ast *ast) { in zend_ast_get_list()
288 static zend_always_inline zval *zend_ast_get_zval(zend_ast *ast) { in zend_ast_get_zval()
292 static zend_always_inline zend_string *zend_ast_get_str(zend_ast *ast) { in zend_ast_get_str()
308 static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { in zend_ast_get_lineno()
[all …]
H A Dzend_variables.c103 static void ZEND_FASTCALL zend_ast_ref_destroy_wrapper(zend_ast_ref *ast) in zend_ast_ref_destroy_wrapper()
H A Dzend_language_scanner.h55 zend_ast *ast; member
H A Dzend_inheritance.c525 zend_ast *ast = Z_ASTVAL_P(zv); in zend_get_function_declaration() local
H A Dzend_execute_API.c555 zend_ast *ast = Z_ASTVAL_P(p); in zval_update_constant_ex() local
H A Dzend_globals.h119 zend_ast *ast; member
H A Dzend_compile.h101 static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { in zend_ast_get_znode()
126 zend_ast *ast; member
H A Dzend_types.h171 zend_ast_ref *ast; member
903 #define ZVAL_AST(z, ast) do { \ argument
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c232 zend_ast *ast = Z_ASTVAL_P(c); in zend_optimizer_pass1() local
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c295 static void zend_file_cache_serialize_ast(zend_ast *ast,
361 zend_ast_ref *ast; local
948 static void zend_file_cache_unserialize_ast(zend_ast *ast,
H A Dzend_persist_calc.c90 static void zend_persist_ast_calc(zend_ast *ast) in zend_persist_ast_calc()
H A Dzend_persist.c271 static zend_ast *zend_persist_ast(zend_ast *ast) in zend_persist_ast()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c852 zend_ast *ast = Z_ASTVAL_P(zv); in phpdbg_short_zval_print() local
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c2803 zend_ast *ast = Z_ASTVAL_P(RT_CONSTANT(precv, precv->op2)); in ZEND_METHOD() local
2833 zend_ast *ast = Z_ASTVAL_P(RT_CONSTANT(precv, precv->op2)); in ZEND_METHOD() local

Completed in 134 milliseconds