Searched defs:ShortString (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Darray-struct-region.c273 } ShortString; typedef in typeref:struct:__anon18308
276 ShortString str;
281 ShortString s = { "abc" };
282 ShortString s2 = s;
283 ShortString s3 = s2;
290 ShortString s4 = s3;
298 ShortString s = { "abc" };
299 ShortString s2 = s;

Completed in 174 milliseconds