Searched defs:IsDefined (Results 1 - 1 of 1) sorted by path

/build/kati/
H A Dvar.h51 virtual bool IsDefined() const { return true; } function in class:Var
131 virtual bool IsDefined() const override { return false; }
156 virtual bool IsDefined() const override {
157 return v_->IsDefined();

Completed in 85 milliseconds