Home
last modified time | relevance | path

Searched refs:gErrorCount (Results 1 – 10 of 10) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/synch/test/
H A DTestSynchBarrier.c12 static LONG gErrorCount = 0; variable
38 InterlockedIncrement(&gErrorCount); in test_synch_barrier_thread()
108 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
119 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
129 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
147 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
153 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
156 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
159 InterlockedIncrement(&gErrorCount); in TestSynchBarrierWithFlags()
169 if (gErrorCount > 0) in TestSynchBarrierWithFlags()
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/base/
H A Dhandle_error.py17 gErrorCount = 0 variable
39 global gErrorCount
40 gErrorCount = gErrorCount + 1
/dports/www/clearsilver/clearsilver-0.10.5/python/examples/base/
H A Dhandle_error.py17 gErrorCount = 0 variable
39 global gErrorCount
40 gErrorCount = gErrorCount + 1
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/base/
H A Dhandle_error.py17 gErrorCount = 0 variable
39 global gErrorCount
40 gErrorCount = gErrorCount + 1
/dports/audio/faust/faust-2.37.3/compiler/errors/
H A Derrormsg.cpp67 gGlobal->gErrorCount++; in yyerror()
75 gGlobal->gErrorCount++; in evalerror()
83 gGlobal->gErrorCount++; in evalerrorbox()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Denvironment.cpp95 gGlobal->gErrorCount++; in addLayerDef()
/dports/audio/faust/faust-2.37.3/compiler/documentator/
H A Ddoc.cpp826 if (gGlobal->gErrorCount > 0) { in printDocDgm()
828 error << "Total of " << gGlobal->gErrorCount in printDocDgm()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh213 int gErrorCount; member
H A Dglobal.cpp245 gErrorCount = 0; in global()
H A Dlibcode.cpp1243 if (gGlobal->gErrorCount > 0) { in evaluateBlockDiagram()
1245 error << "ERROR : total of " << gGlobal->gErrorCount << " errors during the compilation of " in evaluateBlockDiagram()