Searched refs:running_with_mte (Results 1 – 4 of 4) sorted by relevance
43 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()61 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()80 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()101 if (!running_with_mte()) GTEST_SKIP() << "Test requires MTE."; in TEST()
108 if (!mte_supported() || !running_with_mte()) { in TEST()180 } else if (mte_supported() && running_with_mte()) { in TEST()214 if (!mte_supported() || !running_with_mte()) { in TEST()
42 if (mte_supported() && running_with_mte()) { in test_tag_mismatch()
308 static inline bool running_with_mte() { in running_with_mte() function