Searched refs:IsProcedurePointer (Results 1 – 22 of 22) sorted by relevance
33 !IsProcedurePointer(*symbol)) { in Leave()
162 } else if (funcResult->IsProcedurePointer()) { in Check()282 if (const auto *proc{chars->functionResult->IsProcedurePointer()}) { in Check()
82 if (IsProcedurePointer(symbol)) { in operator ()()
305 bool isProcPointer{lastSymbol && IsProcedurePointer(*lastSymbol)}; in InitElement()857 CHECK(IsProcedurePointer(symbol)); in ConstructInitializer()
325 if (IsProcedurePointer(symbol)) { in GetSizeAndAlignment()
668 if (!(last && IsProcedurePointer(*last))) { in CheckProcedureArg()
592 if (last && IsProcedurePointer(*last)) { in Enter()
515 if (IsProcedurePointer(symbol)) { in DescribeType()
558 if (!symbol || IsDummy(*symbol) || IsProcedurePointer(*symbol)) { in CanBeTypeBoundProc()
2682 if (semantics::IsProcedurePointer(*result)) { in Analyze()3310 if (result.IsProcedurePointer()) { in MakeFunctionRef()
6757 if (IsProcedurePointer(ultimate)) { in PointerInitialization()
102 bool isProcPtr{IsProcedurePointer(component)}; in Test()
102 return result && IsPointer(*result) && !IsProcedurePointer(*result); in operator ()()751 return last && IsProcedurePointer(*last); in IsProcedurePointerTarget()1305 bool IsProcedurePointer(const Symbol &original) { in IsProcedurePointer() function1390 } else if (IsProcedurePointer(symbol) && symbol.has<ProcEntityDetails>() && in IsSaved()
756 return !result.IsProcedurePointer() && in operator ()()
1056 proc{callee->functionResult->IsProcedurePointer()}) { in Characterize()
278 const Procedure *IsProcedurePointer() const { in IsProcedurePointer() function
1115 bool IsProcedurePointer(const Symbol &);
227 if (Fortran::semantics::IsProcedurePointer(ultimate)) in genSymbolType()
675 if (result.IsProcedurePointer()) in handleImplicitResult()936 if (result.IsProcedurePointer()) in handleExplicitResult()
133 !Fortran::semantics::IsProcedurePointer(ultimate)) in declareGlobal()390 if (Fortran::semantics::IsProcedurePointer(sym)) in defineGlobal()
1407 semantics::IsProcedurePointer(sym) || in analyze()
287 Fortran::semantics::IsProcedurePointer(ultimate) || in collectHostAssociatedVariables()