Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp52 if (Allocator->useMemoryTaggingTestOnly()) in checkMemoryTaggingMaybe()
60 ? Allocator->useMemoryTaggingTestOnly() in checkMemoryTaggingMaybe()
249 !Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
377 if (!Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
401 if (Allocator->useMemoryTaggingTestOnly()) { in SCUDO_TYPED_TEST()
610 if (!Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h887 bool useMemoryTaggingTestOnly() const { in useMemoryTaggingTestOnly() function