Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp352 bool BarReady = false; in TEST_F() local
360 BarReady = true; in TEST_F()
409 EXPECT_FALSE(BarReady) << "\"Bar\" should not be ready yet"; in TEST_F()
418 EXPECT_FALSE(BarReady) << "\"Bar\" still should not be ready"; in TEST_F()
426 EXPECT_TRUE(BarReady) << "\"Bar\" should be ready now"; in TEST_F()