Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4005 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 DASTMatchersNodeTest.cpp2522 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 DASTMatchersTest.h268 testing::AssertionResult notMatchesWithOpenMP(const Twine &Code, in notMatchesWithOpenMP() function