Home
last modified time | relevance | path

Searched refs:needs_postblit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc50 needs_postblit (Type *t) in needs_postblit() function
938 bool postblit = needs_postblit (etype) && lvalue_p (e->e2); in visit()
1145 const bool postblit = needs_postblit (etype); in visit()
H A DChangeLog-2020364 * expr.cc (needs_postblit): Move out of ExprVisitor as a static
596 * expr.cc (ExprVisitor::needs_postblit): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc61 bool needs_postblit (Type *t) in needs_postblit() function in ExprVisitor
955 bool postblit = this->needs_postblit (etype) && this->lvalue_p (e->e2); in visit()
1138 bool postblit = this->needs_postblit (etype); in visit()