Home
last modified time | relevance | path

Searched refs:IsObjectPointer (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp773 bool IsObjectPointer(const Expr<SomeType> &expr, FoldingContext &context) { in IsObjectPointer() function
1095 evaluate::IsObjectPointer(expr, context); in IsAllocatableOrPointerObject()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp321 bool actualIsPointer{evaluate::IsObjectPointer(actual, context)}; in CheckExplicitDataArg()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h943 bool IsObjectPointer(const Expr<SomeType> &, FoldingContext &);
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp3093 !Fortran::evaluate::IsObjectPointer( in genRawProcedureRef()