Searched defs:_body (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | statement.d | 788 Statement _body; variable 829 Statement _body; variable 833 extern (D) this(const ref Loc loc, Statement _body, Expression condition, Loc endloc) in this() 873 Statement _body; variable 881 … Loc loc, Statement _init, Expression condition, Expression increment, Statement _body, Loc endloc) in this() 931 Statement _body; // NoScopeNonEmptyStatement variable 942 …is(const ref Loc loc, TOK op, Parameters* parameters, Expression aggr, Statement _body, Loc endloc) in this() 986 Statement _body; variable 991 …st ref Loc loc, TOK op, Parameter prm, Expression lwr, Expression upr, Statement _body, Loc endloc) in this() 1129 Statement _body; variable [all …]
|
H A D | statement.h | 280 Statement *_body; variable 310 Statement *_body; variable 332 Statement *_body; variable 357 Statement *_body; variable 411 Statement *_body; variable 432 Statement *_body; variable 554 Statement *_body; variable 567 Statement *_body; variable
|
H A D | parse.d | 5418 AST.Statement _body = parseStatement(0, null, &endloc); in parseForeach() local 5422 AST.Statement _body = null; in parseForeach() local 5444 AST.Statement _body = parseStatement(0, null, &endloc); in parseForeach() local 5448 AST.Statement _body = null; in parseForeach() local 5903 AST.Statement _body = parseStatement(ParseStatementFlags.scope_, null, &endloc); variable 5921 AST.Statement _body; variable 5981 AST.Statement _body = parseStatement(ParseStatementFlags.scope_, null, &endloc); variable 6124 AST.Statement _body; variable 6159 AST.Statement _body = parseStatement(ParseStatementFlags.scope_); variable 6326 AST.Statement _body; variable [all …]
|
H A D | cparse.d | 386 auto _body = cparseStatement(ParseStatementFlags.scope_, null, &endloc); variable 401 auto _body = cparseStatement(ParseStatementFlags.scope_); variable 449 auto _body = cparseStatement(ParseStatementFlags.scope_, null, &endloc); variable 486 auto _body = cparseStatement(ParseStatementFlags.scope_); variable
|
H A D | statementsem.d | 332 Statement _body = new CompoundStatement(Loc.initial, a); in package() local 376 auto _body = new CompoundStatement(Loc.initial, a); in package() local 524 Statement _body = ws._body; in package() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | statement.h | 251 Statement *_body; variable 283 Statement *_body; variable 307 Statement *_body; variable 334 Statement *_body; variable 397 Statement *_body; variable 420 Statement *_body; variable 556 Statement *_body; variable 570 Statement *_body; variable
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_parser.h | 111 struct dt_node *_body; member
|