Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp51 if (Allocator->useMemoryTaggingTestOnly()) in checkMemoryTaggingMaybe()
59 ? Allocator->useMemoryTaggingTestOnly() in checkMemoryTaggingMaybe()
248 !Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
376 if (!Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
400 if (Allocator->useMemoryTaggingTestOnly()) { in SCUDO_TYPED_TEST()
608 if (!Allocator->useMemoryTaggingTestOnly()) in SCUDO_TYPED_TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h859 bool useMemoryTaggingTestOnly() const { in useMemoryTaggingTestOnly() function