| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-target.cc | 200 gcc_assert (type->isTypeBasic ()); in alignsize() 217 if (type->isTypeBasic ()) in fieldalign() 261 if (!type->isTypeBasic ()) in isVectorTypeSupported() 357 if (type->isTypeBasic () || type->ty == Tvector || type->ty == Tstruct) in cppTypeMangle()
|
| H A D | typeinfo.cc | 1270 if (type->isTypeBasic () || type->ty == Tclass || type->ty == Tnull) in builtin_typeinfo_p() 1278 && ((next->isTypeBasic () != NULL && !next->mod) in builtin_typeinfo_p()
|
| H A D | d-builtins.cc | 210 if (dtype->nextOf ()->isTypeBasic () == NULL) in build_frontend_type()
|
| H A D | d-codegen.cc | 245 TypeBasic *tb = totype->isTypeBasic (); in build_float_cst()
|
| H A D | expr.cc | 1869 if (e->type->isTypeBasic ()) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-target.cc | 213 gcc_assert (type->isTypeBasic ()); in alignsize() 230 if (type->isTypeBasic ()) in fieldalign() 277 if (!type->isTypeBasic () || type->iscomplex () || type->ty == TY::Tbool) in isVectorTypeSupported() 375 if (type->isTypeBasic () || type->ty == TY::Tvector in typeMangle()
|
| H A D | typeinfo.cc | 1300 if (type->isTypeBasic () || type->ty == TY::Tclass || type->ty == TY::Tnull) in builtin_typeinfo_p() 1308 && ((next->isTypeBasic () != NULL && !next->mod) in builtin_typeinfo_p()
|
| H A D | d-codegen.cc | 248 TypeBasic *tb = totype->isTypeBasic (); in build_float_cst()
|
| H A D | expr.cc | 1794 if (e->type->isTypeBasic ()) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | typinf.d | 250 if (t.isTypeBasic() || t.ty == Tnull) in builtinTypeInfo() 256 … return (next.isTypeBasic() && !next.mod) // of unqualified basic types in builtinTypeInfo()
|
| H A D | mtype.h | 325 virtual TypeBasic *isTypeBasic(); 410 TypeBasic *isTypeBasic();
|
| H A D | dcast.d | 264 if (e.type.isintegral() && t.isintegral() && e.type.isTypeBasic() && t.isTypeBasic()) in implicitConvTo() 678 if (TypeBasic tob = tn.toBasetype().isTypeBasic()) in implicitConvTo() 2904 if (op != EXP.question || t1b.ty != t2b.ty && (t1b.isTypeBasic() && t2b.isTypeBasic())) in typeMerge()
|
| H A D | cppmangle.d | 422 return t.isTypeBasic() && (t.isintegral() || t.isreal()); in isFundamentalType() 1097 if (!tf.next.isTypeBasic()) in mangle_function_encoding()
|
| H A D | dmangle.d | 1073 if (t.isTypeBasic()) in addRefToType()
|
| H A D | mtype.d | 2662 TypeBasic isTypeBasic() in isTypeBasic() function 3395 tob = to.toBasetype().isTypeBasic(); in implicitConvTo() 3401 tob = to.isTypeBasic(); in implicitConvTo() 3473 override TypeBasic isTypeBasic() in isTypeBasic() function 3589 TypeBasic tb = t.nextOf().isTypeBasic(); in elementType()
|
| H A D | typesem.d | 807 else if (tbn.isTypeBasic() || in typeSemantic() 2771 default: return t.isTypeBasic() ? in getProperty() 4641 default: return mt.isTypeBasic() in dotExp() 4819 default: return mt.isTypeBasic() ?
|
| H A D | hdrgen.d | 3443 …t.equals(Type.twstring) || t.equals(Type.tdstring) || t.mod == 0 && (t.isTypeBasic() || t.ty == Ti… in tiargsToBuffer() 3967 default: return t.isTypeBasic() ? in typeToBufferx()
|
| H A D | dtoh.d | 1282 … if (!vd._init && !vd.type.isTypeBasic() && !vd.type.isTypePointer && !vd.type.isTypeStruct &&
|
| H A D | dtemplate.d | 4626 else if (tt.isTypeBasic() && tt.ty == at.ty && tt.mod != at.mod) in visit() 6188 if (!(v.type.equals(Type.tstring) || (v.type.isTypeBasic() !is null))) in isDiscardable()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 346 virtual TypeBasic *isTypeBasic(); 413 TypeBasic *isTypeBasic();
|
| H A D | cppmangle.c | 154 return t->isTypeBasic() && (t->isintegral() || t->isreal()); in isFundamentalType()
|
| H A D | dcast.c | 215 e->type->isTypeBasic() && t->isTypeBasic()) in implicitConvTo() 2619 (t1b->ty != t2b->ty && (t1b->isTypeBasic() && t2b->isTypeBasic()))) in typeMerge()
|
| H A D | mtype.c | 2342 TypeBasic *Type::isTypeBasic() in isTypeBasic() function 3630 tob = to->toBasetype()->isTypeBasic(); in implicitConvTo() 3638 tob = to->isTypeBasic(); in implicitConvTo() 3689 TypeBasic *TypeBasic::isTypeBasic() in isTypeBasic() function 3759 TypeBasic *tb = t->nextOf()->isTypeBasic(); in elementType() 4160 else if (tbn->isTypeBasic() || in semantic()
|
| H A D | hdrgen.c | 1633 (t->isTypeBasic() || in tiargsToBuffer()
|
| H A D | expression.c | 793 t->ty == Tnull || (t->isTypeBasic() && t->ty != Tvoid)) in resolveUFCS()
|