Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog82 * objc-act.c (encode_array): Handle arrays to zero sized types.
802 (encode_array): Use HOST_WIDE_INT_PRINT_DEC instead of "%ld".
H A Dobjc-act.c7912 encode_array (tree type, int curtype, int format) in encode_array() function
8114 encode_array (type, curtype, format); in encode_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c206 static void encode_array PARAMS ((tree, int, int));
6615 encode_array (type, curtype, format) in encode_array() function
6877 encode_array (type, curtype, format);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.01461 * objc/objc-act.c (encode_array): Cast sprintf argument to `long'