| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.c | 101 Type *Type::terror; 256 terror = basic[Terror]; in _init() 304 return terror; in semantic() 1245 return Type::terror; in aliasthisOf() 1252 return Type::terror; in aliasthisOf() 1256 return Type::terror; in aliasthisOf() 1272 return Type::terror; in aliasthisOf() 1280 return Type::terror; in aliasthisOf() 2099 else if (flag && this != Type::terror) in getProperty() 2110 if (this != Type::terror) in getProperty() [all …]
|
| H A D | declaration.c | 375 type = Type::terror; in aliasSemantic() 418 type = Type::terror; in aliasSemantic() 424 type = Type::terror; in aliasSemantic() 450 t = Type::terror; in aliasSemantic() 458 type = Type::terror; in aliasSemantic() 646 aliassym = new AliasDeclaration(loc, ident, Type::terror); in toAlias() 647 type = Type::terror; in toAlias() 992 type = Type::terror; in semantic() 998 type = Type::terror; in semantic() 1593 type = Type::terror; in semantic() [all …]
|
| H A D | dclass.c | 360 type = Type::terror; in semantic() 443 if (b->type != Type::terror) in semantic() 502 if (b->type != Type::terror) in semantic() 745 assert(type == Type::terror); in semantic() 857 type = Type::terror; in semantic() 1455 type = Type::terror; in semantic() 1536 if (b->type != Type::terror) in semantic() 1721 type = Type::terror; in semantic()
|
| H A D | dstruct.c | 389 ad->type = Type::terror; in determineFields() 462 if (type != Type::terror) in determineSize() 468 type = Type::terror; in determineSize() 1048 type = Type::terror; in semantic() 1219 type = Type::terror; in semantic()
|
| H A D | denum.c | 168 memtype = Type::terror; in semantic() 444 return Type::terror; in getMemtype() 608 ed->memtype = Type::terror; in semantic()
|
| H A D | staticcond.c | 77 e->type->toBasetype() == Type::terror) in evalStaticCondition()
|
| H A D | aliasthis.c | 137 assert(ad2->type == Type::terror); in semantic()
|
| H A D | func.c | 525 type = Type::terror; in semantic() 694 type = Type::terror; in semantic() 814 if (type->nextOf() == Type::terror) in semantic() 4846 type = Type::terror; in semantic() 4969 type = Type::terror; in semantic() 5045 type = Type::terror; in semantic() 5134 type = Type::terror; in semantic() 5260 type = Type::terror; in semantic() 5381 type = Type::terror; in semantic() 5464 type = Type::terror; in semantic() [all …]
|
| H A D | expression.c | 1135 t0 = Type::terror; in arrayExpressionToCommonType() 1142 t0 = Type::terror; in arrayExpressionToCommonType() 1153 t0 = Type::terror; in arrayExpressionToCommonType() 1202 t0 = Type::terror; in arrayExpressionToCommonType() 1211 return (t0 == Type::terror); in arrayExpressionToCommonType() 1386 *prettype = Type::terror; in functionParameters() 2061 if (type != Type::terror) in error() 2072 if (type != Type::terror) in warning() 2083 if (type != Type::terror) in deprecation() 2280 type = Type::terror; in checkValue() [all …]
|
| H A D | argtypes.c | 59 result = new TypeTuple(Type::terror); in toArgTypes()
|
| H A D | dimport.c | 294 ad->type = Type::terror; in semantic()
|
| H A D | expressionsem.c | 751 if (tkey == Type::terror || tvalue == Type::terror) in visit() 1607 ((TypeFunction *)exp->fd->type)->next = Type::terror; in visit() 4042 if (e->e1->type == Type::terror) in visit() 4209 if (exp->to == Type::terror) in visit() 4245 if (exp->to == Type::terror) in visit() 4583 if ((exp->lwr && exp->lwr->type == Type::terror) || in visit() 4584 (exp->upr && exp->upr->type == Type::terror)) in visit() 4924 if (exp->e2->type == Type::terror) in visit() 4939 if (exp->e2->type == Type::terror) in visit() 4955 if (exp->e2->type == Type::terror) in visit() [all …]
|
| H A D | blockexit.c | 362 if (c->type == Type::terror) in blockExit()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
| H A D | getaddrinfo.c | 975 int terror = 0; in resolve_name() local 1094 if (terror == 0 || terror == EAI_NONAME) { in resolve_name() 1096 terror = terror4; in resolve_name() 1098 terror = terror6; in resolve_name() 1106 error = terror; in resolve_name()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dsymbolsem.d | 492 dsym.type = Type.terror; in visit() 498 dsym.type = Type.terror; in visit() 519 dsym.type = Type.terror; in visit() 1140 dsym.type = Type.terror; in visit() 1331 ad.type = Type.terror; in visit() 2089 ed.memtype = Type.terror; in visit() 2332 em.ed.memtype = Type.terror; in visit() 3066 fd.type = Type.terror; in funcDeclarationSemantic() 3415 if (funcdecl.type.nextOf() == Type.terror) in funcDeclarationSemantic() 3989 ctd.type = Type.terror; in visit() [all …]
|
| H A D | aggregate.d | 245 if (type != Type.terror) in determineSize() 251 type = Type.terror; in determineSize()
|
| H A D | templateparamsem.d | 169 return Type.terror; in aliasParameterSemantic()
|
| H A D | typesem.d | 150 pt = Type.terror; in resolveTupleIndex() 158 pt = Type.terror; in resolveTupleIndex() 165 pt = Type.terror; in resolveTupleIndex() 219 pt = Type.terror; 288 pt = Type.terror; 402 pt = Type.terror; 406 pt = Type.terror; 442 pt = Type.terror; 664 return Type.terror; in typeSemantic() 2431 else if (flag && mt != Type.terror) in getProperty() [all …]
|
| H A D | denum.d | 230 return Type.terror; in getMemtype()
|
| H A D | expression.d | 769 if (type != Type.terror) in error() 780 if (type == Type.terror) in errorSupplemental() 791 if (type != Type.terror) in warning() 802 if (type != Type.terror) in deprecation() 815 if (type != Type.terror) in pragma() 826 if (type == Type.terror) in pragma() 837 if (type != Type.terror) in pragma() 848 if (type != Type.terror) in pragma() 1086 type = Type.terror; in checkValue() 1789 type = Type.terror; in this() [all …]
|
| H A D | declaration.d | 918 aliassym = new AliasDeclaration(loc, ident, Type.terror); in toAlias() 919 type = Type.terror; in toAlias() 1211 type = Type.terror; in setFieldOffset() 1316 type = Type.terror; in isDataseg()
|
| H A D | staticcond.d | 103 e.type.toBasetype() == Type.terror) in impl()
|
| H A D | mtype.d | 398 extern (C++) __gshared Type terror; // for error recovery 862 terror = basic[Terror]; in _init() 2033 return Type.terror; in aliasthisOf() 2037 return Type.terror; in aliasthisOf() 2055 return Type.terror; in aliasthisOf() 2059 return Type.terror; in aliasthisOf() 5074 next = Type.terror; in checkRetType() 5079 next = Type.terror; in checkRetType() 5088 next = Type.terror; in checkRetType() 5806 if (sym.members && !sym.determineFields() && sym.type != Type.terror) in hasPointers()
|
| H A D | blockexit.d | 398 if (c.type == Type.terror) in blockExit()
|
| H A D | expressionsem.d | 1412 t0 = Type.terror; in arrayExpressionToCommonType() 1419 t0 = Type.terror; in arrayExpressionToCommonType() 1430 t0 = Type.terror; in arrayExpressionToCommonType() 1688 *prettype = Type.terror; in functionParameters() 4065 (cast(TypeFunction)exp.fd.type).next = Type.terror; in visit() 7318 if (e.e1.type == Type.terror) in visit() 7449 if (exp.to == Type.terror) in visit() 7517 if (exp.to == Type.terror) in visit() 7951 if (exp.lwr && exp.lwr.type == Type.terror || exp.upr && exp.upr.type == Type.terror) in visit() 8371 if (exp.e2.type == Type.terror) in visit() [all …]
|