Searched defs:intp (Results 1 - 14 of 14) 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; did you mean 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/dtc/tests/
H A Dnop_property.c35 const uint32_t *intp; local
43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
44 verbose_printf("int value was 0x%08x\n", *intp);
50 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr);
51 if (intp)
H A Dsetprop.c39 const uint32_t *intp; local
54 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
56 verbose_printf("Old int value was 0x%08x\n", *intp);
H A Ddel_property.c35 const uint32_t *intp; local
47 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
48 verbose_printf("int value was 0x%08x\n", *intp);
54 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr);
55 if (intp)
H A Dsetprop_inplace.c36 const uint32_t *intp; local
46 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
48 verbose_printf("Old int value was 0x%08x\n", *intp);
53 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1);
54 verbose_printf("New int value is 0x%08x\n", *intp);
/external/e2fsprogs/debugfs/
H A Dlogdump.c712 int *intp; local
716 intp = (int *) buf;
722 fprintf(out_file, "%08x ", *intp++);
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp66 typedef int *intp; typedef
67 int *pi = intp(ar);
210 typedef int *intp; typedef
211 (void)intp((void*)0);
214 (void)intp((const void*)0); // const_cast appended
266 typedef int *intp; typedef
267 (void)intp(icp); // const_cast appended
270 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.cpp855 typedef int *intp; typedef in namespace:dr277
856 int *p = intp();
857 int a[fold(intp() ? -1 : 1)];
/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);
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 513 milliseconds