Lines Matching defs:MaxWarnings
230 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData(int MaxWarnings) {
232 correlateProfileDataImpl(MaxWarnings);
267 Error InstrProfCorrelatorImpl<IntPtrT>::dumpYaml(int MaxWarnings,
270 correlateProfileDataImpl(MaxWarnings, &Data);
351 int MaxWarnings, InstrProfCorrelator::CorrelationData *Data) {
352 bool UnlimitedWarnings = (MaxWarnings == 0);
354 int NumSuppressedWarnings = -MaxWarnings;
466 int MaxWarnings, InstrProfCorrelator::CorrelationData *CorrelateData) {
468 bool UnlimitedWarnings = (MaxWarnings == 0);
470 int NumSuppressedWarnings = -MaxWarnings;