Home
last modified time | relevance | path

Searched refs:Mismatched (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h224 uint32_t Mismatched; variable
229 Mismatched(0) {} in InstrProfStats()
244 void addMismatched(bool MainFile) { ++Mismatched; } in addMismatched()
246 bool hasDiagnostics() { return Missing || Mismatched; } in hasDiagnostics()
DCodeGenModule.cpp426 if (Mismatched > 0) in reportDiagnostics()
427 Diags.Report(diag::warn_profile_data_out_of_date) << Visited << Mismatched; in reportDiagnostics()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DCodeCoverage.cpp445 unsigned Mismatched = Coverage->getMismatchedCount(); in load() local
446 if (Mismatched) { in load()
447 warning(Twine(Mismatched) + " functions have mismatched data"); in load()