Home
last modified time | relevance | path

Searched refs:olderrs (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d414 uint olderrs = global.errors; in functionSemantic() local
420 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() local
478 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()
H A Dfunc.c2383 unsigned olderrs = global.errors; in functionSemantic() local
2389 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() local
2447 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()
H A Ddtemplate.d5567 uint olderrs = global.errors; in defaultArg() local
5574 if (global.errors != olderrs) in defaultArg()
6671 uint olderrs = global.errors; in semanticTiargs() local
6673 if (global.errors != olderrs) in semanticTiargs()
7099 uint olderrs = global.errors; variable
7205 if (olderrs != global.errors)
H A Ddtemplate.c6857 unsigned int olderrs = global.errors; in semanticTiargs() local
6859 if (global.errors != olderrs) in semanticTiargs()
7322 unsigned olderrs = global.errors; in needsTypeInference() local
7328 if (olderrs != global.errors) in needsTypeInference()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c2383 unsigned olderrs = global.errors; in functionSemantic() local
2389 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() local
2447 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()
H A Ddtemplate.c6857 unsigned int olderrs = global.errors; in semanticTiargs() local
6859 if (global.errors != olderrs) in semanticTiargs()
7322 unsigned olderrs = global.errors; in needsTypeInference() local
7328 if (olderrs != global.errors) in needsTypeInference()