Searched refs:IsProcedurePointer (Results 1 – 15 of 15) sorted by relevance
159 } else if (funcResult->IsProcedurePointer()) { in Check()278 if (const auto *proc{chars->functionResult->IsProcedurePointer()}) { in Check()
77 } else if (IsProcedurePointer(symbol)) { in operator ()()
253 bool isProcPointer{lastSymbol && IsProcedurePointer(*lastSymbol)}; in InitElement()507 CHECK(IsProcedurePointer(symbol)); in ConstructInitializer()
336 if (IsDescriptor(symbol) || IsProcedurePointer(symbol)) { in GetElementSize()
553 if (IsProcedurePointer(*expr)) { in Enter()
453 if (IsProcedurePointer(symbol)) { in DescribeType()
1860 return expr && IsProcedurePointer(*expr); in CheckCompatibleArgument()2279 if (semantics::IsProcedurePointer(*result)) { in Analyze()2794 if (result.IsProcedurePointer()) { in MakeFunctionRef()
529 if (!symbol || IsDummy(*symbol) || IsProcedurePointer(*symbol)) { in CanBeTypeBoundProc()
5761 if (IsProcedurePointer(ultimate)) { in PointerInitialization()
264 const Procedure *IsProcedurePointer() const { in IsProcedurePointer() function
779 bool IsProcedurePointer(const Expr<SomeType> &);913 bool IsProcedurePointer(const Symbol &);
689 bool IsProcedurePointer(const Expr<SomeType> &expr) { in IsProcedurePointer() function1013 bool IsProcedurePointer(const Symbol &symbol) { in IsProcedurePointer() function1033 } else if (IsProcedurePointer(symbol) && in IsSaved()
577 return !result.IsProcedurePointer() && in operator ()()
747 proc{callee->functionResult->IsProcedurePointer()}) { in Characterize()
1182 CHECK(IsProcedurePointer(expr)); in Match()1771 if (IsProcedurePointer(*mold)) { in HandleNull()