Home
last modified time | relevance | path

Searched refs:systemDetectsMemoryTagFaultsTestOnly (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h72 inline bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
113 inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
263 inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp24 if (!scudo::systemDetectsMemoryTagFaultsTestOnly()) in EnableMemoryTaggingIfSupported()
H A Dmemtag_test.cpp26 EXPECT_DEATH(systemDetectsMemoryTagFaultsTestOnly(), "not supported"); in TEST()
44 if (!archSupportsMemoryTagging() || !systemDetectsMemoryTagFaultsTestOnly()) in SetUp()
H A Dcombined_test.cpp75 !scudo::systemDetectsMemoryTagFaultsTestOnly()) in TestAllocator()