Home
last modified time | relevance | path

Searched refs:cp3 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
Dcomplex-overload.cpp8 char *cp3 = foo(fc); in test_foo_1() local
51 int *cp3 = promote_or_convert3(1il); in test_promote_or_convert3() local
Derr_reference_bind_drops_quals.cpp19 const ptr& cp3 = rp; // expected-error {{drops 'restrict' qualifier}} in test1() local
/external/pdfium/third_party/libtiff/
Dtif_getimage.c1841 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile() local
1881 YCbCrtoRGB(cp3[0], pp[12]); in putcontig8bitYCbCrGenericTile()
1882 YCbCrtoRGB(cp3[1], pp[13]); in putcontig8bitYCbCrGenericTile()
1883 YCbCrtoRGB(cp3[2], pp[14]); in putcontig8bitYCbCrGenericTile()
1884 YCbCrtoRGB(cp3[3], pp[15]); in putcontig8bitYCbCrGenericTile()
1886 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile()
1889 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile()
1902 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc() local
1927 YCbCrtoRGB(cp3[0], pp[12]); in DECLAREContigPutFunc()
1928 YCbCrtoRGB(cp3[1], pp[13]); in DECLAREContigPutFunc()
[all …]
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp49 constexpr decltype(std::placeholders::_3) cp3 = std::placeholders::_3; variable
63 ((void)cp3); in use_placeholders_to_prevent_unused_warning()
/external/clang/test/SemaObjC/
Dnonnull.m30 foo (int i1, int i2, int i3, void (^cp1)(), void (^cp2)(), void (^cp3)())
39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu…
40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg…
/external/dhcpcd-6.8.2/
Dipv4.c578 const char *cp, *cp2, *cp3, *cplim; in add_router_host_route() local
598 cp3 = (const char *)&rtn->net.s_addr; in add_router_host_route()
599 cplim = cp3 + sizeof(rtn->net.s_addr); in add_router_host_route()
600 while (cp3 < cplim) { in add_router_host_route()
601 if ((*cp++ ^ *cp2++) & *cp3++) in add_router_host_route()
604 if (cp3 == cplim) in add_router_host_route()
/external/clang/test/Analysis/
Dmalloc-sizeof.c19 char *cp3 = malloc(5 * sizeof(char) + 2); // no warning in foo() local
/external/clang/test/Sema/
Doverloadable-complex.c8 char *cp3 = foo(fc); in test_foo_1() local
/external/llvm/test/Verifier/
Dinvalid-eh.ll147 ;T10: %cp3 = cleanuppad within %cp2 []
148 ;T10: cleanupret from %cp3 unwind label %switch
151 ;T10: ; CHECK10-NEXT: cleanupret from %cp3 unwind label %switch
440 ;T25: %cp3 = cleanuppad within none []
441 ;T25: cleanupret from %cp3 unwind to caller
/external/llvm/test/CodeGen/X86/
Dseh-catchpad.ll82 %cp3 = catchpad within %cs2 [i8* bitcast (i32 (i8*, i8*)* @"\01?filt$0@0@main@@" to i8*)]
83 catchret from %cp3 to label %__except.9
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll133 ; CHECK: cleanupret from %cp3 unwind to caller
162 %cp3 = cleanuppad within none []
164 cleanupret from %cp3 unwind to caller