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 208 unsigned Mismatched = Coverage->getMismatchedCount();
209 if (Mismatched) {
211 << "warning: " << Mismatched << " functions have mismatched data. ";
  /external/clang/lib/CodeGen/
CodeGenModule.h 231 uint32_t Mismatched;
236 Mismatched(0) {}
250 /// Record that a function we've visited has mismatched profile data.
251 void addMismatched(bool MainFile) { ++Mismatched; }
253 bool hasDiagnostics() { return Missing || Mismatched; }
    [all...]
CodeGenModule.cpp 340 << Mismatched;
    [all...]

Completed in 102 milliseconds