Searched refs:length2 (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 132 const char *offset2, uptr length2) { in DECLARE_REAL() 133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 135 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) \ in DECLARE_REAL() argument 139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL() 147 offset2, length2, &stack); \ in DECLARE_REAL()
|
| H A D | asan_errors.h | 276 uptr length1, length2; member 288 length2(length2_), in ErrorStringFunctionMemoryRangesOverlap() 290 addr2_description(addr2, length2, /*shouldLockThreadRegistry=*/false), in ErrorStringFunctionMemoryRangesOverlap()
|
| H A D | asan_report.h | 79 const char *offset2, uptr length2,
|
| H A D | asan_report.cpp | 331 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument 336 length2, function); in ReportStringFunctionMemoryRangesOverlap()
|
| H A D | asan_errors.cpp | 300 (void *)(addr2_description.Address() + length2)); in Print()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 184 UInt32 length2; 188 &attrList, &length2, &outData2);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | memcmp-minsize-x32.ll | 12 define i32 @length2(ptr %X, ptr %Y) nounwind minsize { 13 ; X86-LABEL: length2:
|
| H A D | memcmp-minsize.ll | 13 define i32 @length2(ptr %X, ptr %Y) nounwind minsize { 14 ; X64-LABEL: length2:
|
| H A D | memcmp-optsize.ll | 14 define i32 @length2(ptr %X, ptr %Y) nounwind optsize { 15 ; X64-LABEL: length2:
|
| H A D | memcmp-pgso-x32.ll | 13 define i32 @length2(ptr %X, ptr %Y) nounwind !prof !14 { 14 ; X86-LABEL: length2:
|
| H A D | memcmp-optsize-x32.ll | 13 define i32 @length2(ptr %X, ptr %Y) nounwind optsize { 14 ; X86-LABEL: length2:
|
| H A D | memcmp-pgso.ll | 14 define i32 @length2(ptr %X, ptr %Y) nounwind !prof !14 { 15 ; X64-LABEL: length2:
|
| H A D | memcmp-x32.ll | 43 define i32 @length2(ptr %X, ptr %Y) nounwind { 44 ; X86-LABEL: length2:
|
| H A D | memcmp-more-load-pairs-x32.ll | 44 define i32 @length2(ptr %X, ptr %Y) nounwind { 45 ; X86-LABEL: length2:
|
| H A D | memcmp.ll | 49 define i32 @length2(ptr %X, ptr %Y) nounwind { 50 ; X64-LABEL: length2:
|
| H A D | memcmp-more-load-pairs.ll | 50 define i32 @length2(ptr %X, ptr %Y) nounwind { 51 ; X64-LABEL: length2:
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | loop-predication.ll | 771 define i32 @neg_dominating_exit(i32* %array, i32 %length, i32 %length2, i32 %n) { 817 %within.bounds2 = icmp ult i32 %i, %length2
|