Searched refs:semantic3Errors (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c685 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
697 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
782 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
794 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
1316 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
1446 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
1456 if (m.lastf && (m.lastf->errors || m.lastf->semantic3Errors))
H A Ddeclaration.h556 bool semantic3Errors; member in class:FuncDeclaration
H A Dfunc.c341 semantic3Errors = false;
1393 semantic3Errors = false;
1403 semantic3Errors = false;
2363 semantic3Errors = (global.errors != oldErrors) || (fbody && fbody->isErrorStatement());
2453 return !errors && !semantic3Errors;
H A Ddinterpret.c611 assert(!fd->semantic3Errors);
4751 if (fd && fd->semanticRun >= PASSsemantic3done && fd->semantic3Errors)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d278 funcdecl.flags &= ~FUNCFLAG.semantic3Errors;
288 funcdecl.flags &= ~FUNCFLAG.semantic3Errors;
1374 funcdecl.flags |= FUNCFLAG.semantic3Errors;
1376 funcdecl.flags &= ~FUNCFLAG.semantic3Errors;
H A Dfunc.d212 semantic3Errors = 0x10000, /// If errors in semantic3 this function's frame ptr
1501 return !!(this.flags & FUNCFLAG.semantic3Errors);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc824 if (d->semantic3Errors)
838 if (fdp->semantic3Errors)

Completed in 139 milliseconds