Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.dtor/
Dp10-0x.cpp29 typedef int *intp; in a() typedef
32 …i->~decltype(intp())(); // expected-error{{member reference type 'int' is not a pointer; did you m… in a()
34 …i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the… in a()
37 pi.~decltype(intp())(); in a()
38 …pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match t… in a()
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp66 typedef int *intp; in t_cc() typedef
67 int *pi = intp(ar); in t_cc()
210 typedef int *intp; in t_529_10() typedef
211 (void)intp((void*)0); in t_529_10()
214 (void)intp((const void*)0); // const_cast appended in t_529_10()
266 typedef int *intp; in constness() typedef
267 (void)intp(icp); // const_cast appended in constness()
270 int *ip = intp(icpcpp); in constness()
/external/e2fsprogs/debugfs/
Dlogdump.c677 int *intp; in do_hexdump() local
681 intp = (int *) buf; in do_hexdump()
687 fprintf(out_file, "%08x ", *intp++); in do_hexdump()
/external/clang/test/CXX/drs/
Ddr2xx.cpp855 typedef int *intp; typedef
856 int *p = intp();
857 int a[fold(intp() ? -1 : 1)];
/external/mdnsresponder/Clients/
Ddns-sd.c1236 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; in main() local
1238 …err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, tt… in main()