Home
last modified time | relevance | path

Searched refs:incWarnings (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptxmlloaderobject.h103 if (sev == Warnings) { incWarnings(); return; } in increment()
108 void incWarnings() { ++m_warnings; } in incWarnings() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/xslt/
H A DTestXsltViewTests.java84 incWarnings(); in testCustomErrorListener()
335 private void incWarnings() { in incWarnings() method in TestXsltViewTests
/dports/cad/verilator/verilator-4.216/src/
H A DV3Error.cpp263 incWarnings(); in v3errorEnd()
H A DV3Error.h283 static void incWarnings() { s_warnCount++; } in incWarnings() function