HomeSort by: relevance | last modified time | path
    Searched refs:build_typeinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 580 this->layout_field (build_typeinfo (d->loc, tm));
597 this->layout_field (build_typeinfo (d->loc, tm));
614 this->layout_field (build_typeinfo (d->loc, tm));
631 this->layout_field (build_typeinfo (d->loc, tm));
650 tree memtype = (ed->memtype) ? build_typeinfo (d->loc, ed->memtype)
681 this->layout_field (build_typeinfo (d->loc, ti->next));
697 this->layout_field (build_typeinfo (d->loc, ti->next));
714 this->layout_field (build_typeinfo (d->loc, ti->next));
734 this->layout_field (build_typeinfo (d->loc, ti->next));
737 this->layout_field (build_typeinfo (d->loc, ti->index))
1445 build_typeinfo (const Loc &loc, Type *type, Expression *expr) function
1453 tree build_typeinfo (Expression *expr, Type *type) function
    [all...]
expr.cc 430 build_typeinfo (e, t1array));
453 build_typeinfo (e, tb1),
487 build_typeinfo (e, tkey),
731 build_typeinfo (e, e->type), arrs);
737 build_typeinfo (e, e->type),
859 build_typeinfo (e->loc, e->type),
872 build_typeinfo (e->loc, e->type),
960 tree ti = build_typeinfo (e, tm);
1034 build_typeinfo (e, etype),
1176 build_typeinfo (e, etype)
    [all...]
d-tree.h 683 extern tree build_typeinfo (const Loc &, Type *, Expression * = NULL);
684 extern tree build_typeinfo (Expression *, Type *);

Completed in 35 milliseconds