Searched refs:encode_array (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 82 * 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 D | objc-act.c | 7912 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 D | objc-act.c | 206 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 D | ChangeLog.0 | 1461 * objc/objc-act.c (encode_array): Cast sprintf argument to `long'
|