Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_assertions.cpp30 bool expect_violation_callback) { in ExpectViolationAction() argument
34 EXPECT_CALL(mock_on_violation, Call).Times(expect_violation_callback ? 1 : 0); in ExpectViolationAction()