Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp623 bool OnFooReadyRun = false; in TEST_F() local
626 OnFooReadyRun = true; in TEST_F()
651 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" was run unexpectedly"; in TEST_F()
660 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run"; in TEST_F()
692 bool OnFooReadyRun = false; in TEST_F() local
695 OnFooReadyRun = true; in TEST_F()
721 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" was run unexpectedly"; in TEST_F()
730 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run"; in TEST_F()
762 bool OnFooReadyRun = false; in TEST_F() local
765 OnFooReadyRun = true; in TEST_F()
[all …]