Searched refs:Expectations (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TestingSupportTest.cpp | 77 Expectations) { in checkDataflow() argument 93 Expectations; in TEST() 95 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); in TEST() 105 Expectations; in TEST() 107 EXPECT_CALL(Expectations, Call(IsEmpty(), _)).Times(1); 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() [all …]
|
| H A D | ChromiumCheckModelTest.cpp | 153 auto Expectations = in TEST() local 179 runDataflow(ReplacePattern(Code, "$check", "CHECK"), Expectations); in TEST() 180 runDataflow(ReplacePattern(Code, "$check", "DCHECK"), Expectations); in TEST() 181 runDataflow(ReplacePattern(Code, "$check", "PCHECK"), Expectations); in TEST() 182 runDataflow(ReplacePattern(Code, "$check", "DPCHECK"), Expectations); in TEST() 186 auto Expectations = in TEST() local 214 runDataflow(Code, Expectations); in TEST()
|
| H A D | MatchSwitchTest.cpp | 127 void RunDataflow(llvm::StringRef Code, Matcher Expectations) { in RunDataflow() argument 132 [&Expectations]( in RunDataflow() 136 ASTContext &) { EXPECT_THAT(Results, Expectations); }, in RunDataflow()
|
| H A D | SingleVarConstantPropagationTest.cpp | 188 void RunDataflow(llvm::StringRef Code, Matcher Expectations) { in RunDataflow() argument 195 [&Expectations]( in RunDataflow() 200 ASTContext &) { EXPECT_THAT(Results, Expectations); }, in RunDataflow()
|
| H A D | MultiVarConstantPropagationTest.cpp | 210 void RunDataflow(llvm::StringRef Code, Matcher Expectations) { in RunDataflow() argument 217 [&Expectations]( in RunDataflow() 222 ASTContext &) { EXPECT_THAT(Results, Expectations); }, in RunDataflow()
|
| H A D | TypeErasedDataflowAnalysisTest.cpp | 176 void runDataflow(llvm::StringRef Code, Matcher Expectations) { in runDataflow() argument 202 [&Expectations]( in runDataflow() 206 ASTContext &) { EXPECT_THAT(Results, Expectations); }, in runDataflow()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/ |
| H A D | sample.pass.cpp | 61 PopulationIterator>::iterator_category> Expectations; in test() typedef 62 const unsigned os = Expectations::os; in test() 64 const int *oa1 = Expectations::oa1; in test() 66 const int *oa2 = Expectations::oa2; in test()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 35 Roles & Expectations
|