Home
last modified time | relevance | path

Searched refs:encode_array (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-encoding.cc348 encode_array (tree type, int curtype, int format) in encode_array() function
687 encode_array (type, curtype, format); in encode_type()
H A DChangeLog764 * objc-encoding.c (encode_array): Cast result of obstack_base.
1126 encode_array, encode_vector, encode_aggregate_fields,
1352 (encode_array): Do not emit an error if encoding a flexible array
2587 (encode_array): Generate an error if asked to encode an incomplete
3415 * objc-act.c (encode_array): Handle arrays to zero sized types.
4135 (encode_array): Use HOST_WIDE_INT_PRINT_DEC instead of "%ld".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.c348 encode_array (tree type, int curtype, int format) in encode_array() function
687 encode_array (type, curtype, format); in encode_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtarget-memory.cc177 encode_array (gfc_expr *expr, unsigned char *buffer, size_t buffer_size) in encode_array() function
300 return encode_array (source, buffer, buffer_size); in gfc_target_encode_expr()
H A DChangeLog-2012755 * target-memory.c (gfc_target_encode_expr, encode_array,
H A DChangeLog-20104673 (encode_array): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtarget-memory.c178 encode_array (gfc_expr *expr, unsigned char *buffer, size_t buffer_size) in encode_array() function
301 return encode_array (source, buffer, buffer_size); in gfc_target_encode_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199810040 * objc/objc-act.c (encode_array): Cast sprintf argument to `long'