Searched refs:intp (Results 1 – 5 of 5) sorted by relevance
29 typedef int *intp; in a() typedef32 …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()
66 typedef int *intp; in t_cc() typedef67 int *pi = intp(ar); in t_cc()210 typedef int *intp; in t_529_10() typedef211 (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() typedef267 (void)intp(icp); // const_cast appended in constness()270 int *ip = intp(icpcpp); in constness()
677 int *intp; in do_hexdump() local681 intp = (int *) buf; in do_hexdump()687 fprintf(out_file, "%08x ", *intp++); in do_hexdump()
855 typedef int *intp; typedef856 int *p = intp();857 int a[fold(intp() ? -1 : 1)];
1236 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; in main() local1238 …err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, tt… in main()