HomeSort by: relevance | last modified time | path
    Searched refs:Mismatched (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 224 uint32_t Mismatched;
229 Mismatched(0) {}
243 /// Record that a function we've visited has mismatched profile data.
244 void addMismatched(bool MainFile) { ++Mismatched; }
246 bool hasDiagnostics() { return Missing || Mismatched; }
CodeGenModule.cpp 426 if (Mismatched > 0)
427 Diags.Report(diag::warn_profile_data_out_of_date) << Visited << Mismatched;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CodeCoverage.cpp 445 unsigned Mismatched = Coverage->getMismatchedCount();
446 if (Mismatched) {
447 warning(Twine(Mismatched) + " functions have mismatched data");

Completed in 27 milliseconds