Lines Matching defs:entity
3515 // Get associating entity symbol inside case statement scope.
3522 "expect only one associating entity symbol in this scope");
3526 assert(assocSym && "should contain associating entity symbol");
3533 // Pop previous associating entity mapping, if any, and push scope for new
3551 // associating entity symbol.
3560 // so a new entity can be built from scratch using the base address, type
3735 // typed entity in the TypeGuardStmt when necessary.
4472 hlfir::Entity entity{addr};
4474 hlfir::createTempFromMold(loc, builder, entity);
4545 // converted entity in case of assignment to whole allocatables so to
5229 mapBlockArgToDummyOrResult(arg.entity->get(), box, isResult);
5231 if (arg.entity.has_value()) {
5232 mapBlockArgToDummyOrResult(arg.entity->get(), arg.firArgument,
5251 passedResult->entity->get() != *funit.primaryResult)
5253 *funit.primaryResult, getSymbolAddress(passedResult->entity->get()),
5387 resultArg = lookupSymbol(passedResult->entity->get());