Home
last modified time | relevance | path

Searched refs:length2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h132 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 Dasan_errors.h276 uptr length1, length2; member
288 length2(length2_), in ErrorStringFunctionMemoryRangesOverlap()
290 addr2_description(addr2, length2, /*shouldLockThreadRegistry=*/false), in ErrorStringFunctionMemoryRangesOverlap()
H A Dasan_report.h79 const char *offset2, uptr length2,
H A Dasan_report.cpp331 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument
336 length2, function); in ReportStringFunctionMemoryRangesOverlap()
H A Dasan_errors.cpp300 (void *)(addr2_description.Address() + length2)); in Print()
/llvm-project-15.0.7/clang/test/Analysis/
H A DkeychainAPI.m184 UInt32 length2;
188 &attrList, &length2, &outData2);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmemcmp-minsize-x32.ll12 define i32 @length2(ptr %X, ptr %Y) nounwind minsize {
13 ; X86-LABEL: length2:
H A Dmemcmp-minsize.ll13 define i32 @length2(ptr %X, ptr %Y) nounwind minsize {
14 ; X64-LABEL: length2:
H A Dmemcmp-optsize.ll14 define i32 @length2(ptr %X, ptr %Y) nounwind optsize {
15 ; X64-LABEL: length2:
H A Dmemcmp-pgso-x32.ll13 define i32 @length2(ptr %X, ptr %Y) nounwind !prof !14 {
14 ; X86-LABEL: length2:
H A Dmemcmp-optsize-x32.ll13 define i32 @length2(ptr %X, ptr %Y) nounwind optsize {
14 ; X86-LABEL: length2:
H A Dmemcmp-pgso.ll14 define i32 @length2(ptr %X, ptr %Y) nounwind !prof !14 {
15 ; X64-LABEL: length2:
H A Dmemcmp-x32.ll43 define i32 @length2(ptr %X, ptr %Y) nounwind {
44 ; X86-LABEL: length2:
H A Dmemcmp-more-load-pairs-x32.ll44 define i32 @length2(ptr %X, ptr %Y) nounwind {
45 ; X86-LABEL: length2:
H A Dmemcmp.ll49 define i32 @length2(ptr %X, ptr %Y) nounwind {
50 ; X64-LABEL: length2:
H A Dmemcmp-more-load-pairs.ll50 define i32 @length2(ptr %X, ptr %Y) nounwind {
51 ; X64-LABEL: length2:
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dloop-predication.ll771 define i32 @neg_dominating_exit(i32* %array, i32 %length, i32 %length2, i32 %n) {
817 %within.bounds2 = icmp ult i32 %i, %length2