Searched refs:EXPLAIN (Results 1 - 3 of 3) sorted by relevance
/third_party/ninja/src/ |
H A D | graph.cc | 94 EXPLAIN("%s has no in-edge and is missing", node->path().c_str());
in RecomputeNodeDirty() 154 // LoadDeps() did EXPLAIN() already, no need to do it here.
in RecomputeNodeDirty() 185 EXPLAIN("%s is dirty", (*i)->path().c_str());
in RecomputeNodeDirty() 285 EXPLAIN("output %s of phony edge with no inputs doesn't exist",
in RecomputeOutputDirty() 302 EXPLAIN("output %s doesn't exist", output->path().c_str());
in RecomputeOutputDirty() 322 EXPLAIN("output %s older than most recent input %s "
in RecomputeOutputDirty() 338 EXPLAIN("command line changed for %s", output->path().c_str());
in RecomputeOutputDirty() 348 EXPLAIN("recorded mtime of %s older than most recent input %s (%" PRId64 " vs %" PRId64 ")",
in RecomputeOutputDirty() 355 EXPLAIN("command line not found in log for %s", output->path().c_str());
in RecomputeOutputDirty() 670 EXPLAIN("depfil in LoadDepFile() [all...] |
H A D | debug_flags.h | 20 #define EXPLAIN(fmt, ...) { \ macro
|
H A D | dyndep.cc | 40 EXPLAIN("loading dyndep file '%s'", node->path().c_str()); in LoadDyndeps()
|
Completed in 3 milliseconds