Home
last modified time | relevance | path

Searched defs:IsNullPointerHelper (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp792 struct IsNullPointerHelper { struct
793 template <typename A> bool operator()(const A &) const { return false; } in operator ()()
794 template <typename T> bool operator()(const FunctionRef<T> &call) const { in operator ()()
800 bool operator()(const NullPointer &) const { return true; } in operator ()()
801 template <typename T> bool operator()(const Parentheses<T> &x) const { in operator ()()
804 template <typename T> bool operator()(const Expr<T> &x) const { in operator ()()