Home
last modified time | relevance | path

Searched refs:NewProto (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp344 const auto *NewProto = New->getType()->castAs<FunctionProtoType>(); in CheckEquivalentExceptionSpec() local
360 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
361 NewProto->getExtProtoInfo().withExceptionSpec(EST_DynamicNone))); in CheckEquivalentExceptionSpec()
387 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
388 NewProto->getExtProtoInfo().withExceptionSpec(ESI))); in CheckEquivalentExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp4788 const FunctionProtoType *NewProto in InitFunctionInstantiation() local
4790 assert(NewProto && "Template instantiation without function prototype?"); in InitFunctionInstantiation()
4791 EPI = NewProto->getExtProtoInfo(); in InitFunctionInstantiation()
4796 NewProto->getReturnType(), NewProto->getParamTypes(), EPI)); in InitFunctionInstantiation()
H A DSemaDecl.cpp4199 const FunctionProtoType *NewProto in MergeFunctionDecl() local
4204 NewProto->getReturnType()); in MergeFunctionDecl()
4211 NewProto->getParamType(Idx))) { in MergeFunctionDecl()
4217 NewProto->getParamType(Idx) }; in MergeFunctionDecl()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp605 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol); in materialize() local
606 if (!NewProto) { in materialize()
607 setError(NewProto.takeError()); in materialize()
610 if (!*NewProto) in materialize()
613 GlobalValue *New = dyn_cast<GlobalValue>(*NewProto); in materialize()
615 return *NewProto; in materialize()