Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
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()
/external/llvm-project/clang/test/SemaCXX/
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()