Searched refs:MAY_HAVE_DTOR (Results 1 – 5 of 5) sorted by relevance
186 && (OP2_INFO() & MAY_HAVE_DTOR) in may_have_side_effects()226 && (OP1_INFO() & MAY_HAVE_DTOR)) { in may_have_side_effects()
35 #define MAY_HAVE_DTOR \ macro
12151 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {12158 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {12376 && (op2_info & MAY_HAVE_DTOR)13849 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {14273 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
11402 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {11409 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {11620 && (op2_info & MAY_HAVE_DTOR)13031 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {13413 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
3338 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()
Completed in 92 milliseconds