Home
last modified time | relevance | path

Searched refs:hcs (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dprintf-cstr.cpp29 HasCStr hcs(str); in pod_test() local
33 printf("%d: %s\n", n, hcs.c_str()); in pod_test()
34 …printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to v… in pod_test()
36 …sprintf(str, "%d: %s", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' … in pod_test()
38 …printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr'… in pod_test()
39 …printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through … in pod_test()
50 HasCStr hcs(str); in constructor_test() local
52 …Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to … in constructor_test()
/external/lldb/test/pexpect-2.4/examples/
Dbd_serv.py286 def parse_host_connect_string (hcs): argument
294 if '@' in hcs:
298 m = p.search (hcs)
Dhive.py396 def parse_host_connect_string (hcs): argument
404 if '@' in hcs:
408 m = p.search (hcs)
Dcgishell.cgi335 def parse_host_connect_string (hcs): argument
342 if '@' in hcs:
346 m = p.search (hcs)
/external/kernel-headers/original/uapi/linux/
Dbcm933xx_hcs.h19 __u16 hcs; member