Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dlarge_allocator_unpoisons_on_free.cpp15 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 DInstrProfilingUtil.h77 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 Dsafestack_util.h31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo() argument
/llvm-project/flang/test/Lower/Intrinsics/
H A Deoshift.f9078 subroutine eoshift_test_dynamic_optional(array, shift, boundary) argument
84 integer, optional :: boundary(10) local
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp86 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 Dasan_malloc_linux.cpp95 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 Dsanitizer_common.h459 RoundUpTo(uptr size,uptr boundary) RoundUpTo() argument
464 RoundDownTo(uptr x,uptr boundary) RoundDownTo() argument
/llvm-project/flang/unittests/Runtime/
H A DTransformational.cpp320 auto boundary{MakeArray<TypeCategory::Integer, 4>( in TEST() local
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp189 RoundUpTo(uptr size,uptr boundary) RoundUpTo() argument
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp713 APFloatBase::integerPart part, boundary; ulpsFromBoundary() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3322 mlir::Value boundary = genEoshift() local