Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp367 bool BazReady = false; in TEST_F() local
376 BazReady = true; in TEST_F()
410 EXPECT_FALSE(BazReady) << "\"Baz\" should not be ready yet"; in TEST_F()
419 EXPECT_FALSE(BazReady) << "\"Baz\" still should not be ready"; in TEST_F()
427 EXPECT_TRUE(BazReady) << "\"Baz\" should be ready now"; in TEST_F()