Searched refs:IsPedantic (Results 1 – 1 of 1) sorted by relevance
1557 const bool IsPedantic = I.first == "pedantic"; in emitDiagSubGroups() local1560 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()1569 if (IsPedantic) { in emitDiagSubGroups()1609 const bool IsPedantic = I.first == "pedantic"; in emitDiagArrays() local1612 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) { in emitDiagArrays()1617 if (IsPedantic) { in emitDiagArrays()1711 const bool IsPedantic = I.first == "pedantic"; in emitDiagTable() local1716 !V.empty() || (IsPedantic && !DiagsInPedantic.empty()); in emitDiagTable()1720 if (IsPedantic) in emitDiagTable()1730 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()[all …]