Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp527 bool BazReady = false; in TEST_F() local
536 BazReady = true; in TEST_F()
578 EXPECT_FALSE(BazReady) << "\"Baz\" should not be ready yet"; in TEST_F()
589 EXPECT_FALSE(BazReady) << "\"Baz\" still should not be ready"; in TEST_F()
598 EXPECT_TRUE(BazReady) << "\"Baz\" should be ready now"; in TEST_F()