Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp507 bool BarReady = false; in TEST_F() local
515 BarReady = true; in TEST_F()
577 EXPECT_FALSE(BarReady) << "\"Bar\" should not be ready yet"; in TEST_F()
588 EXPECT_FALSE(BarReady) << "\"Bar\" still should not be ready"; in TEST_F()
597 EXPECT_TRUE(BarReady) << "\"Bar\" should be ready now"; in TEST_F()