Searched refs:ZEND_FFI_ABI_VECTORCALL (Results 1 – 4 of 4) sorted by relevance
133 #define ZEND_FFI_ABI_VECTORCALL 9 // FFI_VECTORCALL macro
492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
5986 if (dcl->abi == ZEND_FFI_ABI_VECTORCALL && args) {6065 case ZEND_FFI_ABI_VECTORCALL:6383 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);
2954 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()
Completed in 30 milliseconds