Searched refs:notMatchesWithOpenMP (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 4005 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P() 4028 EXPECT_TRUE(notMatchesWithOpenMP( in TEST_P() 4038 EXPECT_TRUE(notMatchesWithOpenMP( in TEST_P() 4049 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P() 4056 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST_P() 4095 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P() 4102 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST_P() 4116 EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher)); in TEST_P() 4137 EXPECT_TRUE(notMatchesWithOpenMP(Source6, Matcher)); in TEST_P() 4148 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P() [all …]
|
| H A D | ASTMatchersNodeTest.cpp | 2522 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher)); in TEST() 2532 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST() 2539 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST() 2567 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST()
|
| H A D | ASTMatchersTest.h | 268 testing::AssertionResult notMatchesWithOpenMP(const Twine &Code, in notMatchesWithOpenMP() function
|