Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_context.cpp88 context.BypassPop(); // depth 1 in TEST_F()
92 context.BypassPop(); // depth 1 in TEST_F()
94 context.BypassPop(); // depth 0 in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.h23 void BypassPop();
44 ~ScopedBypass() { context_.BypassPop(); } in ~ScopedBypass()
H A Drtsan_context.cpp55 void __rtsan::Context::BypassPop() { bypass_depth_--; } in BypassPop() function in __rtsan::Context
H A Drtsan.cpp129 GetContextForThisThread().BypassPop(); in __rtsan_enable()