Home | History | Annotate | Download | only in dmd

Lines Matching refs:fbody

110         const errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it.
370 fop.fbody = new CompoundStatement(loc, s1, s2);
376 const errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it.
390 fop.fbody = null; // remove fbody which contains the error
468 const errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it
586 fop.fbody = new ReturnStatement(loc, e);
710 fop.fbody = new ReturnStatement(loc, e);
839 fop.fbody = new CompileStatement(loc, new StringExp(loc, code));
876 const bool dtorIsCppPrototype = ad.userDtors.dim && ad.userDtors[0]._linkage == LINK.cpp && !ad.userDtors[0].fbody;
963 dd.fbody = new ExpStatement(loc, e);
1019 dd.fbody = new ExpStatement(loc, e);
1087 func.fbody = new CompoundStatement(loc, stmts);
1135 func.fbody = new ExpStatement(dtor.loc, call);
1414 dd.fbody = (stc & STC.disable) ? null : new CompoundStatement(loc, postblitCalls);
1452 dd.fbody = new ExpStatement(loc, e);
1681 ccd.fbody = copyCtorBody;
1696 ccd.fbody = null;