Searched refs:_type (Results 1 – 8 of 8) sorted by relevance
42 if (opline->opN##_type == IS_CONST) { \46 return (opline->opN##_type != IS_UNUSED && \57 if (opline->opN##_type == IS_CONST) { \62 } else if (opline->opN##_type != IS_UNUSED && \74 if (opline->opN##_type == IS_CONST) { \79 } else if (opline->opN##_type != IS_UNUSED && \91 if (opline->opN##_type == IS_CONST) { \96 } else if (opline->opN##_type != IS_UNUSED && \108 if (opline->opN##_type == IS_CONST) { \113 } else if (opline->opN##_type != IS_UNUSED && \[all …]
44 #define SAME_VAR(op1, op2) (op1 ## _type == op2 ## _type && op1.var == op2.var)72 target ## _type = src ## _type; \
1958 #define UPDATE_SSA_TYPE(_type, _var) \ argument1960 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
551 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument552 uint8_t __type = (_type); \
730 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
32 op ## _type = IS_UNUSED; \
40 target ## _type = (src)->op_type; \49 (target)->op_type = src ## _type; \
3838 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument
Completed in 80 milliseconds