Searched refs:Source3 (Results 1 – 6 of 6) sorted by relevance
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeVariablesTest.java | 92 abstract static class Source3<T extends Comparable<T>, U> { class in TypeVariablesTest 102 TypeElement source3 = elementUtils.getTypeElement(Source3.class.getCanonicalName()); in hairyTypeParameters()
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 3563 StringRef Source3 = R"( in TEST_P() local 3568 EXPECT_TRUE(matchesWithOpenMP(Source3, Matcher)); in TEST_P() 3609 StringRef Source3 = R"( in TEST_P() local 3614 EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher)); in TEST_P() 3655 StringRef Source3 = R"( in TEST_P() local 3660 EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher)); in TEST_P() 3701 const std::string Source3 = R"( in TEST() local 3706 EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher)); in TEST() 3747 StringRef Source3 = R"( in TEST_P() local 3752 EXPECT_TRUE(matchesWithOpenMP(Source3, Matcher)); in TEST_P()
|
D | ASTMatchersNodeTest.cpp | 2196 StringRef Source3 = R"( in TEST() local 2201 EXPECT_TRUE(matchesWithOpenMP(Source3, Matcher)); in TEST()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 601 Operand *Source2, Operand *Source3) { in create() argument 603 InstInsertElement(Func, Dest, Source1, Source2, Source3); in create() 614 Operand *Source2, Operand *Source3);
|
D | IceInst.cpp | 377 Operand *Source3) in InstInsertElement() argument 381 addSource(Source3); in InstInsertElement()
|
D | IceConverter.cpp | 524 Ice::Operand *Source3 = convertValue(Instr->getOperand(2)); in convertInsertElementInstruction() local 526 Source3); in convertInsertElementInstruction()
|