Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h119 class ScopedDisableMemoryTagChecks {
123 ScopedDisableMemoryTagChecks() { in ScopedDisableMemoryTagChecks() function
133 ~ScopedDisableMemoryTagChecks() { in ~ScopedDisableMemoryTagChecks()
267 struct ScopedDisableMemoryTagChecks { struct
268 ScopedDisableMemoryTagChecks() {} in ScopedDisableMemoryTagChecks() function
H A Dcombined.h746 ScopedDisableMemoryTagChecks x; in iterateOverChunks()