Searched defs:type2 (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/ffi/ |
H A D | ffi.c | 1762 zend_ffi_type *type2 = ZEND_FFI_TYPE(cdata2->type); in zend_ffi_cdata_compare_objects() local 1872 zend_ffi_type *type2 = ZEND_FFI_TYPE(cdata2->type); in zend_ffi_cdata_do_operation() local 1909 zend_ffi_type *type2 = ZEND_FFI_TYPE(cdata2->type); in zend_ffi_cdata_do_operation() local 2219 static bool zend_ffi_is_same_type(zend_ffi_type *type1, zend_ffi_type *type2) /* {{{ */ in zend_ffi_is_same_type() 2264 zend_ffi_type *type2 = ZEND_FFI_TYPE(ctype2->type); in zend_ffi_ctype_compare_objects() local 4438 zend_ffi_type *type1, *type2; in ZEND_METHOD() local 4493 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 1824 …check_partial_aliasing(const ir_ctx *ctx, ir_ref addr1, ir_ref addr2, ir_type type1, ir_type type2) 1938 ir_type type2 = ctx->ir_base[insn->op3].type; local 2796 ir_type type2 = ctx->ir_base[insn->op3].type; local 2912 ir_type type2; local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 11854 ir_ref if_refcounted, if_reference, if_refcounted2, ptr, val2, ptr2, type2; local
|
Completed in 75 milliseconds