Searched refs:From1 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterGenericRedeclTest.cpp | 218 auto *From1 = LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedPrototype() local 220 ASSERT_FALSE(From1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype() 223 Decl *Imported1 = Import(From1, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype() 285 auto *From1 = FirstDeclMatcher<DeclTy>().match(FromTU1, getPattern()); in TypedTest_ImportPrototypes() local 287 ASSERT_FALSE(From1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes() 290 Decl *Imported1 = Import(From1, Lang_CXX03); in TypedTest_ImportPrototypes() 308 auto *From1 = FirstDeclMatcher<DeclTy>().match(FromTU1, getPattern()); in TypedTest_ImportDefinitions() local 310 ASSERT_TRUE(From1->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions() 313 Decl *Imported1 = Import(From1, Lang_CXX03); in TypedTest_ImportDefinitions()
|
| H A D | ASTImporterTest.cpp | 1862 auto *From1 = getRecordDecl(Obj1); in TEST_P() local 1865 auto *To1 = Import(From1, Lang_CXX03); in TEST_P() 2317 auto *From1 = LastDeclMatcher<VarDecl>().match(FromTu, Pattern); in TEST_P() local 2320 auto *To1 = Import(From1, Lang_C99); in TEST_P() 7252 auto *From1 = FirstDeclMatcher<ClassTemplateDecl>().match( in TEST_P() local 7255 auto *To1 = cast_or_null<ClassTemplateDecl>(Import(From1, Lang_CXX11)); in TEST_P()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 511 auto *From1 = Inst.getOperand(0); in visitShuffleVectorInst() local 513 addAssignEdge(From1, &Inst); in visitShuffleVectorInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14696 SDValue From1 = ParseBFI(N, ToMask1, FromMask1); in PerformBFICombine() local 14700 assert(From1 == From2); in PerformBFICombine() 14711 From1 = DAG.getNode( in PerformBFICombine() 14712 ISD::SRL, dl, VT, From1, in PerformBFICombine() 14714 return DAG.getNode(ARMISD::BFI, dl, VT, CombineBFI.getOperand(0), From1, in PerformBFICombine()
|