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.cpp346 const auto *NewProto = New->getType()->castAs<FunctionProtoType>(); in CheckEquivalentExceptionSpec() local
362 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
363 NewProto->getExtProtoInfo().withExceptionSpec(EST_DynamicNone))); in CheckEquivalentExceptionSpec()
389 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
390 NewProto->getExtProtoInfo().withExceptionSpec(ESI))); in CheckEquivalentExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp5350 const FunctionProtoType *NewProto in InitFunctionInstantiation() local
5352 assert(NewProto && "Template instantiation without function prototype?"); in InitFunctionInstantiation()
5353 EPI = NewProto->getExtProtoInfo(); in InitFunctionInstantiation()
5358 NewProto->getReturnType(), NewProto->getParamTypes(), EPI)); in InitFunctionInstantiation()
H A DSemaDecl.cpp4291 const FunctionProtoType *NewProto in MergeFunctionDecl() local
4296 NewProto->getReturnType()); in MergeFunctionDecl()
4303 NewProto->getParamType(Idx))) { in MergeFunctionDecl()
4309 NewProto->getParamType(Idx) }; in MergeFunctionDecl()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp504 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol); in materialize() local
505 if (!NewProto) { in materialize()
506 setError(NewProto.takeError()); in materialize()
509 if (!*NewProto) in materialize()
512 GlobalValue *New = dyn_cast<GlobalValue>(*NewProto); in materialize()
514 return *NewProto; in materialize()