Home
last modified time | relevance | path

Searched refs:olderrors (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d96 uint olderrors = gag ? global.startGagging() : 0; variable
99 return gag && global.endGagging(olderrors) ? null : e;
137 else if (global.endGagging(olderrors))
H A Daliasthis.c31 unsigned olderrors = gag ? global.startGagging() : 0; in resolveAliasThis() local
72 if (gag && global.endGagging(olderrors)) in resolveAliasThis()
H A Dsemantic2.d161 uint olderrors = global.errors; in visit() local
174 if (tempinst.gagged && global.errors != olderrors) in visit()
178 if (global.errors != olderrors) in visit()
H A Dinitsem.c357 unsigned int olderrors = global.errors; in visit() local
367 if (!global.gag && olderrors != global.errors) in visit()
378 if (!global.gag && olderrors != global.errors) in visit()
H A Dcond.c322 unsigned olderrors = global.startGagging(); in lowerNonArrayAggregate() local
324 if (global.endGagging(olderrors)) in lowerNonArrayAggregate()
H A Dcond.d378 uint olderrors = global.startGagging(); in lowerNonArrayAggregate() local
380 if (global.endGagging(olderrors)) in lowerNonArrayAggregate()
H A Ddeclaration.d863 uint olderrors = global.errors; in toAlias() local
866 if (global.errors != olderrors) in toAlias()
871 if (global.errors != olderrors) in toAlias()
881 if (global.errors != olderrors) in toAlias()
H A Dinitsem.d410 uint olderrors = global.errors; in initializerSemantic() local
432 if (!global.gag && olderrors != global.errors) in initializerSemantic()
461 if (!global.gag && olderrors != global.errors) in initializerSemantic()
H A Ddeclaration.c613 unsigned olderrors = global.errors; in toAlias() local
616 if (global.errors != olderrors) in toAlias()
621 if (global.errors != olderrors) in toAlias()
631 if (global.errors != olderrors) in toAlias()
H A Dsemantic3.d120 uint olderrors = global.errors; in visit() local
134 if (tempinst.gagged && global.errors != olderrors) in visit()
138 if (global.errors != olderrors) in visit()
H A Ddtemplate.c953 unsigned olderrors = global.startGagging(); in matchWithInstance() local
955 if (global.endGagging(olderrors)) in matchWithInstance()
5524 unsigned int olderrors = global.startGagging(); in matchArg() local
5527 if (global.endGagging(olderrors) || ei->op == TOKerror) in matchArg()
7719 unsigned int olderrors = global.errors; in semantic2() local
7728 if (gagged && global.errors != olderrors) in semantic2()
7732 if (global.errors != olderrors) in semantic2()
7769 unsigned int olderrors = global.errors; in semantic3() local
7783 if (gagged && global.errors != olderrors) in semantic3()
7787 if (global.errors != olderrors) in semantic3()
H A Dexpressionsem.c1596 unsigned olderrors = global.errors; in visit() local
1598 if (olderrors == global.errors) in visit()
1601 if (olderrors == global.errors) in visit()
1604 if (olderrors != global.errors) in visit()
1712 unsigned olderrors = global.errors; in visit() local
1810 if (global.errors == olderrors) in visit()
1813 if (global.errors == olderrors) in visit()
H A Dexpressionsem.d1686 const olderrors = global.errors; in functionParameters() local
2458 return (err || olderrors != global.errors); in functionParameters()
4007 uint olderrors; in visit() local
4054 olderrors = global.errors; in visit()
4056 if (olderrors == global.errors) in visit()
4059 if (olderrors == global.errors) in visit()
4062 if (olderrors != global.errors) in visit()
5193 uint olderrors = global.errors; in visit() local
5341 if (global.errors == olderrors) in visit()
5344 if (global.errors == olderrors) in visit()
H A Ddtemplate.d1187 uint olderrors = global.startGagging(); in matchWithInstance() local
1189 global.endGagging(olderrors); in matchWithInstance()
8008 uint olderrors = global.startGagging(); in matchArg() local
8011 if (global.endGagging(olderrors) || ei.op == EXP.error) in matchArg()
H A Dexpression.c1384 unsigned olderrors = global.errors; in functionParameters() local
1997 return (err || olderrors != global.errors); in functionParameters()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daliasthis.c31 unsigned olderrors = gag ? global.startGagging() : 0; in resolveAliasThis() local
72 if (gag && global.endGagging(olderrors)) in resolveAliasThis()
H A Dinitsem.c357 unsigned int olderrors = global.errors; in visit() local
367 if (!global.gag && olderrors != global.errors) in visit()
378 if (!global.gag && olderrors != global.errors) in visit()
H A Dcond.c322 unsigned olderrors = global.startGagging(); in lowerNonArrayAggregate() local
324 if (global.endGagging(olderrors)) in lowerNonArrayAggregate()
H A Ddeclaration.c613 unsigned olderrors = global.errors; in toAlias() local
616 if (global.errors != olderrors) in toAlias()
621 if (global.errors != olderrors) in toAlias()
631 if (global.errors != olderrors) in toAlias()
H A Ddtemplate.c953 unsigned olderrors = global.startGagging(); in matchWithInstance() local
955 if (global.endGagging(olderrors)) in matchWithInstance()
5524 unsigned int olderrors = global.startGagging(); in matchArg() local
5527 if (global.endGagging(olderrors) || ei->op == TOKerror) in matchArg()
7719 unsigned int olderrors = global.errors; in semantic2() local
7728 if (gagged && global.errors != olderrors) in semantic2()
7732 if (global.errors != olderrors) in semantic2()
7769 unsigned int olderrors = global.errors; in semantic3() local
7783 if (gagged && global.errors != olderrors) in semantic3()
7787 if (global.errors != olderrors) in semantic3()
H A Dexpressionsem.c1596 unsigned olderrors = global.errors; in visit() local
1598 if (olderrors == global.errors) in visit()
1601 if (olderrors == global.errors) in visit()
1604 if (olderrors != global.errors) in visit()
1712 unsigned olderrors = global.errors; in visit() local
1810 if (global.errors == olderrors) in visit()
1813 if (global.errors == olderrors) in visit()
H A Dexpression.c1384 unsigned olderrors = global.errors; in functionParameters() local
1997 return (err || olderrors != global.errors); in functionParameters()