Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Darray-struct-region.c273 } ShortString; typedef
276 ShortString str;
281 ShortString s = { "abc" }; in testArrayStructCopy()
282 ShortString s2 = s; in testArrayStructCopy()
283 ShortString s3 = s2; in testArrayStructCopy()
290 ShortString s4 = s3; in testArrayStructCopy()
298 ShortString s = { "abc" }; in testArrayStructCopyNested()
299 ShortString s2 = s; in testArrayStructCopyNested()