Searched refs:t1elem (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc339 Type *t1elem = tb1->nextOf ()->toBasetype (); local
347 if ((t1elem->isintegral () || t1elem->ty == Tvoid
348 || (t1elem->ty == Tstruct && !((TypeStruct *)t1elem)->sym->xeq))
349 && t1elem->ty == t2elem->ty)
369 if (t1elem->ty != Tstruct
370 || identity_compare_p (((TypeStruct *) t1elem)->sym))
372 tree size = size_mult_expr (t1len, size_int (t1elem->size ()));
380 StructDeclaration *sd = ((TypeStruct *) t1elem)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc342 Type *t1elem = tb1->nextOf ()->toBasetype (); local
350 if ((t1elem->isintegral () || t1elem->ty == TY::Tvoid
351 || (t1elem->ty == TY::Tstruct
352 && !t1elem->isTypeStruct ()->sym->xeq))
353 && t1elem->ty == t2elem->ty)
373 if (t1elem->ty != TY::Tstruct
374 || identity_compare_p (t1elem->isTypeStruct ()->sym))
376 tree size = size_mult_expr (t1len, size_int (t1elem->size ()));
383 StructDeclaration *sd = t1elem
[all...]

Completed in 177 milliseconds