Searched refs:semantic3Errors (Results 1 – 7 of 7) sorted by relevance
685 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()
341 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()
556 bool semantic3Errors; variable
611 assert(!fd->semantic3Errors); in ctfeCompile()4751 if (fd && fd->semanticRun >= PASSsemantic3done && fd->semantic3Errors) in visit()
278 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()
212 semantic3Errors = 0x10000, /// If errors in semantic3 this function's frame ptr enumerator1501 return !!(this.flags & FUNCFLAG.semantic3Errors); in hasSemantic3Errors()
824 if (d->semantic3Errors) in visit()838 if (fdp->semantic3Errors) in visit()