| 78 | virtual Status GetCodegendComputeFnImpl(LlvmCodeGen* codegen, llvm::Function** fn) |
| 79 | override WARN_UNUSED_RESULT; |
| 80 | virtual std::string DebugString() const override { |
| 81 | return ScalarExpr::DebugString("IsNullExpr"); |
| 82 | } |
| 83 | |
| 84 | protected: |
| 85 | friend class ScalarExpr; |
no outgoing calls
no test coverage detected