Lines Matching refs:cond

1232 void zend_do_if_cond(const znode *cond, znode *closing_bracket_token TSRMLS_DC) /* {{{ */  in zend_do_if_cond()  argument
1238 SET_NODE(opline->op1, cond); in zend_do_if_cond()
1769 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
2779 if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) { in generate_free_switch_expr()
2780 return (switch_entry->cond.op_type == IS_UNUSED); in generate_free_switch_expr()
2785 opline->opcode = (switch_entry->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; in generate_free_switch_expr()
2786 SET_NODE(opline->op1, &switch_entry->cond); in generate_free_switch_expr()
4986 void zend_do_switch_cond(const znode *cond TSRMLS_DC) /* {{{ */ in zend_do_switch_cond()
4990 switch_entry.cond = *cond; in zend_do_switch_cond()
5027 if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) { in zend_do_switch_end()
5030 opline->opcode = (switch_entry_ptr->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; in zend_do_switch_end()
5031 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_switch_end()
5034 if (switch_entry_ptr->cond.op_type == IS_CONST) { in zend_do_switch_end()
5035 zval_dtor(&switch_entry_ptr->cond.u.constant); in zend_do_switch_end()
5059 SET_NODE(opline->op1, &switch_entry_ptr->cond); in zend_do_case_before_statement()
6718 void zend_do_begin_qm_op(const znode *cond, znode *qm_token TSRMLS_DC) /* {{{ */ in zend_do_begin_qm_op() argument
6726 SET_NODE(opline->op1, cond); in zend_do_begin_qm_op()