HomeSort by relevance Sort by last modified time
    Searched defs:Mismatched (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 269 unsigned Mismatched = Coverage->getMismatchedCount();
270 if (Mismatched) {
272 << "warning: " << Mismatched << " functions have mismatched data. ";
  /external/clang/lib/CodeGen/
CodeGenModule.h 187 uint32_t Mismatched;
192 Mismatched(0) {}
206 /// Record that a function we've visited has mismatched profile data.
207 void addMismatched(bool MainFile) { ++Mismatched; }
209 bool hasDiagnostics() { return Missing || Mismatched; }
    [all...]
CodeGenModule.cpp 370 << Mismatched;
    [all...]

Completed in 544 milliseconds