Home
last modified time | relevance | path

Searched defs:constStr (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dstring-plus-char.c13 …const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not a… in f() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dstring-plus-char.cpp20 …const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not a… in f() local