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

/external/clang/test/SemaCXX/
H A Darray-bounds-ptr-arith.cpp6 const char *helloptr = hello; local
18 swallow(helloptr + 6); // no-warning
19 swallow(helloptr - 6); // no-warning
20 swallow(helloptr + 14); // no-warning
21 swallow(helloptr + 13); // no-warning

Completed in 45 milliseconds