Searched refs:encode_aggregate_within (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c494 encode_aggregate_within (tree type, int curtype, int format, int left, function
707 encode_aggregate_within (type, curtype, format, '{', '}');
711 encode_aggregate_within (type, curtype, format, '(', ')');
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c205 static void encode_aggregate_within PROTO((tree, int, int,
6639 encode_aggregate_within (type, curtype, format, left, right)
6766 encode_aggregate_within(type, curtype, format, '{', '}');
6771 encode_aggregate_within(type, curtype, format, '(', ')');
6620 encode_aggregate_within (type, curtype, format, left, right) function

Completed in 103 milliseconds