OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:helloptr
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp
6
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 76 milliseconds