Searched refs:procptr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/zlib/as400/
H A Dzlib.inc101 D zs_zalloc * procptr Int. state allocator
102 D zs_free * procptr Int. state dealloc.
394 D in * value procptr Input function
396 D out * value procptr Output function
/haiku-buildtools/binutils/zlib/as400/
H A Dzlib.inc101 D zs_zalloc * procptr Int. state allocator
102 D zs_free * procptr Int. state dealloc.
400 D in * value procptr Input function
402 D out * value procptr Output function
/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c1818 match_pointer_init (gfc_expr **init, int procptr) argument
1836 gfc_matching_ptr_assignment = !procptr;
1837 gfc_matching_procptr_assignment = procptr;
1849 if (!procptr && !gfc_resolve_expr (*init))
H A Dtrans-expr.c6465 bool array, bool pointer, bool procptr)
6474 if (!(expr || pointer || procptr))
6497 if (array && !procptr)
6511 else if (pointer || procptr)
6513 if (ts->type == BT_CLASS && !procptr)
6464 gfc_conv_initializer(gfc_expr * expr, gfc_typespec * ts, tree type, bool array, bool pointer, bool procptr) argument

Completed in 121 milliseconds