| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | unreachable-blocks.ll | 12 %newlen = sub i32 %newlen, 1 14 %test = icmp sgt i32 %newlen, 0
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_netbsd.cpp | 308 uptr *oldlenp, const void *newp, uptr newlen) { in internal_sysctl() argument 310 return __sysctl(name, namelen, oldp, (size_t *)oldlenp, newp, (size_t)newlen); in internal_sysctl() 314 const void *newp, uptr newlen) { in internal_sysctlbyname() argument 318 (size_t)newlen); in internal_sysctlbyname()
|
| H A D | sanitizer_posix.h | 70 uptr *oldlenp, const void *newp, uptr newlen); 72 const void *newp, uptr newlen);
|
| H A D | sanitizer_mac.cpp | 257 uptr *oldlenp, const void *newp, uptr newlen) { in internal_sysctl() argument 259 const_cast<void *>(newp), (size_t)newlen); in internal_sysctl() 263 const void *newp, uptr newlen) { in internal_sysctlbyname() argument 265 (size_t)newlen); in internal_sysctlbyname()
|
| H A D | sanitizer_linux.cpp | 840 uptr *oldlenp, const void *newp, uptr newlen) { in internal_sysctl() argument 842 (size_t *)oldlenp, newp, (size_t)newlen); in internal_sysctl() 846 const void *newp, uptr newlen) { in internal_sysctlbyname() argument 856 (size_t)newlen); in internal_sysctlbyname() 868 return internal_sysctl(oid, len, oldp, oldlenp, newp, newlen); in internal_sysctlbyname()
|
| H A D | sanitizer_platform_limits_freebsd.h | 103 uptr newlen; member
|
| H A D | sanitizer_platform_limits_posix.h | 191 uptr newlen; member
|
| H A D | sanitizer_platform_limits_posix.cpp | 1132 CHECK_SIZE_AND_OFFSET(__sysctl_args, newlen);
|
| H A D | sanitizer_common_interceptors.inc | 8252 SIZE_T *oldlenp, void *newp, SIZE_T newlen) { 8257 newlen); 8262 if (newp && newlen) 8263 COMMON_INTERCEPTOR_READ_RANGE(ctx, newp, newlen); 8264 int res = REAL(sysctl)(name, namelen, oldp, oldlenp, newp, newlen); 8276 void *newp, SIZE_T newlen) { 8279 return internal_sysctlbyname(sname, oldp, oldlenp, newp, newlen); 8281 newlen); 8286 if (newp && newlen) 8287 COMMON_INTERCEPTOR_READ_RANGE(ctx, newp, newlen); [all …]
|
| H A D | sanitizer_common_syscalls.inc | 2465 PRE_READ(args->name, args->newlen);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | segmented-stacks-dynamic.ll | 19 %newlen = sub i32 %l, 1 20 %retvalue = call i32 @test_basic(i32 %newlen)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | segmented-stacks-dynamic.ll | 19 %newlen = sub i32 %l, 1 20 %retvalue = call i32 @test_basic(i32 %newlen)
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regcomp.c | 1604 sopno newlen; in findmust() local 1614 newlen = 0; in findmust() 1620 if (newlen == 0) /* new sequence */ in findmust() 1622 newlen++; in findmust() 1643 if (newlen > g->mlen) { /* ends one */ in findmust() 1645 g->mlen = newlen; in findmust() 1647 newlen = 0; in findmust()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | segmented-stacks-dynamic.ll | 190 %newlen = sub i32 %l, 1 191 %retvalue = call i32 @test_basic(i32 %newlen)
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1084 newlen) \ argument 1087 (long long)(oldlenp), (long long)(newv), (long long)(newlen)) 1089 newv, newlen) \ argument 1092 (long long)(oldlenp), (long long)(newv), (long long)(newlen)) 3672 long long newv, long long newlen); 3676 long long newlen);
|