Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.h42 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 …]
H A Dzend_optimizer_internal.h44 #define SAME_VAR(op1, op2) (op1 ## _type == op2 ## _type && op1.var == op2.var)
72 target ## _type = src ## _type; \
H A Dzend_inference.c1958 #define UPDATE_SSA_TYPE(_type, _var) \ argument
1960 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h551 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument
552 uint8_t __type = (_type); \
H A Dzend_jit.c730 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
/PHP-8.3/Zend/
H A Dzend_compile.h32 op ## _type = IS_UNUSED; \
H A Dzend_compile.c40 target ## _type = (src)->op_type; \
49 (target)->op_type = src ## _type; \
/PHP-8.3/ext/openssl/
H A Dopenssl.c3825 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument

Completed in 127 milliseconds