Searched refs:olderrs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d414 uint olderrs = global.errors;
420 if (spec && global.errors != olderrs)
421 spec.errors = (global.errors - olderrs != 0);
422 if (olderrs != global.errors) // if errors compiling this function
469 uint olderrs = global.errors;
478 if (spec && global.errors != olderrs)
479 spec.errors = (global.errors - olderrs != 0);
480 if (olderrs != global.errors) // if errors compiling this function
H A Ddtemplate.d5567 uint olderrs = global.errors;
5574 if (global.errors != olderrs)
6671 uint olderrs = global.errors;
6673 if (global.errors != olderrs)
7099 uint olderrs = global.errors;
7205 if (olderrs != global.errors)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c2383 unsigned olderrs = global.errors; local
2389 if (spec && global.errors != olderrs)
2390 spec->errors = (global.errors - olderrs != 0);
2391 if (olderrs != global.errors) // if errors compiling this function
2438 unsigned olderrs = global.errors; local
2447 if (spec && global.errors != olderrs)
2448 spec->errors = (global.errors - olderrs != 0);
2449 if (olderrs != global.errors) // if errors compiling this function
H A Ddtemplate.c6857 unsigned int olderrs = global.errors; local
6859 if (global.errors != olderrs)
7322 unsigned olderrs = global.errors; local
7328 if (olderrs != global.errors)

Completed in 137 milliseconds