Home
last modified time | relevance | path

Searched refs:MAY_BE_RC1 (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c1998 tmp |= MAY_BE_RC1; in assign_dim_result_type()
2287 tmp |= MAY_BE_RC1; in zend_update_type_info()
2370 tmp |= MAY_BE_RC1; in zend_update_type_info()
2432 tmp |= MAY_BE_RC1; in zend_update_type_info()
2497 tmp |= MAY_BE_RC1; in zend_update_type_info()
2578 if (tmp & MAY_BE_RC1) { in zend_update_type_info()
2608 if (tmp & MAY_BE_RC1) { in zend_update_type_info()
2896 if (t1 & MAY_BE_RC1) { in zend_update_type_info()
3036 tmp |= MAY_BE_RC1; in zend_update_type_info()
3128 tmp = (tmp & (MAY_BE_RC1|MAY_BE_RCN)) | (t1 & ~(MAY_BE_RC1|MAY_BE_RCN)); in zend_update_type_info()
[all …]
H A Dzend_inference.h32 #define MAY_BE_RC1 (1<<27) /* may be non-reference with refcount == 1 */ macro
160 return MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY; in DEFINE_SSA_OP_MIN_RANGE()
162 return MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY; in DEFINE_SSA_OP_MIN_RANGE()
168 tmp |= MAY_BE_RC1 | MAY_BE_RCN; in DEFINE_SSA_OP_MIN_RANGE()
187 tmp |= MAY_BE_RC1 | MAY_BE_RCN; in DEFINE_SSA_OP_MIN_RANGE()
200 …return MAY_BE_UNDEF | MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | M… in get_ssa_var_info()
H A Dzend_func_info.c43 {name, sizeof(name)-1, (FUNC_MAY_WARN | MAY_BE_RC1 | (info)), NULL}
45 {name, sizeof(name)-1, (FUNC_MAY_WARN | MAY_BE_RC1 | MAY_BE_RCN | (info)), NULL}
49 {name, sizeof(name)-1, (FUNC_MAY_WARN | MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | (info)), NULL}
53 {name, sizeof(name)-1, (MAY_BE_RC1 | (info)), NULL}
55 {name, sizeof(name)-1, (MAY_BE_RC1 | MAY_BE_RCN | (info)), NULL}
89 return MAY_BE_RC1 | MAY_BE_STRING; in zend_dechex_info()
104 uint32_t tmp = FUNC_MAY_WARN | MAY_BE_RC1 | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG; in zend_range_info()
125 …return FUNC_MAY_WARN | MAY_BE_RC1 | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_A… in zend_range_info()
1241 ret = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_OBJECT; in zend_get_func_info()
1245 ret |= MAY_BE_RC1 | MAY_BE_RCN; in zend_get_func_info()
H A Dzend_dump.c158 if (info & MAY_BE_RC1) { in zend_dump_type_info()
H A Dzend_ssa.c143 phi->constraint.type.type_mask = MAY_BE_REF|MAY_BE_RC1|MAY_BE_RCN; in pi_type_mask()

Completed in 40 milliseconds