Searched refs:FirValue (Results 1 – 2 of 2) sorted by relevance
65 using FirValue = int;71 using FirValue = mlir::Value;131 using FirValue = typename PassedEntityTypes<T>::FirValue;168 FirValue firArgument;169 FirValue firLength; /* only for AddressAndLength */227 void mapBackInputToPassedEntity(const FirPlaceHolder &, FirValue);
296 FirValue mlirArgIndex = passedArguments[it - dummies.begin()].firArgument; in getArgumentValue()471 const FirPlaceHolder &placeHolder, FirValue firValue) { in mapBackInputToPassedEntity()542 using FirValue = typename CallInterface::FirValue; typedef in Fortran::lower::CallInterfaceImpl1011 static FirValue emptyValue() { in emptyValue()1101 using FirValue = int; typedef