Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dprintf-cstr.cpp30 HasNoCStr hncs(str); in pod_test() local
35 …printf("%d: %s\n", n, hncs); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' t… in pod_test()
38 …printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr'… in pod_test()
Dprintf-block.cpp16 HasNoCStr hncs(str); in test_block() local
19 block(n, "%s %s", hncs, n); in test_block()