Searched refs:OldTarget (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp757 CUDAFunctionTarget OldTarget = IdentifyCUDATarget(OldFD);
763 if (NewTarget != OldTarget &&
764 ((NewTarget == CFT_HostDevice) || (OldTarget == CFT_HostDevice) ||
765 (NewTarget == CFT_Global) || (OldTarget == CFT_Global)) &&
769 << NewTarget << NewFD->getDeclName() << OldTarget << OldFD;
H A DSemaTemplateInstantiateDecl.cpp2994 NamedDecl *OldTarget = Shadow->getTargetDecl(); local
2997 OldTarget = BaseShadow;
3001 Shadow->getLocation(), OldTarget, TemplateArgs));
H A DSemaOverload.cpp1279 OldTarget = IdentifyCUDATarget(Old);
1281 assert((OldTarget != CFT_InvalidTarget) &&
1286 if (NewTarget != OldTarget)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1195 BasicBlock *OldTarget = TI->getSuccessor(i); local
1197 BasicBlock *&NewTarget = ExitBlockMap[OldTarget];
1202 OldTarget->getName() + ".exitStub",
1223 OldTarget);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h314 void replaceEdgeKey(Function &OldTarget, Function &NewTarget);

Completed in 162 milliseconds