Searched refs:IsPedantic (Results 1 – 3 of 3) sorted by relevance
1820 const bool IsPedantic = Name == "pedantic"; in emitDiagSubGroups() local1822 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()1830 if (IsPedantic) { in emitDiagSubGroups()1868 const bool IsPedantic = Name == "pedantic"; in emitDiagArrays() local1871 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) { in emitDiagArrays()1876 if (IsPedantic) { in emitDiagArrays()1959 const bool IsPedantic = Name == "pedantic"; in emitDiagTable() local1964 !V.empty() || (IsPedantic && !DiagsInPedantic.empty()); in emitDiagTable()1968 if (IsPedantic) in emitDiagTable()1978 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()[all …]
74 bool IsPedantic = false; member
233 if (!Opts.IsPedantic && !isAnyFieldInitialized()) in FindUninitializedFields()608 ChOpts.IsPedantic = AnOpts.getCheckerBooleanOption(Chk, "Pedantic"); in registerUninitializedObjectChecker()