Home
last modified time | relevance | path

Searched refs:isTypeBasic (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc200 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 Dtypeinfo.cc1270 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 Dd-builtins.cc210 if (dtype->nextOf ()->isTypeBasic () == NULL) in build_frontend_type()
H A Dd-codegen.cc245 TypeBasic *tb = totype->isTypeBasic (); in build_float_cst()
H A Dexpr.cc1869 if (e->type->isTypeBasic ()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc213 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 Dtypeinfo.cc1300 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 Dd-codegen.cc248 TypeBasic *tb = totype->isTypeBasic (); in build_float_cst()
H A Dexpr.cc1794 if (e->type->isTypeBasic ()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d250 if (t.isTypeBasic() || t.ty == Tnull) in builtinTypeInfo()
256 … return (next.isTypeBasic() && !next.mod) // of unqualified basic types in builtinTypeInfo()
H A Dmtype.h325 virtual TypeBasic *isTypeBasic();
410 TypeBasic *isTypeBasic();
H A Ddcast.d264 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 Dcppmangle.d422 return t.isTypeBasic() && (t.isintegral() || t.isreal()); in isFundamentalType()
1097 if (!tf.next.isTypeBasic()) in mangle_function_encoding()
H A Ddmangle.d1073 if (t.isTypeBasic()) in addRefToType()
H A Dmtype.d2662 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 Dtypesem.d807 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 Dhdrgen.d3443 …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 Ddtoh.d1282 … if (!vd._init && !vd.type.isTypeBasic() && !vd.type.isTypePointer && !vd.type.isTypeStruct &&
H A Ddtemplate.d4626 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 Dmtype.h346 virtual TypeBasic *isTypeBasic();
413 TypeBasic *isTypeBasic();
H A Dcppmangle.c154 return t->isTypeBasic() && (t->isintegral() || t->isreal()); in isFundamentalType()
H A Ddcast.c215 e->type->isTypeBasic() && t->isTypeBasic()) in implicitConvTo()
2619 (t1b->ty != t2b->ty && (t1b->isTypeBasic() && t2b->isTypeBasic()))) in typeMerge()
H A Dmtype.c2342 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 Dhdrgen.c1633 (t->isTypeBasic() || in tiargsToBuffer()
H A Dexpression.c793 t->ty == Tnull || (t->isTypeBasic() && t->ty != Tvoid)) in resolveUFCS()

12