Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_context.cpp74 context.BypassPush(); in TEST_F()
84 context.BypassPush(); // depth 1 in TEST_F()
86 context.BypassPush(); // depth 2 in TEST_F()
90 context.BypassPush(); // depth 2 in TEST_F()
96 context.BypassPush(); // depth 1 in TEST_F()
H A Drtsan_test_assertions.cpp58 context.BypassPush(); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.h22 void BypassPush();
41 context_.BypassPush(); in ScopedBypass()
H A Drtsan_context.cpp53 void __rtsan::Context::BypassPush() { bypass_depth_++; } in BypassPush() function in __rtsan::Context
H A Drtsan.cpp125 GetContextForThisThread().BypassPush(); in __rtsan_disable()