Home
last modified time | relevance | path

Searched refs:IsActuallyConstant (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dcheck-expression.h40 template <typename A> bool IsActuallyConstant(const A &);
41 extern template bool IsActuallyConstant(const Expr<SomeType> &);
/external/llvm-project/flang/lib/Evaluate/
Dcheck-expression.cpp119 template <typename A> bool IsActuallyConstant(const A &x) { in IsActuallyConstant() function
123 template bool IsActuallyConstant(const Expr<SomeType> &);
304 if (IsActuallyConstant(folded)) { in NonPointerInitializationExpr()