HomeSort by: relevance | last modified time | path
    Searched refs:Terror (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-frontend.cc 84 gcc_assert (type->ty != TY::Terror);
decl.cc 468 if (d->type->ty == TY::Terror)
583 if (d->type->ty == TY::Terror)
657 if (d->type->ty == TY::Terror)
700 if (d->errors || d->type->ty == TY::Terror)
739 if (d->type->ty == TY::Terror)
916 if (tf->next == NULL || tf->next->ty == TY::Terror)
typeinfo.cc 1363 gcc_assert (decl->tinfo->ty != TY::Terror);
1447 gcc_assert (type->ty != TY::Terror);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astcodegen.d 56 alias Terror = dmd.mtype.Terror;
astenums.d 203 Terror,
255 alias Terror = TY.Terror;
typesem.d 150 pt = Type.terror;
158 pt = Type.terror;
165 pt = Type.terror;
219 pt = Type.terror;
288 pt = Type.terror;
402 pt = Type.terror;
405 if (v.type.ty == Terror)
406 pt = Type.terror;
442 pt = Type.terror;
657 * `Type` with completed semantic analysis, `Terror` if error
    [all...]
aggregate.d 209 if (type.ty == Terror)
238 if (type.ty == Terror)
245 if (type != Type.terror)
251 type = Type.terror;
impcnvtab.d 31 * ty = common type, else Terror
46 * ty = what ty1 should be converted to, else Terror
103 Terror,
125 impCnvTab.impcnvResultTab[i][j] = Terror;
126 impCnvTab.impcnvType1Tab[i][j] = Terror;
access.d 340 assert(ad.isOverloadable || ad.type && ad.type.ty == Terror,
semantic3.d 251 tf.next = Type.terror;
293 if (!funcdecl.inferRetType && f.next.ty == Terror)
842 if (tret.ty == Terror)
1362 if (global.params.useDIP1021 && funcdecl.fbody && funcdecl.type.ty != Terror &&
1377 if (funcdecl.type.ty == Terror)
1540 if (!ad.getRTInfo && Type.rtinfo && (!ad.isDeprecated() || global.params.useDeprecated != DiagnosticReporting.error) && (ad.type && ad.type.ty != Terror))
dstruct.d 295 if (type.ty == Terror)
lambdacomp.d 136 assert(fld.type.ty != Terror);
mtype.d 398 extern (C++) __gshared Type terror; // for error recovery
448 sizeTy[Terror] = __traits(classInstanceSize, TypeError);
818 Terror
821 for (size_t i = 0; basetab[i] != Terror; i++)
827 basic[Terror] = new TypeError();
862 terror = basic[Terror];
915 if (global.endGagging(errors) || t.ty == Terror) // if any errors happened
1952 if (ty == Terror)
1970 if (ty == Terror)
    [all...]
dmangle.d 211 Terror : '@',
510 if (!fd.type || fd.type.ty == Terror)
declaration.d 902 if (t.ty == Terror)
918 aliassym = new AliasDeclaration(loc, ident, Type.terror);
919 type = Type.terror;
1211 type = Type.terror;
1221 if (t.ty == Terror)
1316 type = Type.terror;
1736 if (t.ty == Terror)
opover.d 1199 if (e.e1.type.ty == Terror || e.e2.type.ty == Terror)
1532 case Terror:
statementsem.d 688 p.type = Type.terror;
1263 if (!tfront || tfront.ty == Terror)
1367 case Terror:
1755 if (fs.prm.type.ty == Terror || fs.lwr.op == EXP.error || fs.upr.op == EXP.error)
2940 else if (tret.ty != Terror && !rs.exp.type.equals(tret))
2965 tf.next = Type.terror;
3036 if (tf.next.ty != Terror)
3041 tf.next = Type.terror;
3053 if (tbret.ty != Terror)
4024 if (c.type == Type.terror)
    [all...]
dsymbolsem.d 452 if (dsym.type.ty == Terror)
492 dsym.type = Type.terror;
498 dsym.type = Type.terror;
519 dsym.type = Type.terror;
902 if (sz == SIZE_INVALID && dsym.type.ty != Terror)
1140 dsym.type = Type.terror;
1173 if (dsym.type.toBasetype().ty == Terror)
1331 ad.type = Type.terror;
2089 ed.memtype = Type.terror;
2091 if (ed.memtype.ty == Terror)
    [all...]
expressionsem.d 125 const ty = (ie && ie.type) ? ie.type.ty : Terror;
874 if (v.type.ty == Terror)
1412 t0 = Type.terror;
1419 t0 = Type.terror;
1430 t0 = Type.terror;
1466 if (t0.ty == Terror)
1688 *prettype = Type.terror;
2553 if (e.type.ty == Terror)
3250 if (exp.type.ty == Terror)
3490 if (exp.type.ty == Terror)
    [all...]
cond.d 457 if (aggrfe && aggrfe.aggr.type.toBasetype().ty == Terror)
dtemplate.d 145 return (t.ty == Terror);
147 return (e.op == EXP.error || !e.type || e.type.ty == Terror);
1372 //printf("\terror\n");
1632 if (farg.op == EXP.error || farg.type.ty == Terror)
1828 if (farg.op == EXP.error || farg.type.ty == Terror)
3118 if (m.lastf.type.ty == Terror)
3257 if (ty != Terror)
3904 if (tx.ty == Terror)
4840 if (t.ty == Terror)
6598 ta = Type.terror;
    [all...]
expression.d 769 if (type != Type.terror)
780 if (type == Type.terror)
791 if (type != Type.terror)
802 if (type != Type.terror)
815 if (type != Type.terror)
826 if (type == Type.terror)
837 if (type != Type.terror)
848 if (type != Type.terror)
1086 type = Type.terror;
1096 if (type.toBasetype().ty == Terror)
    [all...]
initsem.d 264 if (t.ty != Terror)
1151 if (init.type == Type.terror)
1338 if (e.type.ty == Terror)
mtype.h 86 Terror,
191 static Type *terror; // for error recovery member in class:Type
transitivevisitor.d 830 if (f.type.ty == Terror)

Completed in 48 milliseconds

1 2