/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | large_allocator_unpoisons_on_free.cpp | 15 void *my_memalign(size_t boundary, size_t size) { in my_memalign() 19 void *my_memalign(size_t boundary, size_t size) { in my_memalign()
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.h | 77 static inline size_t lprofRoundUpTo(size_t x, size_t boundary) { in lprofRoundUpTo() argument 81 static inline size_t lprofRoundDownTo(size_t x, size_t boundary) { in lprofRoundDownTo() argument
|
/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_util.h | 31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo() argument
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | eoshift.f90 | 78 subroutine eoshift_test_dynamic_optional(array, shift, boundary) argument 84 integer, optional :: boundary(10) local
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 100 return memprof_aligned_alloc(boundary, size, &stack); in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 95 INTERCEPTOR(void *,memalign,uptr boundary,uptr size) INTERCEPTOR() argument 100 INTERCEPTOR(void *,__libc_memalign,uptr boundary,uptr size) INTERCEPTOR() argument 109 INTERCEPTOR(void *,aligned_alloc,uptr boundary,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 459 RoundUpTo(uptr size,uptr boundary) RoundUpTo() argument 464 RoundDownTo(uptr x,uptr boundary) RoundDownTo() argument
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Transformational.cpp | 320 auto boundary{MakeArray<TypeCategory::Integer, 4>( in TEST() local
|
/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 189 RoundUpTo(uptr size,uptr boundary) RoundUpTo() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 713 APFloatBase::integerPart part, boundary; ulpsFromBoundary() local [all...] |
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 3322 mlir::Value boundary = genEoshift() local
|