Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h123 class ScopedDisableMemoryTagChecks {
128 ScopedDisableMemoryTagChecks(bool cond = true) : active(cond) { in active()
140 ~ScopedDisableMemoryTagChecks() { in ~ScopedDisableMemoryTagChecks()
276 struct ScopedDisableMemoryTagChecks { struct
277 ScopedDisableMemoryTagChecks(UNUSED bool cond = true) {}
H A Dcombined.h695 ScopedDisableMemoryTagChecks x; in iterateOverChunks()
794 ScopedDisableMemoryTagChecks x( in isOwned()