Home
last modified time | relevance | path

Searched refs:znode (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_compile.c93 static zend_op *zend_emit_op(znode *result, uint8_t opcode, znode *op1, znode *op2);
2227 static zend_op *zend_emit_op(znode *result, uint8_t opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op()
2247 static zend_op *zend_emit_op_tmp(znode *result, uint8_t opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op_tmp()
2380 static inline zend_op *zend_delayed_emit_op(znode *result, uint8_t opcode, znode *op1, znode *op2) … in zend_delayed_emit_op()
2651 znode zn; in zend_emit_final_return()
3375 znode cv_node; in zend_compile_expr_with_potential_assign_to_self()
3988 znode arg_node; in zend_compile_func_strlen()
4532 znode first; in zend_compile_func_array_slice()
4668 znode op1; in zend_compile_ns_call()
5186 znode expr; in zend_compile_static_var()
[all …]
H A Dzend_compile.h89 } znode; typedef
95 znode node;
98 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node);
100 static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { in zend_ast_get_znode()
H A Dzend_ast.c45 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node) { in zend_ast_create_znode()
/php-src/
H A D.gdbinit550 set $znode = $arg0
551 if $znode->op_type == 1
554 if $znode->op_type == 2
557 if $znode->op_type == 4
560 if $znode->op_type == 8
564 printf "[%p] %s", $znode, $optype
566 if $znode->op_type == 1
570 if $znode->op_type == 2
575 if $znode->op_type == 4
580 if $znode->op_type == 8
[all …]

Completed in 46 milliseconds