Searched refs:ResolveOmp (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-directives.cpp | 399 ResolveOmp(*procRef->v.thing.component.symbol, in Pre() 519 Symbol *ResolveOmp(const parser::Name &, Symbol::Flag, Scope &); 520 Symbol *ResolveOmp(Symbol &, Symbol::Flag, Scope &); 1236 if (auto *symbol{ResolveOmp(iv, Symbol::Flag::OmpPrivate, targetIt->scope)}) { in ResolveSeqLoopIndexInParallelOrTaskConstruct() 1343 if (auto *symbol{ResolveOmp(iv, ivDSA, currScope())}) { in PrivatizeAssociatedLoopIndexAndCheckLoopLevel() 1509 if (auto *resolvedSymbol{ResolveOmp(name, ompFlag, currScope())}) { in ResolveOmpName() 1584 if (auto *symbol{ResolveOmp(*name, ompFlag, currScope())}) { in ResolveOmpObject() 1639 ResolveOmp(*object, ompFlag, currScope())}) { in ResolveOmpObject() 1657 Symbol *OmpAttributeVisitor::ResolveOmp( in ResolveOmp() function in Fortran::semantics::OmpAttributeVisitor 1666 Symbol *OmpAttributeVisitor::ResolveOmp( in ResolveOmp() function in Fortran::semantics::OmpAttributeVisitor
|