Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/tests/
H A Dinterception_linux_test.cpp25 static int InterceptorFunctionCalled; variable
30 ++InterceptorFunctionCalled; in INTERCEPTOR()
51 InterceptorFunctionCalled = 0; in TEST()
53 EXPECT_EQ(1, InterceptorFunctionCalled); in TEST()
55 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()
58 InterceptorFunctionCalled = 0; in TEST()
61 EXPECT_EQ(0, InterceptorFunctionCalled); in TEST()
H A Dinterception_win_test.cpp345 int InterceptorFunctionCalled; variable
349 ++InterceptorFunctionCalled; in InterceptorFunction()
379 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
382 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
399 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
402 EXPECT_EQ(2, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
405 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
408 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
532 InterceptorFunctionCalled = 0; in TEST()
535 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()