Home
last modified time | relevance | path

Searched defs:RoundUpTo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_util.h31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo() function
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp189 UNUSED static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h459 inline constexpr uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() function