Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4033 StringRef Source2 = R"( in TEST_P() local
4058 StringRef Source2 = R"( in TEST_P() local
4063 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
4104 StringRef Source2 = R"( in TEST_P() local
4109 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
4157 StringRef Source2 = R"( in TEST_P() local
4162 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
4210 const std::string Source2 = R"( in TEST() local
4263 const std::string Source2 = R"( in TEST() local
4316 StringRef Source2 = R"( in TEST_P() local
[all …]
H A DASTMatchersNodeTest.cpp2518 StringRef Source2 = R"( in TEST() local
2522 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher)); in TEST()
2541 StringRef Source2 = R"( in TEST() local
2546 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2837 unsigned Source1, Source2; in getShuffleCost() local
2854 Source2 = Source; in getShuffleCost()
2856 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
2864 else if (Source == Source2) in getShuffleCost()