Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/external/clang/test/SemaObjC/
Darc-non-pod-memaccess.m9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
40memmove(sip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
42memmove(wip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
44memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
46 memmove(uip, ptr, 17);
48memmove(ptr, sip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
50memmove(ptr, wip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
52memmove(ptr, aip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
54 memmove(ptr, uip, 17);
/external/llvm/test/Transforms/InstCombine/
Dmemmove-1.ll1 ; Test that the memmove library call simplifier works correctly.
7 declare i8* @memmove(i8*, i8*, i32)
9 ; Check memmove(mem1, mem2, size) -> llvm.memmove(mem1, mem2, size, 1).
13 %ret = call i8* @memmove(i8* %mem1, i8* %mem2, i32 %size)
14 ; CHECK: call void @llvm.memmove
Dmemmove.ll1 ; This test makes sure that memmove instructions are properly eliminated.
3 ; RUN: opt < %s -instcombine -S | not grep "call void @llvm.memmove"
11 call void @llvm.memmove.p0i8.p0i8.i32(i8* %A, i8* %B, i32 0, i32 1, i1 false)
17 …call void @llvm.memmove.p0i8.p0i8.i32(i8* %A, i8* getelementptr inbounds ([33 x i8]* @S, i32 0, i3…
27 call void @llvm.memmove.p0i8.p0i8.i32(i8* %target_p, i8* %h_p, i32 2, i32 2, i1 false)
28 call void @llvm.memmove.p0i8.p0i8.i32(i8* %target_p, i8* %hel_p, i32 4, i32 4, i1 false)
29 call void @llvm.memmove.p0i8.p0i8.i32(i8* %target_p, i8* %hello_u_p, i32 8, i32 8, i1 false)
35 tail call void @llvm.memmove.p0i8.p0i8.i32(i8* %a, i8* %a, i32 100, i32 1, i1 false)
39 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
Dmemmove-2.ll1 ; Test that the memmove library call simplifier works correctly.
7 declare i8 @memmove(i8*, i8*, i32)
9 ; Check that memmove functions with the wrong prototype aren't simplified.
13 %ret = call i8 @memmove(i8* %mem1, i8* %mem2, i32 %size)
14 ; CHECK: call i8 @memmove
Dcall-intrinsics.ll6 declare void @llvm.memmove.i32(i8*, i8*, i32, i32)
14 call void @llvm.memmove.i32( i8* @X, i8* @Y, i32 0, i32 100 )
Dmalloc-free-delete.ll31 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
43 call void @llvm.memmove.p0i8.p0i8.i32(i8* %a, i8* %src, i32 32, i32 1, i1 false)
71 ; CHECK-NEXT: call void @llvm.memmove
74 ; CHECK-NEXT: call void @llvm.memmove
86 call void @llvm.memmove.p0i8.p0i8.i32(i8* %ptr, i8* %b, i32 32, i32 1, i1 false)
89 call void @llvm.memmove.p0i8.p0i8.i32(i8* %e, i8* %ptr, i32 32, i32 1, i1 true)
/external/clang/test/Analysis/
Dbstring.c281 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro
285 #define memmove BUILTIN(memmove) macro
286 void *memmove(void *s1, const void *s2, size_t n);
295 memmove(dst, src, 4); // no-warning in memmove0()
297 clang_analyzer_eval(memmove(dst, src, 4) == dst); // expected-warning{{TRUE}} in memmove0()
308 memmove(dst, src, 5); // expected-warning{{out-of-bound}} in memmove1()
315 memmove(dst, src, 4); // expected-warning{{overflow}} in memmove2()
Dredefined_system.c6 char memmove ();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi(); in foo()
/external/llvm/test/Transforms/MemCpyOpt/
Dmemmove.ll7 declare void @llvm.memmove.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
17 tail call void @llvm.memmove.p0i8.p0i8.i64(i8* %call3.sub, i8* %src, i64 13, i32 1, i1 false)
28 tail call void @llvm.memmove.p0i8.p0i8.i64(i8* %P, i8* %add.ptr, i64 16, i32 1, i1 false)
36 ; CHECK: call void @llvm.memmove
38 tail call void @llvm.memmove.p0i8.p0i8.i64(i8* %P, i8* %add.ptr, i64 17, i32 1, i1 false)
/external/skia/src/pathops/
DSkIntersections.cpp105 memmove(&fPt[index + 1], &fPt[index], sizeof(fPt[0]) * remaining); in insert()
106 memmove(&fT[0][index + 1], &fT[0][index], sizeof(fT[0][0]) * remaining); in insert()
107 memmove(&fT[1][index + 1], &fT[1][index], sizeof(fT[1][0]) * remaining); in insert()
174 memmove(&fPt[index], &fPt[index + 1], sizeof(fPt[0]) * remaining); in removeOne()
175 memmove(&fT[0][index], &fT[0][index + 1], sizeof(fT[0][0]) * remaining); in removeOne()
176 memmove(&fT[1][index], &fT[1][index + 1], sizeof(fT[1][0]) * remaining); in removeOne()
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersections.cpp105 memmove(&fPt[index + 1], &fPt[index], sizeof(fPt[0]) * remaining); in insert()
106 memmove(&fT[0][index + 1], &fT[0][index], sizeof(fT[0][0]) * remaining); in insert()
107 memmove(&fT[1][index + 1], &fT[1][index], sizeof(fT[1][0]) * remaining); in insert()
174 memmove(&fPt[index], &fPt[index + 1], sizeof(fPt[0]) * remaining); in removeOne()
175 memmove(&fT[0][index], &fT[0][index + 1], sizeof(fT[0][0]) * remaining); in removeOne()
176 memmove(&fT[1][index], &fT[1][index + 1], sizeof(fT[1][0]) * remaining); in removeOne()
/external/clang/test/CodeGenCXX/
Dbuiltins.cpp4 extern "C" char memmove();
8 return memmove(); in main()
/external/clang/test/SemaCXX/
Dwarn-bad-memaccess.cpp4 extern "C" void *memmove(void *s1, const void *s2, unsigned n);
35 memmove(&x1, 0, sizeof x1); // \ in test_warn()
38 memmove(0, &x1, sizeof x1); // \ in test_warn()
/external/stlport/stlport/using/
Dcstring6 # undef memmove
9 inline void* memmove(void* dst, const void* src, size_t len)
12 using _STLP_VENDOR_CSTD::memmove;
/external/llvm/test/Transforms/DeadStoreElimination/
Dmemintrinsics.ll4 declare void @llvm.memmove.p0i8.p0i8.i8(i8* nocapture, i8* nocapture, i8, i32, i1) nounwind
26 store i8 0, i8* %A ;; Written to by memmove
29 call void @llvm.memmove.p0i8.p0i8.i8(i8* %A, i8* %B, i8 -1, i32 0, i1 false)
/external/llvm/test/Transforms/ScalarRepl/
D2008-09-22-vector-gep.ll2 ; used instead of a bitcast to prepare a memmove pointer argument. Previously,
21 call void @llvm.memmove.p0i8.p0i8.i32(i8* %tmpD, i8* %tmpS, i32 4, i32 1, i1 false)
25 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
/external/llvm/test/CodeGen/XCore/
Dunaligned_store_combine.ll3 ; Unaligned load / store pair. Should be combined into a memmove
9 ; CHECK: bl memmove
/external/llvm/test/CodeGen/ARM/
Dmemfunc.ll11 ; CHECK: memmove
13 …call void @llvm.memmove.p0i8.p0i8.i32(i8* bitcast ([500 x i32]* @from to i8*), i8* bitcast ([500 x…
30 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
/external/clang/lib/Sema/
DTypeLocBuilder.cpp100 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl()
111 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl()
120 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl()
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dtsan_basic.ll24 declare void @llvm.memmove.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1)
41 tail call void @llvm.memmove.p0i8.p0i8.i64(i8* %x, i8* %y, i64 16, i32 4, i1 false)
44 ; CHECK: call i8* @memmove
/external/clang/lib/Rewrite/Core/
DDeltaTree.cpp207 memmove(&Values[i+1], &Values[i], sizeof(Values[0])*(e-i)); in DoInsertion()
237 memmove(&IN->Children[i+2], &IN->Children[i+1], in DoInsertion()
243 memmove(&Values[i+1], &Values[i], (e-i)*sizeof(Values[0])); in DoInsertion()
277 memmove(&InsertSide->Children[i+2], &InsertSide->Children[i+1], in DoInsertion()
282 memmove(&InsertSide->Values[i+1], &InsertSide->Values[i], in DoInsertion()
/external/lzma/CPP/Common/
DBuffer.h36 memmove(newBuffer, _items, MyMin(_capacity, newCapacity) * sizeof(T)); in SetCapacity()
50 memmove(_items, buffer._items, buffer._capacity * sizeof(T));
/external/tinyxml/
Dtinystr.cpp65 memmove(start(), str, len); in assign()
79 memmove(finish(), str, len); in append()
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp61 memmove(start(), str, len); in assign()
75 memmove(finish(), str, len); in append()
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp61 memmove(start(), str, len); in assign()
75 memmove(finish(), str, len); in append()

12345678910>>...21