Searched refs:intp (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CXX/special/class.dtor/
H A Dp10-0x.cpp29 typedef int *intp; typedef
32 i->~decltype(intp())(); // expected-error{{member reference type 'int' is not a pointer; maybe you meant to use '.'?}} \
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
37 pi.~decltype(intp())();
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp65 typedef int *intp; typedef
66 int *pi = intp(ar);
209 typedef int *intp; typedef
210 (void)intp((void*)0);
213 (void)intp((const void*)0); // const_cast appended
265 typedef int *intp; typedef
266 (void)intp(icp); // const_cast appended
269 int *ip = intp(icpcpp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/CXX/drs/
H A Ddr2xx.cpp832 typedef int *intp; typedef in namespace:dr277
833 int *p = intp();
834 int a[fold(intp() ? -1 : 1)];
/external/e2fsprogs/debugfs/
H A Dlogdump.c677 int *intp; local
681 intp = (int *) buf;
687 fprintf(out_file, "%08x ", *intp++);
/external/qemu/audio/
H A Daudio.c484 int *intp = opt->valp; local
485 printf ("boolean, %s = %d\n", state, *intp ? 1 : 0);
491 int *intp = opt->valp; local
492 printf ("integer, %s = %d\n", state, *intp);
578 int *intp = opt->valp; local
579 *intp = audio_get_conf_int (optname, *intp, &def);
/external/mdnsresponder/Clients/
H A Ddns-sd.c1236 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; local
1238 err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, ttl, port_mapping_create_reply, NULL);

Completed in 303 milliseconds