Home
last modified time | relevance | path

Searched defs:ScopedDisableMemoryTagChecks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h127 ScopedDisableMemoryTagChecks() { in ScopedDisableMemoryTagChecks() function
271 struct ScopedDisableMemoryTagChecks { struct
272 ScopedDisableMemoryTagChecks() {} in ScopedDisableMemoryTagChecks() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp99 TEST_F(MemtagDeathTest, ScopedDisableMemoryTagChecks) { in TEST_F() argument