Home
last modified time | relevance | path

Searched refs:IsProcedurePointer (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp159 } else if (funcResult->IsProcedurePointer()) { in Check()
278 if (const auto *proc{chars->functionResult->IsProcedurePointer()}) { in Check()
Dcheck-data.cpp77 } else if (IsProcedurePointer(symbol)) { in operator ()()
Ddata-to-inits.cpp253 bool isProcPointer{lastSymbol && IsProcedurePointer(*lastSymbol)}; in InitElement()
507 CHECK(IsProcedurePointer(symbol)); in ConstructInitializer()
Dcompute-offsets.cpp336 if (IsDescriptor(symbol) || IsProcedurePointer(symbol)) { in GetElementSize()
Dcheck-io.cpp553 if (IsProcedurePointer(*expr)) { in Enter()
Druntime-type-info.cpp453 if (IsProcedurePointer(symbol)) { in DescribeType()
Dexpression.cpp1860 return expr && IsProcedurePointer(*expr); in CheckCompatibleArgument()
2279 if (semantics::IsProcedurePointer(*result)) { in Analyze()
2794 if (result.IsProcedurePointer()) { in MakeFunctionRef()
Dtools.cpp529 if (!symbol || IsDummy(*symbol) || IsProcedurePointer(*symbol)) { in CanBeTypeBoundProc()
Dresolve-names.cpp5761 if (IsProcedurePointer(ultimate)) { in PointerInitialization()
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h264 const Procedure *IsProcedurePointer() const { in IsProcedurePointer() function
Dtools.h779 bool IsProcedurePointer(const Expr<SomeType> &);
913 bool IsProcedurePointer(const Symbol &);
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp689 bool IsProcedurePointer(const Expr<SomeType> &expr) { in IsProcedurePointer() function
1013 bool IsProcedurePointer(const Symbol &symbol) { in IsProcedurePointer() function
1033 } else if (IsProcedurePointer(symbol) && in IsSaved()
Dcheck-expression.cpp577 return !result.IsProcedurePointer() && in operator ()()
Dcharacteristics.cpp747 proc{callee->functionResult->IsProcedurePointer()}) { in Characterize()
Dintrinsics.cpp1182 CHECK(IsProcedurePointer(expr)); in Match()
1771 if (IsProcedurePointer(*mold)) { in HandleNull()