Home
last modified time | relevance | path

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

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