Home
last modified time | relevance | path

Searched refs:IsProcedure (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp307 if (evaluate::IsProcedure(*expr)) { in InitElement()
317 } else if (evaluate::IsProcedure(*expr)) { in InitElement()
328 } else if (evaluate::IsProcedure(*expr)) { in InitElement()
Dcheck-data.cpp67 : IsProcedure(symbol) && !IsPointer(symbol) ? "Procedure" in operator ()()
Dcompute-offsets.cpp345 if (IsProcedure(symbol)) { in GetElementSize()
Dcheck-declarations.cpp208 if (IsProcedure(symbol) && !IsPureProcedure(symbol) && IsDummy(symbol)) { in Check()
326 if (IsProcedure(symbol)) { in CheckValue()
1280 if (IsProcedure(symbol)) { in CheckVolatile()
Dcheck-do-forall.cpp590 if (IsProcedure(ref) && !IsPureProcedure(ref)) { in CheckMaskIsPure()
Dtools.cpp249 return symbol.attrs().test(Attr::BIND_C) && IsProcedure(symbol); in IsBindCProcedure()
Dexpression.cpp181 if (semantics::IsProcedure(symbol)) { in Designate()
3130 if (isProcedureCall_ || !IsProcedure(*argExpr)) { in AnalyzeExpr()
Dresolve-names.cpp5862 if (IsProcedure(*symbol) || symbol->has<DerivedTypeDetails>() || in HandleProcedureName()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp681 bool IsProcedure(const Expr<SomeType> &expr) { in IsProcedure() function
947 } else if (!IsProcedure(symbol)) { in IsPureProcedure()
994 bool IsProcedure(const Symbol &symbol) { in IsProcedure() function
1002 [](const UseDetails &x) { return IsProcedure(x.symbol()); }, in IsProcedure()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h777 bool IsProcedure(const Expr<SomeType> &);
912 bool IsProcedure(const Symbol &);
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp981 if (semantics::IsProcedure(sym)) { in analyze()