Home
last modified time | relevance | path

Searched refs:ScopedDisableMemoryTagChecks (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h123 class ScopedDisableMemoryTagChecks {
127 ScopedDisableMemoryTagChecks() { in ScopedDisableMemoryTagChecks() function
137 ~ScopedDisableMemoryTagChecks() { in ~ScopedDisableMemoryTagChecks()
271 struct ScopedDisableMemoryTagChecks { struct
272 ScopedDisableMemoryTagChecks() {} in ScopedDisableMemoryTagChecks() argument
H A Dcombined.h777 ScopedDisableMemoryTagChecks x; in iterateOverChunks()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp115 std::unique_ptr<scudo::ScopedDisableMemoryTagChecks> NoTags; in TEST()
118 NoTags = std::make_unique<scudo::ScopedDisableMemoryTagChecks>(); in TEST()
H A Dmemtag_test.cpp99 TEST_F(MemtagDeathTest, ScopedDisableMemoryTagChecks) { in TEST_F() argument
104 ScopedDisableMemoryTagChecks Disable; in TEST_F()
H A Dcombined_test.cpp405 scudo::ScopedDisableMemoryTagChecks NoTagChecks; in SCUDO_TYPED_TEST()