Searched refs:COMPOUND (Results 1 – 4 of 4) sorted by relevance
727 bool isCompound() const { return mState == COMPOUND; } in isCompound()767 COMPOUND enumerator969 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator982 CHECK(mState == COMPOUND); in compound()987 CHECK(mState == COMPOUND); in compound()1004 if (kind < ExecutionPlan::Kind::ERROR || kind > ExecutionPlan::Kind::COMPOUND) {
1163 case COMPOUND: { in makeBursts()1510 CHECK(mState == COMPOUND); in next()1849 mState = COMPOUND; in becomeCompoundIfEmpty()1934 case COMPOUND: in forTest_getKind()1936 return mBody->mSuccessfulFinish ? Kind::COMPOUND : Kind::ERROR; in forTest_getKind()2039 CHECK(mState == SIMPLE || mState == COMPOUND); in getMemoryPreference()2064 if (mState != COMPOUND) { in forEachDynamicTemporary()
1166 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_P()1189 if (plan.forTest_getKind() == ExecutionPlan::Kind::COMPOUND) { in TEST_P()1225 case ExecutionPlan::Kind::COMPOUND: { in TEST_P()
1200 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in checkExecutionPlanSteps()1633 ASSERT_EQ(planB.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()1720 ASSERT_EQ(planB.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()1875 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()2019 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()2366 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in compileModelAndComparePlan()2663 } else if (plan.forTest_getKind() == ExecutionPlan::Kind::COMPOUND) { in getTransformedCacheTokenSingle()