Home
last modified time | relevance | path

Searched refs:ExpStatement (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.c213 void visit(ExpStatement *s) in hasCode()
290 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
296 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
302 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
304 return new ExpStatement(loc, exp); in create()
307 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
394 return new ExpStatement(s->loc, de); in toStatement()
437 Statements *ExpStatement::flatten(Scope *sc) in flatten()
468 : ExpStatement(loc, exp) in DtorExpStatement()
1343 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c85 void visit(ExpStatement *s) in visit()
723 st->push(new ExpStatement(loc, var)); in visit()
1449 s = new ExpStatement(loc, e); in visit()
1596 cs->push(new ExpStatement(loc, fs->key)); in visit()
1597 cs->push(new ExpStatement(loc, tmp)); in visit()
1601 cs->push(new ExpStatement(loc, tmp)); in visit()
1602 cs->push(new ExpStatement(loc, fs->key)); in visit()
2953 cs->push(new ExpStatement(ss->loc, e)); in visit()
2986 cs->push(new ExpStatement(ss->loc, v)); in visit()
2996 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.c214 void visit(ExpStatement *s) in hasCode()
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
303 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
305 return new ExpStatement(loc, exp); in create()
308 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
395 return new ExpStatement(s->loc, de); in toStatement()
445 Statements *ExpStatement::flatten(Scope *sc) in flatten()
476 : ExpStatement(loc, exp) in DtorExpStatement()
1464 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
H A Dstatementsem.c86 void visit(ExpStatement *s) in visit()
1708 s = new ExpStatement(loc, e); in visit()
1855 cs->push(new ExpStatement(loc, fs->key)); in visit()
1856 cs->push(new ExpStatement(loc, tmp)); in visit()
1860 cs->push(new ExpStatement(loc, tmp)); in visit()
1861 cs->push(new ExpStatement(loc, fs->key)); in visit()
3222 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3230 cs->push(new ExpStatement(ss->loc, e)); in visit()
3263 cs->push(new ExpStatement(ss->loc, v)); in visit()
3273 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.c214 void visit(ExpStatement *s) in hasCode()
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
303 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
305 return new ExpStatement(loc, exp); in create()
308 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
395 return new ExpStatement(s->loc, de); in toStatement()
445 Statements *ExpStatement::flatten(Scope *sc) in flatten()
476 : ExpStatement(loc, exp) in DtorExpStatement()
1464 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
H A Dstatementsem.c86 void visit(ExpStatement *s) in visit()
1708 s = new ExpStatement(loc, e); in visit()
1855 cs->push(new ExpStatement(loc, fs->key)); in visit()
1856 cs->push(new ExpStatement(loc, tmp)); in visit()
1860 cs->push(new ExpStatement(loc, tmp)); in visit()
1861 cs->push(new ExpStatement(loc, fs->key)); in visit()
3222 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3230 cs->push(new ExpStatement(ss->loc, e)); in visit()
3263 cs->push(new ExpStatement(ss->loc, v)); in visit()
3273 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.c213 void visit(ExpStatement *s) in hasCode()
290 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
296 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
302 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
304 return new ExpStatement(loc, exp); in create()
307 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
394 return new ExpStatement(s->loc, de); in toStatement()
437 Statements *ExpStatement::flatten(Scope *sc) in flatten()
468 : ExpStatement(loc, exp) in DtorExpStatement()
1343 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c85 void visit(ExpStatement *s) in visit()
723 st->push(new ExpStatement(loc, var)); in visit()
1449 s = new ExpStatement(loc, e); in visit()
1596 cs->push(new ExpStatement(loc, fs->key)); in visit()
1597 cs->push(new ExpStatement(loc, tmp)); in visit()
1601 cs->push(new ExpStatement(loc, tmp)); in visit()
1602 cs->push(new ExpStatement(loc, fs->key)); in visit()
2953 cs->push(new ExpStatement(ss->loc, e)); in visit()
2986 cs->push(new ExpStatement(ss->loc, v)); in visit()
2996 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.c214 void visit(ExpStatement *s) in hasCode()
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
303 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
305 return new ExpStatement(loc, exp); in create()
308 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
395 return new ExpStatement(s->loc, de); in toStatement()
445 Statements *ExpStatement::flatten(Scope *sc) in flatten()
476 : ExpStatement(loc, exp) in DtorExpStatement()
1464 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
H A Dstatementsem.c86 void visit(ExpStatement *s) in visit()
1708 s = new ExpStatement(loc, e); in visit()
1855 cs->push(new ExpStatement(loc, fs->key)); in visit()
1856 cs->push(new ExpStatement(loc, tmp)); in visit()
1860 cs->push(new ExpStatement(loc, tmp)); in visit()
1861 cs->push(new ExpStatement(loc, fs->key)); in visit()
3222 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3230 cs->push(new ExpStatement(ss->loc, e)); in visit()
3263 cs->push(new ExpStatement(ss->loc, v)); in visit()
3273 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.c213 void visit(ExpStatement *s) in hasCode()
290 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
296 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
302 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
304 return new ExpStatement(loc, exp); in create()
307 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
394 return new ExpStatement(s->loc, de); in toStatement()
437 Statements *ExpStatement::flatten(Scope *sc) in flatten()
468 : ExpStatement(loc, exp) in DtorExpStatement()
1343 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c85 void visit(ExpStatement *s) in visit()
723 st->push(new ExpStatement(loc, var)); in visit()
1449 s = new ExpStatement(loc, e); in visit()
1596 cs->push(new ExpStatement(loc, fs->key)); in visit()
1597 cs->push(new ExpStatement(loc, tmp)); in visit()
1601 cs->push(new ExpStatement(loc, tmp)); in visit()
1602 cs->push(new ExpStatement(loc, fs->key)); in visit()
2953 cs->push(new ExpStatement(ss->loc, e)); in visit()
2986 cs->push(new ExpStatement(ss->loc, v)); in visit()
2996 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
H A Dstatement.h26 class ExpStatement; variable
96 virtual ExpStatement *isExpStatement() { return NULL; } in isExpStatement()
133 class ExpStatement : public Statement
138 ExpStatement(Loc loc, Expression *exp);
139 ExpStatement(Loc loc, Dsymbol *s);
140 static ExpStatement *create(Loc loc, Expression *exp);
145 ExpStatement *isExpStatement() { return this; } in isExpStatement()
149 class DtorExpStatement : public ExpStatement
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstatement.c231 void visit(ExpStatement *s) in hasCode()
308 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
314 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
320 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
322 return new ExpStatement(loc, exp); in create()
325 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
412 return new ExpStatement(s->loc, de); in toStatement()
462 Statements *ExpStatement::flatten(Scope *sc) in flatten()
493 : ExpStatement(loc, exp) in DtorExpStatement()
1485 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c81 void visit(ExpStatement *s) in visit()
1706 s = new ExpStatement(loc, e); in visit()
1853 cs->push(new ExpStatement(loc, fs->key)); in visit()
1854 cs->push(new ExpStatement(loc, tmp)); in visit()
1858 cs->push(new ExpStatement(loc, tmp)); in visit()
1859 cs->push(new ExpStatement(loc, fs->key)); in visit()
3187 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3195 cs->push(new ExpStatement(ss->loc, e)); in visit()
3229 cs->push(new ExpStatement(ss->loc, v)); in visit()
3239 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.c231 void visit(ExpStatement *s) in hasCode()
308 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
314 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
320 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
322 return new ExpStatement(loc, exp); in create()
325 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
412 return new ExpStatement(s->loc, de); in toStatement()
462 Statements *ExpStatement::flatten(Scope *sc) in flatten()
493 : ExpStatement(loc, exp) in DtorExpStatement()
1485 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c81 void visit(ExpStatement *s) in visit()
1706 s = new ExpStatement(loc, e); in visit()
1853 cs->push(new ExpStatement(loc, fs->key)); in visit()
1854 cs->push(new ExpStatement(loc, tmp)); in visit()
1858 cs->push(new ExpStatement(loc, tmp)); in visit()
1859 cs->push(new ExpStatement(loc, fs->key)); in visit()
3187 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3195 cs->push(new ExpStatement(ss->loc, e)); in visit()
3229 cs->push(new ExpStatement(ss->loc, v)); in visit()
3239 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.c231 void visit(ExpStatement *s) in hasCode()
308 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function
314 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
320 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
322 return new ExpStatement(loc, exp); in create()
325 Statement *ExpStatement::syntaxCopy() in syntaxCopy()
412 return new ExpStatement(s->loc, de); in toStatement()
462 Statements *ExpStatement::flatten(Scope *sc) in flatten()
493 : ExpStatement(loc, exp) in DtorExpStatement()
1485 *sentry = new ExpStatement(loc, v); in scopeCode()
[all …]
H A Dstatementsem.c81 void visit(ExpStatement *s) in visit()
1706 s = new ExpStatement(loc, e); in visit()
1853 cs->push(new ExpStatement(loc, fs->key)); in visit()
1854 cs->push(new ExpStatement(loc, tmp)); in visit()
1858 cs->push(new ExpStatement(loc, tmp)); in visit()
1859 cs->push(new ExpStatement(loc, fs->key)); in visit()
3187 cs->push(new ExpStatement(ss->loc, tmp)); in visit()
3195 cs->push(new ExpStatement(ss->loc, e)); in visit()
3229 cs->push(new ExpStatement(ss->loc, v)); in visit()
3239 cs->push(new ExpStatement(ss->loc, e)); in visit()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h24 class ExpStatement; variable
131ExpStatement *isExpStatement() { return stmt == STMTexp ? (ExpStatement*)t… in isExpStatement()
184 class ExpStatement : public Statement
189 static ExpStatement *create(Loc loc, Expression *exp);
190 ExpStatement *syntaxCopy();
195 class DtorExpStatement : public ExpStatement

12345678