Lines Matching refs:Expectations
77 Expectations) { in checkDataflow() argument
84 std::move(Expectations), {"-fsyntax-only", "-std=c++17"}), in checkDataflow()
93 Expectations; in TEST()
95 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); in TEST()
97 checkDataflow("void target() {}", "target", Expectations.AsStdFunction()); in TEST()
105 Expectations; in TEST()
107 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); in TEST()
109 checkDataflow("void fun() {}", "fun", Expectations.AsStdFunction()); in TEST()
117 Expectations; in TEST()
119 EXPECT_CALL(Expectations, in TEST()
127 "target", Expectations.AsStdFunction()); in TEST()
135 Expectations; in TEST()
137 EXPECT_CALL(Expectations, in TEST()
152 "target", Expectations.AsStdFunction()); in TEST()