Home
last modified time | relevance | path

Searched refs:Terror (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d203 Terror, enumerator
255 alias Terror = TY.Terror; variable
H A Dastcodegen.d56 alias Terror = dmd.mtype.Terror; member
H A Dtypesem.d405 if (v.type.ty == Terror)
751 if (t && t.ty == Terror) in typeSemantic()
755 if (tn.ty == Terror) in typeSemantic()
876 case Terror: in typeSemantic()
960 goto case Terror; in typeSemantic()
961 case Terror: in typeSemantic()
1082 goto case Terror; in typeSemantic()
1083 case Terror: in typeSemantic()
1108 goto case Terror; in typeSemantic()
1109 case Terror: in typeSemantic()
[all …]
H A Dimpcnvtab.d103 Terror, in generateImpCnvTab()
125 impCnvTab.impcnvResultTab[i][j] = Terror; in generateImpCnvTab()
126 impCnvTab.impcnvType1Tab[i][j] = Terror; in generateImpCnvTab()
H A Daggregate.d209 if (type.ty == Terror) in determineSize()
238 if (type.ty == Terror) in determineSize()
H A Dsemantic3.d293 if (!funcdecl.inferRetType && f.next.ty == Terror) in visit()
842 if (tret.ty == Terror) in visit()
1362 if (global.params.useDIP1021 && funcdecl.fbody && funcdecl.type.ty != Terror && in visit()
1377 if (funcdecl.type.ty == Terror) in visit()
1540 … || global.params.useDeprecated != DiagnosticReporting.error) && (ad.type && ad.type.ty != Terror)) in visit()
H A Dmtype.d448 sizeTy[Terror] = __traits(classInstanceSize, TypeError);
818 Terror in _init()
821 for (size_t i = 0; basetab[i] != Terror; i++) in _init()
827 basic[Terror] = new TypeError(); in _init()
862 terror = basic[Terror]; in _init()
915 if (global.endGagging(errors) || t.ty == Terror) // if any errors happened in trySemantic()
1952 if (ty == Terror) in pointerTo()
1970 if (ty == Terror) in referenceTo()
1982 if (ty == Terror) in arrayOf()
2701 …inout(TypeError) isTypeError() { return ty == Terror ? cast(typeof(return))this : nu… in isTypeError()
[all …]
H A Daccess.d340 assert(ad.isOverloadable || ad.type && ad.type.ty == Terror,
H A Dlambdacomp.d136 assert(fld.type.ty != Terror); in visit()
H A Ddstruct.d295 if (type.ty == Terror) in finalizeSize()
H A Ddmangle.d211 Terror : '@',
510 if (!fd.type || fd.type.ty == Terror) in mangleFunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-frontend.cc84 gcc_assert (type->ty != TY::Terror); in getTypeInfoType()
H A Ddecl.cc478 if (d->type->ty == TY::Terror) in visit()
593 if (d->type->ty == TY::Terror) in visit()
667 if (d->type->ty == TY::Terror) in visit()
710 if (d->errors || d->type->ty == TY::Terror) in visit()
749 if (d->type->ty == TY::Terror) in visit()
926 if (tf->next == NULL || tf->next->ty == TY::Terror) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c302 (type && type->ty != Terror)) in semantic3()
426 if (type->ty == Terror) in determineSize()
455 if (type->ty == Terror) in determineSize()
1128 assert(type->ty == Terror); in semantic()
1265 if (type->ty == Terror) in finalizeSize()
H A Ddenum.c170 if (memtype->ty == Terror) in semantic()
580 if (ed->memtype->ty == Terror) in semantic()
585 if (ed->memtype->ty != Terror) in semantic()
H A Dimpcnvgen.c42 { impcnvResultTab[i][j] = Terror; in init()
43 impcnvType1Tab[i][j] = Terror; in init()
44 impcnvType2Tab[i][j] = Terror; in init()
432 if (impcnvResultTab[i][j] == Terror) in init()
H A Dmtype.c202 sizeTy[Terror] = sizeof(TypeError); in _init()
217 Tchar, Twchar, Tdchar, Terror }; in _init()
219 for (size_t i = 0; basetab[i] != Terror; i++) in _init()
225 basic[Terror] = new TypeError(); in _init()
256 terror = basic[Terror]; in _init()
315 if (global.endGagging(errors) || t->ty == Terror) // if any errors happened in trySemantic()
1171 if (ty == Terror) in pointerTo()
1189 if (ty == Terror) in referenceTo()
1201 if (ty == Terror) in arrayOf()
1626 if (ty == Terror) return this; in merge()
[all …]
H A Dinit.c214 if (e->type->ty == Terror) in hasNonConstPointers()
H A Ddeclaration.c629 if (t->ty == Terror) in toAlias()
947 if (type->ty == Terror) in semantic()
1383 if (sz == SIZE_INVALID && type->ty != Terror) in semantic()
1624 if (type->toBasetype()->ty == Terror) in semantic()
1782 if (t->ty == Terror) in setFieldOffset()
H A Dexpression.c1186 else if (t0->ty != Terror) in arrayExpressionToCommonType()
2290 if (type->toBasetype()->ty == Terror) in checkScalar()
2304 if (type->toBasetype()->ty == Terror) in checkNoBool()
2318 if (type->toBasetype()->ty == Terror) in checkIntegral()
2332 if (type->toBasetype()->ty == Terror) in checkArithmetic()
2415 if (outerfunc->type->ty == Terror) in checkPurity()
2423 if (calledparent->type->ty == Terror) in checkPurity()
2682 if (op == TOKvar && type->ty != Terror) in checkRightThis()
2865 if (type->ty != Terror) in IntegerExp()
3224 if (v->type->ty == Terror) in resolve()
[all …]
H A Dexpressionsem.c259 if (e->type->ty == Terror) in visit()
804 if (exp->type->ty == Terror) in visit()
1030 if (exp->type->ty == Terror) in visit()
1040 if (exp->type->ty == Terror) in visit()
1876 else if (ta->ty == Terror) in visit()
2018 if (tded->ty == Terror) in visit()
3131 if (!exp->f || exp->f->errors || exp->f->type->ty == Terror) in visit()
3343 else if (t1->ty == Terror) in visit()
3904 case Terror: in visit()
4345 if (exp->e1->op == TOKerror || exp->type->ty == Terror) in visit()
[all …]
H A Dfunc.c522 if (type->ty != Terror) in semantic()
691 if (type->ty != Terror) in semantic()
1224 assert(type->ty != Terror || errors); in semantic()
1408 if (!inferRetType && f->next->ty == Terror) in semantic3()
1957 if (tret->ty == Terror) in semantic3()
2364 if (type->ty == Terror) in semantic3()
3444 if (fd->errors || fd->type->ty == Terror) in fp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc368 if (d->type->ty == Terror) in visit()
502 if (d->type->ty == Terror) in visit()
581 if (d->type->ty == Terror) in visit()
628 if (d->errors || d->type->ty == Terror) in visit()
671 if (d->type->ty == Terror) in visit()
820 if (tf->next == NULL || tf->next->ty == Terror) in visit()
H A Dd-frontend.cc617 gcc_assert (type->ty != Terror); in getTypeInfoType()
/netbsd-src/games/fortune/datfiles/
H A Dstartrek46 -- Romulan Commander, "Balance of Terror", stardate 1709.2
148 -- Romulan Commander, "Balance of Terror", stardate 1709.2
298 -- Kirk, "Balance of Terror", stardate 1709.2
404 -- The Centurion, "Balance of Terror", stardate 1709.2
601 -- McCoy, "Balance of Terror", stardate 1709.2

123