Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp2136 genCopyIn(const ExtValue & actualArg,const Fortran::lower::CallerInterface::PassedEntity & arg,CopyOutPairs & copyOutPairs,std::optional<mlir::Value> restrictCopyAtRuntime,bool byValue) genCopyIn() argument
2376 fir::ExtendedValue actualArg = prepareActualThatMayBeAbsent() local
2384 ExtValue actualArg = gen(expr); prepareActualThatMayBeAbsent() local
2398 createScalarTempForArgThatMayBeAbsent(ExtValue actualArg,mlir::Value isPresent) createScalarTempForArgThatMayBeAbsent() argument
2469 const ExtValue &actualArg = actualArgBind; prepareActualToBaseAddressLike() local
2512 ExtValue actualArg = genExtAddr(expr); prepareActualToBaseAddressLike() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dtools.cpp981 const parser::ActualArg &actualArg{ operator ()() local