Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp26 bool OnCompletionRun = false; in TEST_F() local
35 OnCompletionRun = true; in TEST_F()
50 EXPECT_FALSE(OnCompletionRun) << "Should not have been resolved yet"; in TEST_F()
54 EXPECT_FALSE(OnCompletionRun) << "Should not be ready yet"; in TEST_F()
58 EXPECT_TRUE(OnCompletionRun) << "Should have been marked ready"; in TEST_F()
62 bool OnCompletionRun = false; in TEST_F() local
66 OnCompletionRun = true; in TEST_F()
72 EXPECT_TRUE(OnCompletionRun) << "OnCompletion was not run for empty query"; in TEST_F()
196 bool OnCompletionRun = false; in TEST_F() local
202 OnCompletionRun = true; in TEST_F()
[all …]