Searched refs:IsPedantic (Results 1 – 4 of 4) sorted by relevance
617 const bool IsPedantic = I.first == "pedantic"; in emitDiagSubGroups() local620 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()629 if (IsPedantic) { in emitDiagSubGroups()668 const bool IsPedantic = I.first == "pedantic"; in emitDiagArrays() local671 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) { in emitDiagArrays()676 if (IsPedantic) { in emitDiagArrays()768 const bool IsPedantic = I.first == "pedantic"; in emitDiagTable() local773 !V.empty() || (IsPedantic && !DiagsInPedantic.empty()); in emitDiagTable()777 if (IsPedantic) in emitDiagTable()787 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()[all …]
1340 const bool IsPedantic = I.first == "pedantic"; in emitDiagSubGroups() local1343 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()1352 if (IsPedantic) { in emitDiagSubGroups()1392 const bool IsPedantic = I.first == "pedantic"; in emitDiagArrays() local1395 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) { in emitDiagArrays()1400 if (IsPedantic) { in emitDiagArrays()1492 const bool IsPedantic = I.first == "pedantic"; in emitDiagTable() local1497 !V.empty() || (IsPedantic && !DiagsInPedantic.empty()); in emitDiagTable()1501 if (IsPedantic) in emitDiagTable()1511 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()[all …]
74 bool IsPedantic = false; member
238 if (!Opts.IsPedantic && !isAnyFieldInitialized()) in FindUninitializedFields()611 ChOpts.IsPedantic = AnOpts.getCheckerBooleanOption(Chk, "Pedantic"); in registerUninitializedObjectChecker()