Searched refs:hncs (Results 1 – 2 of 2) sorted by relevance
30 HasNoCStr hncs(str); in pod_test() local35 …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()
16 HasNoCStr hncs(str); in test_block() local19 block(n, "%s %s", hncs, n); in test_block()