Searched refs:dstbuf (Results 1 – 1 of 1) sorted by relevance
293 char dstbuf[16], srcbuf[16]; in testStructArray() local300 …__builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // expected-warning {{Untrusted data is used … in testStructArray()304 …__builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // expected-warning {{Untrusted data is used … in testStructArray()309 __builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // no-warning in testStructArray()310 __builtin_memcpy(dstbuf, srcbuf, tainted[2].length); // no-warning in testStructArray()