| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-gen-builtins.cc | 354 char isunsigned; member 1100 typedata->isunsigned = 1; in match_type() 1124 typedata->isunsigned = 1; in match_type() 1148 typedata->isunsigned = 1; in match_type() 1172 typedata->isunsigned = 1; in match_type() 1196 typedata->isunsigned = 1; in match_type() 1248 typedata->isunsigned = 1; in match_type() 1269 if (!typedata->issigned && !typedata->isunsigned) in match_type() 1356 argtype->issigned, argtype->isunsigned, argtype->isbool, in parse_args() 1647 if (protoptr->rettype.isunsigned) in construct_fntype_id() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | chkformat.d | 258 … if (!(t.ty == Tpointer && tnext.isintegral() && tnext.isunsigned() && tnext.size() == ptrsize)) in checkPrintfFormat() 263 … if (!(t.ty == Tpointer && tnext.isintegral() && !tnext.isunsigned() && tnext.size() == ptrsize)) in checkPrintfFormat() 411 …if (!(t.ty == Tpointer && tnext.isintegral() && !tnext.isunsigned() && tnext.size() == c_longsize)) in checkScanfFormat() 429 … if (!(t.ty == Tpointer && tnext.isintegral() && tnext.isunsigned() && tnext.size() == ptrsize)) in checkScanfFormat() 435 … if (!(t.ty == Tpointer && tnext.isintegral() && !tnext.isunsigned() && tnext.size() == ptrsize)) in checkScanfFormat() 455 … if (!(t.ty == Tpointer && tnext.isintegral() && tnext.isunsigned() && tnext.size() == c_longsize)) in checkScanfFormat()
|
| H A D | constfold.d | 432 if (n2 == -1 && !type.isunsigned()) in Div() 448 if (e1.type.isunsigned() || e2.type.isunsigned()) in Div() 497 if (n2 == -1 && !type.isunsigned()) in Mod() 513 if (e1.type.isunsigned() || e2.type.isunsigned()) in Mod() 531 if (!e2.type.isunsigned() && cast(sinteger_t)n < 0) in Pow() 1014 if (e1.type.isunsigned() || e2.type.isunsigned()) in Cmp() 1133 else if (type.isunsigned()) in Cast()
|
| H A D | mtype.h | 248 virtual bool isunsigned(); 405 bool isunsigned() /*const*/; 427 bool isunsigned(); 821 bool isunsigned();
|
| H A D | intrange.d | 320 return fromType(type, type.isunsigned()); in fromType() 449 else if (!type.isunsigned()) in _cast()
|
| H A D | mtype.d | 1008 bool isunsigned() in isunsigned() function 3353 override bool isunsigned() const in isunsigned() function 3541 override bool isunsigned() in isunsigned() function 3543 return basetype.nextOf().isunsigned(); in isunsigned() 6047 override bool isunsigned() in isunsigned() function 6049 return memType().isunsigned(); in isunsigned()
|
| H A D | ctfeexpr.d | 1432 else if (t1.isunsigned() || t2.isunsigned()) in ctfeCmp()
|
| H A D | traits.d | 563 return isTypeX(t => t.isunsigned()); in semanticTraits()
|
| H A D | cppmangle.d | 464 if (!tv.valType.isunsigned() && cast(sinteger_t)val < 0) in template_arg()
|
| H A D | statementsem.d | 2651 …if ((crs.first.type.isunsigned() && fval > lval) || (!crs.first.type.isunsigned() && cast(sinteger… in package()
|
| H A D | dcast.d | 406 if (e.type.isunsigned()) in implicitConvTo()
|
| H A D | dinterpret.d | 3839 if (bf.type.isunsigned()) in assignToLvalue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | constfold.c | 446 if (n2 == -1 && !type->isunsigned()) in Div() 462 if (e1->type->isunsigned() || e2->type->isunsigned()) in Div() 525 if (n2 == -1 && !type->isunsigned()) in Mod() 541 if (e1->type->isunsigned() || e2->type->isunsigned()) in Mod() 560 if (!e2->type->isunsigned() && (sinteger_t)n < 0) in Pow() 1082 if (e1->type->isunsigned() || e2->type->isunsigned()) in Cmp() 1201 else if (type->isunsigned()) in Cast()
|
| H A D | mtype.h | 261 virtual bool isunsigned(); 407 bool isunsigned() /*const*/; 434 bool isunsigned(); 828 bool isunsigned();
|
| H A D | intrange.c | 276 return fromType(type, type->isunsigned()); in fromType() 409 else if (!type->isunsigned()) in cast()
|
| H A D | cppmangle.c | 213 if (!tv->valType->isunsigned() && (sinteger_t)val < 0) in template_args()
|
| H A D | ctfeexpr.c | 1445 else if (t1->isunsigned() || t2->isunsigned()) in ctfeCmp()
|
| H A D | dcast.c | 409 if (e->type->isunsigned()) in implicitConvTo() 427 if (e->type->isunsigned()) in implicitConvTo() 445 if (e->type->isunsigned()) in implicitConvTo()
|
| H A D | mtype.c | 1714 bool Type::isunsigned() in isunsigned() function 3585 bool TypeBasic::isunsigned() in isunsigned() function 3852 bool TypeVector::isunsigned() in isunsigned() function 3854 return basetype->nextOf()->isunsigned(); in isunsigned() 7707 bool TypeEnum::isunsigned() in isunsigned() function 7709 return sym->getMemtype(Loc())->isunsigned(); in isunsigned()
|
| H A D | optimize.c | 902 e->e2->type->isintegral() && e->e2->type->isunsigned()) in Expression_optimize()
|
| H A D | traits.c | 138 bool isTypeUnsigned(Type *t) { return t->isunsigned(); } in isTypeUnsigned()
|
| H A D | statementsem.c | 2557 if ( (crs->first->type->isunsigned() && fval > lval) || in visit() 2558 (!crs->first->type->isunsigned() && (sinteger_t)fval > (sinteger_t)lval)) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-builtins.cc | 139 if (unsignedp != dtype->isunsigned () in build_frontend_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-builtins.cc | 136 if (unsignedp != dtype->isunsigned () in build_frontend_type()
|