Home
last modified time | relevance | path

Searched defs:callSite (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp2948 CheckForBadRecursion(parser::CharBlock callSite,const semantics::Symbol & proc) CheckForBadRecursion() argument
3277 IsExternalCalledImplicitly(parser::CharBlock callSite,const Symbol * symbol) IsExternalCalledImplicitly() argument
3285 CheckCall(parser::CharBlock callSite,const ProcedureDesignator & proc,ActualArguments & arguments) CheckCall() argument
4086 MakeFunctionRef(parser::CharBlock callSite,ProcedureDesignator && proc,ActualArguments && arguments) MakeFunctionRef() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5835 llvm::CallBase *callSite = dyn_cast<llvm::CallBase>(user); replaceUsesOfNonProtoConstant() local
5910 for (auto *callSite : callSitesToBeRemovedFromParent) { replaceUsesOfNonProtoConstant() local
[all...]