Searched refs:olderrs (Results 1 – 6 of 6) sorted by relevance
414 uint olderrs = global.errors; in functionSemantic() local420 if (spec && global.errors != olderrs) in functionSemantic()421 spec.errors = (global.errors - olderrs != 0); in functionSemantic()422 if (olderrs != global.errors) // if errors compiling this function in functionSemantic()469 uint olderrs = global.errors; in functionSemantic3() local478 if (spec && global.errors != olderrs) in functionSemantic3()479 spec.errors = (global.errors - olderrs != 0); in functionSemantic3()480 if (olderrs != global.errors) // if errors compiling this function in functionSemantic3()
2383 unsigned olderrs = global.errors; in functionSemantic() local2389 if (spec && global.errors != olderrs) in functionSemantic()2390 spec->errors = (global.errors - olderrs != 0); in functionSemantic()2391 if (olderrs != global.errors) // if errors compiling this function in functionSemantic()2438 unsigned olderrs = global.errors; in functionSemantic3() local2447 if (spec && global.errors != olderrs) in functionSemantic3()2448 spec->errors = (global.errors - olderrs != 0); in functionSemantic3()2449 if (olderrs != global.errors) // if errors compiling this function in functionSemantic3()
5567 uint olderrs = global.errors; in defaultArg() local5574 if (global.errors != olderrs) in defaultArg()6671 uint olderrs = global.errors; in semanticTiargs() local6673 if (global.errors != olderrs) in semanticTiargs()7099 uint olderrs = global.errors; variable7205 if (olderrs != global.errors)
6857 unsigned int olderrs = global.errors; in semanticTiargs() local6859 if (global.errors != olderrs) in semanticTiargs()7322 unsigned olderrs = global.errors; in needsTypeInference() local7328 if (olderrs != global.errors) in needsTypeInference()