Home
last modified time | relevance | path

Searched refs:selectRandomTag (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h148 inline uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() function
275 inline NORETURN uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() function
309 *TaggedBegin = selectRandomTag(reinterpret_cast<uptr>(Ptr), ExcludeMask); in setRandomTag()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp29 EXPECT_DEATH(selectRandomTag((uptr)0, 0), "not supported"); in TEST()
113 Tags = Tags | (1u << extractTag(selectRandomTag(Ptr, 0))); in TEST_F()
121 EXPECT_NE(j, extractTag(selectRandomTag(Addr, 1ull << j))); in TEST_F()