Searched refs:zend_ffi_nested_declaration (Results 1 – 4 of 4) sorted by relevance
235 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);}
2658 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_declarator()2683 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_abstract_declarator()2713 if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl); in parse_parameter_declarator()
7088 void zend_ffi_nested_declaration(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl) /* {{{ */ function
Completed in 28 milliseconds