Home
last modified time | relevance | path

Searched refs:isunsigned (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc354 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 Dchkformat.d258 … 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 Dconstfold.d432 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 Dmtype.h248 virtual bool isunsigned();
405 bool isunsigned() /*const*/;
427 bool isunsigned();
821 bool isunsigned();
H A Dintrange.d320 return fromType(type, type.isunsigned()); in fromType()
449 else if (!type.isunsigned()) in _cast()
H A Dmtype.d1008 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 Dctfeexpr.d1432 else if (t1.isunsigned() || t2.isunsigned()) in ctfeCmp()
H A Dtraits.d563 return isTypeX(t => t.isunsigned()); in semanticTraits()
H A Dcppmangle.d464 if (!tv.valType.isunsigned() && cast(sinteger_t)val < 0) in template_arg()
H A Dstatementsem.d2651 …if ((crs.first.type.isunsigned() && fval > lval) || (!crs.first.type.isunsigned() && cast(sinteger… in package()
H A Ddcast.d406 if (e.type.isunsigned()) in implicitConvTo()
H A Ddinterpret.d3839 if (bf.type.isunsigned()) in assignToLvalue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c446 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 Dmtype.h261 virtual bool isunsigned();
407 bool isunsigned() /*const*/;
434 bool isunsigned();
828 bool isunsigned();
H A Dintrange.c276 return fromType(type, type->isunsigned()); in fromType()
409 else if (!type->isunsigned()) in cast()
H A Dcppmangle.c213 if (!tv->valType->isunsigned() && (sinteger_t)val < 0) in template_args()
H A Dctfeexpr.c1445 else if (t1->isunsigned() || t2->isunsigned()) in ctfeCmp()
H A Ddcast.c409 if (e->type->isunsigned()) in implicitConvTo()
427 if (e->type->isunsigned()) in implicitConvTo()
445 if (e->type->isunsigned()) in implicitConvTo()
H A Dmtype.c1714 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 Doptimize.c902 e->e2->type->isintegral() && e->e2->type->isunsigned()) in Expression_optimize()
H A Dtraits.c138 bool isTypeUnsigned(Type *t) { return t->isunsigned(); } in isTypeUnsigned()
H A Dstatementsem.c2557 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 Dd-builtins.cc139 if (unsignedp != dtype->isunsigned () in build_frontend_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc136 if (unsignedp != dtype->isunsigned () in build_frontend_type()