Home
last modified time | relevance | path

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

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