Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp63 bool OnResolutionRun = false; in TEST_F() local
73 OnResolutionRun = true; in TEST_F()
90 EXPECT_FALSE(OnResolutionRun) << "Should not have been resolved yet"; in TEST_F()
95 EXPECT_TRUE(OnResolutionRun) << "Should have been resolved"; in TEST_F()
104 bool OnResolutionRun = false; in TEST_F() local
111 OnResolutionRun = true; in TEST_F()
123 EXPECT_TRUE(OnResolutionRun) << "OnResolutionCallback was not run"; in TEST_F()
485 bool OnResolutionRun = false; in TEST_F() local
494 OnResolutionRun = true; in TEST_F()
507 EXPECT_TRUE(OnResolutionRun) << "OnResolutionCallback was not run"; in TEST_F()