Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.h41 if (opline->opN##_type == IS_CONST) { \
45 return (opline->opN##_type != IS_UNUSED && \
56 if (opline->opN##_type == IS_CONST) { \
67 } else if (opline->opN##_type != IS_UNUSED && \
79 if (opline->opN##_type == IS_CONST) { \
90 } else if (opline->opN##_type != IS_UNUSED && \
102 if (opline->opN##_type == IS_CONST) { \
107 } else if (opline->opN##_type != IS_UNUSED && \
119 if (opline->opN##_type == IS_CONST) { \
124 } else if (opline->opN##_type != IS_UNUSED && \
[all …]
H A Dzend_optimizer_internal.h42 #define SAME_VAR(op1, op2) (op1 ## _type == op2 ## _type && op1.var == op2.var)
70 target ## _type = src ## _type; \
H A Dzend_inference.c1973 #define UPDATE_SSA_TYPE(_type, _var) \ argument
1975 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h549 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument
550 uint8_t __type = (_type); \
H A Dzend_jit.c698 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
/PHP-8.1/Zend/
H A Dzend_compile.h30 #define SET_UNUSED(op) op ## _type = IS_UNUSED
H A Dzend_compile.c38 target ## _type = (src)->op_type; \
47 (target)->op_type = src ## _type; \
/PHP-8.1/ext/openssl/
H A Dopenssl.c3897 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument

Completed in 90 milliseconds