Searched defs:IsNullPointerHelper (Results 1 – 1 of 1) sorted by relevance
792 struct IsNullPointerHelper { struct793 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 ()()