Lines Matching refs:nested_dcl
341 {zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL};}
346 attributes(&nested_dcl)?
347 declarator(&nested_dcl, name, name_len)
351 array_or_function_declarators(dcl, &nested_dcl)?
352 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}
356 {zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL};}
361 attributes(&nested_dcl)?
362 abstract_declarator(&nested_dcl)
366 array_or_function_declarators(dcl, &nested_dcl)?
367 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}
371 {zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL};}
376 attributes(&nested_dcl)?
377 parameter_declarator(&nested_dcl, name, name_len)
383 array_or_function_declarators(dcl, &nested_dcl)?
384 {if (nested) zend_ffi_nested_declaration(dcl, &nested_dcl);}
394 array_or_function_declarators(zend_ffi_dcl *dcl, zend_ffi_dcl *nested_dcl):
419 array_or_function_declarators(dcl, nested_dcl)?
437 array_or_function_declarators(dcl, nested_dcl)?
439 {zend_ffi_make_func_type(dcl, args, nested_dcl);}