Home
last modified time | relevance | path

Searched refs:IsAllocatableOrPointerObject (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1091 bool IsAllocatableOrPointerObject( in IsAllocatableOrPointerObject() function
1115 IsAllocatableOrPointerObject(expr, context); in MayBePassedAsAbsentOptional()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h933 bool IsAllocatableOrPointerObject(const Expr<SomeType> &, FoldingContext &);
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp2165 if (Fortran::evaluate::IsAllocatableOrPointerObject( in lowerIntrinsicArgumentAsInquired()
2862 if (Fortran::evaluate::IsAllocatableOrPointerObject( in prepareActualThatMayBeAbsent()
3159 if (arg.isOptional() && Fortran::evaluate::IsAllocatableOrPointerObject( in genRawProcedureRef()
3656 Fortran::evaluate::IsAllocatableOrPointerObject( in lowerArrayOfPointerAssignment()
6126 const bool isAllocOrPtr = Fortran::evaluate::IsAllocatableOrPointerObject( in genOptionalArrayFetch()