Home
last modified time | relevance | path

Searched defs:sbody (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d1134 Statement sbody = new CompoundStatement(Loc.initial, a); in visit() local
H A Dparse.d2647 AST.Statement sbody = parseStatement(ParseStatementFlags.curly, &endPtr); variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c1888 Statement *sbody = parseStatement(PScurly, &endPtr); in parseUnitTest() local
4406 const char *sbody = (f->frequire || f->fensure) ? "body " : ""; in parseContracts() local
H A Dfunc.c2171 Statement *sbody = new CompoundStatement(Loc(), a); in semantic3() local