Searched refs:zend_ffi_nested_declaration (Results 1 – 4 of 4) sorted by relevance
236 void zend_ffi_nested_declaration(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl);
352 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}367 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}384 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}
2597 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_declarator()2622 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_abstract_declarator()2652 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_parameter_declarator()
6664 void zend_ffi_nested_declaration(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl) /* {{{ */ function
Completed in 39 milliseconds