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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 354 Type *tbtype = totype->toBasetype (); local
365 if (tbtype->ty == TY::Tdelegate)
371 else if (tbtype->ty == TY::Tpointer)
386 if (tbtype->ty == TY::Tstruct)
404 if (tbtype->ty == TY::Tclass)
407 ClassDeclaration *cdto = tbtype->isClassHandle ();
464 if (tbtype->ty == TY::Tpointer)
468 else if (tbtype->ty == TY::Tarray)
472 dinteger_t tsize = tbtype->nextOf ()->size ();
474 tree ptrtype = build_ctype (tbtype->nextOf ()->pointerTo ())
632 Type *tbtype = totype->toBasetype (); local
778 Type *tbtype = totype->toBasetype (); local
    [all...]
expr.cc 1427 Type *tbtype = e->to->toBasetype (); local
1431 if (tbtype->ty == TY::Tvoid)
1432 this->result_ = build_nop (build_ctype (tbtype), result);
1434 this->result_ = convert_for_rvalue (result, ebtype, tbtype);

Completed in 19 milliseconds