Searched refs:fbody (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d277 funcdecl.fbody = null; // remove fbody which contains the error
296 if (!funcdecl.fbody && funcdecl.inferRetType && !f.next)
310 if (funcdecl.fbody || funcdecl.frequires || needEnsure)
554 if (!funcdecl.fbody)
580 if (funcdecl.fbody)
602 funcdecl.fbody = funcdecl.fbody.statementSemantic(sc2);
603 if (!funcdecl.fbody)
604 funcdecl.fbody
[all...]
H A Dclone.d110 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;
[all...]
H A Dtarget.h209 bool libraryObjectMonitors(FuncDeclaration *fd, Statement *fbody);
H A Dtarget.d280 * fbody = entire function body of `fd`
284 extern (C++) bool libraryObjectMonitors(FuncDeclaration fd, Statement fbody);
H A Dfunc.d262 Statement fbody; /// function body
393 f.fbody = fbody ? fbody.syntaxCopy() : null;
1252 return (visibility.kind == Visibility.Kind.export_) && !fbody;
1296 if (!fbody)
2215 * fbody.dsymbolSemantic() running, vresult.type might be modified.
2494 fd.fbody = frequire;
2537 fd.fbody = fensure;
3765 fbody
[all...]
H A Dtransitivevisitor.d613 if (f.fbody)
615 f.fbody.accept(this);
836 AST.CompoundStatement cs = f.fbody.isCompoundStatement();
837 AST.Statement s = !cs ? f.fbody : null;
H A Ddelegatize.d68 fld.fbody = s;
H A Dsemantic2.d375 if (fd.fbody && fd.overnext && !fd.errors)
391 if (f2.fbody is null)
H A Dlambdacomp.d166 ReturnStatement rs = fld.fbody.endsWithReturnStatement();
H A Ddsymbolsem.d188 assert(!funcdecl.fbody);
3302 if (funcdecl.isAbstract() && funcdecl.fbody)
3378 if (funcdecl.fbody && funcdecl.isVirtual())
3869 if (!funcdecl.fbody && !funcdecl.allowsContractWithoutBody())
3929 if (funcdecl.fbody && sc._module.isRoot() &&
3933 if (funcdecl.fbody && funcdecl.isMain() && sc._module.isRoot())
4026 if (ctd.fbody || !(ctd.storage_class & STC.disable))
4031 ctd.fbody = null;
4252 if (scd.fbody)
4253 sa.push(scd.fbody);
[all...]
H A Dparse.d2621 auto fbody = new AST.ExpStatement(loc, e);
2622 auto f = new AST.InvariantDeclaration(loc, token.loc, stc, null, fbody);
2628 auto fbody = parseStatement(ParseStatementFlags.curly);
2629 auto f = new AST.InvariantDeclaration(loc, token.loc, stc, null, fbody);
2671 f.fbody = sbody;
2703 f.fbody = null;
5042 fd.fbody = new AST.ReturnStatement(returnloc, ae);
5083 f.fbody = new AST.ReturnStatement(returnloc, parseExpression());
5091 f.fbody = parseStatement(ParseStatementFlags.semi);
5110 f.fbody
[all...]
H A Ddsymbol.d2567 if (fd.fbody && fd2.fbody)
2570 if (fd.fbody) // fd is the definition
H A Dhdrgen.d1541 if (!f.fbody)
1624 if (!f.fbody || (hgs.hdrgen && global.params.hdrStripPlainFunctions && !hgs.autoMember && !hgs.tpltMember))
1626 if (!f.fbody && (f.fensures || f.frequires))
1650 f.fbody.statementToBuffer(buf, hgs);
1685 CompoundStatement cs = f.fbody.isCompoundStatement();
1692 s1 = !cs ? f.fbody : null;
1762 if(auto es = d.fbody.isExpStatement())
H A Dcond.d198 fd.fbody = s;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c322 fbody = NULL;
379 f->fbody = fbody ? fbody->syntaxCopy() : NULL;
392 if (!fd->fbody)
772 if (fbody && isVirtual())
786 if (!fbody && (fensure || frequire) && !(id && isVirtual()))
1221 if (fbody && isMain() && sc->_module->isRoot())
1298 fd->fbody = fdx->frequire;
1331 fd->fbody
[all...]
H A Dclone.c100 unsigned errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it.
317 fop->fbody = new CompoundStatement(loc, s1, s2);
325 unsigned errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it.
339 fop->fbody = NULL; // remove fbody which contains the error
434 unsigned errors = global.startGagging(); // Do not report errors, even if the template opAssign fbody makes it.
546 fop->fbody = new ReturnStatement(loc, e);
635 fop->fbody = new ReturnStatement(loc, e);
759 fop->fbody = new CompileStatement(loc, new StringExp(loc, const_cast<char *>(code)));
927 dd->fbody
[all...]
H A Darrayop.c62 Statement *fbody = new CompoundStatement(Loc(), s1, s2); local
72 fd->fbody = fbody;
91 fd->fbody = NULL;
H A Ddelegatize.c62 fld->fbody = s;
H A Dcond.c139 fd->fbody = s;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d313 enum fbody = "_wrap_source."~name;
315 enum fbody = "_wrap_source."~name~" = a1";
319 enum fbody = "_wrap_source."~name~"("~args!(Parameters!(TargetMembers[i].type).length)~")";
323 "{ return "~fbody~"; }";
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d314 enum fbody = "_wrap_source."~name;
316 enum fbody = "_wrap_source."~name~" = a1";
320 enum fbody = "_wrap_source."~name~"("~args!(Parameters!(TargetMembers[i].type).length)~")";
324 "{ return "~fbody~"; }";
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc153 if (decl->fbody)
537 if (!fd || (!fd->fbody && d->isAbstract ()))
640 if (fd && (fd->fbody || !d->isAbstract ()))
970 if (!d->fbody)
1113 if (!fd->fbody)
1253 if (fd->fbody)
H A Dintrinsics.cc139 if (!decl->fbody)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc435 if (!fd || (!fd->fbody && d->isAbstract ()))
553 if (fd && (fd->fbody || !d->isAbstract()))
860 if (!d->fbody)
1109 if (fd->fbody)
1785 if (decl->fbody)
H A Dintrinsics.cc136 if (!decl->fbody)

Completed in 389 milliseconds

123