Lines Matching defs:dirty
38 /// it's dirty, mtime, etc.
56 /// Mark as not-yet-stat()ed and not dirty.
90 bool dirty() const { return dirty_; }
91 void set_dirty(bool dirty) { dirty_ = dirty; }
320 /// and updating the dirty/outputs_ready state of all the nodes and edges.
339 /// Recompute whether any output of the edge is dirty, if so sets |*dirty|.
342 bool* dirty, std::string* err);
367 /// Recompute whether a given single output should be marked dirty.