Home
last modified time | relevance | path

Searched refs:ScopeStatement (Results 1 – 25 of 136) sorted by relevance

123456

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/scriptsys/
H A Dscopestatement.cpp30 DENG2_PIMPL_NOREF(ScopeStatement) in DENG2_PIMPL_NOREF() argument
37 ScopeStatement::ScopeStatement() : d(new Impl) in ScopeStatement() function in de::ScopeStatement
40 ScopeStatement::ScopeStatement(Expression *identifier, Expression *superRecords) in ScopeStatement() function in de::ScopeStatement
47 Compound &ScopeStatement::compound() in compound()
52 void ScopeStatement::execute(Context &context) const in execute()
76 void ScopeStatement::operator >> (Writer &to) const in operator >>()
81 void ScopeStatement::operator << (Reader &from) in operator <<()
H A Dstatement.cpp98 result.reset(new ScopeStatement); in constructFrom()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/scriptsys/
H A Dscopestatement.h35 class ScopeStatement : public Statement
38 ScopeStatement();
39 ScopeStatement(Expression *identifier, Expression *superRecords);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h35 class ScopeStatement; variable
130ScopeStatement *isScopeStatement() { return stmt == STMTscope ? (ScopeStatement*… in isScopeStatement()
251 class ScopeStatement : public Statement
257 ScopeStatement *syntaxCopy();
H A Darraytypes.h55 typedef Array<class ScopeStatement *> ScopeStatements;
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
H A Dstatement.c222 void visit(ScopeStatement *) {} in hasCode()
655 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() function
662 Statement *ScopeStatement::syntaxCopy() in syntaxCopy()
664 return new ScopeStatement(loc, statement ? statement->syntaxCopy() : NULL, endloc); in syntaxCopy()
667 ReturnStatement *ScopeStatement::isReturnStatement() in isReturnStatement()
674 bool ScopeStatement::hasBreak() in hasBreak()
680 bool ScopeStatement::hasContinue() in hasContinue()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
H A Dstatement.c223 void visit(ScopeStatement *) {} in hasCode()
663 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() function
670 Statement *ScopeStatement::syntaxCopy() in syntaxCopy()
672 return new ScopeStatement(loc, statement ? statement->syntaxCopy() : NULL, endloc); in syntaxCopy()
675 ReturnStatement *ScopeStatement::isReturnStatement() in isReturnStatement()
682 bool ScopeStatement::hasBreak() in hasBreak()
688 bool ScopeStatement::hasContinue() in hasContinue()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
H A Dstatement.c223 void visit(ScopeStatement *) {} in hasCode()
663 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() function
670 Statement *ScopeStatement::syntaxCopy() in syntaxCopy()
672 return new ScopeStatement(loc, statement ? statement->syntaxCopy() : NULL, endloc); in syntaxCopy()
675 ReturnStatement *ScopeStatement::isReturnStatement() in isReturnStatement()
682 bool ScopeStatement::hasBreak() in hasBreak()
688 bool ScopeStatement::hasContinue() in hasContinue()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
H A Dstatement.c222 void visit(ScopeStatement *) {} in hasCode()
655 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() function
662 Statement *ScopeStatement::syntaxCopy() in syntaxCopy()
664 return new ScopeStatement(loc, statement ? statement->syntaxCopy() : NULL, endloc); in syntaxCopy()
667 ReturnStatement *ScopeStatement::isReturnStatement() in isReturnStatement()
674 bool ScopeStatement::hasBreak() in hasBreak()
680 bool ScopeStatement::hasContinue() in hasContinue()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
H A Dstatement.c223 void visit(ScopeStatement *) {} in hasCode()
663 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() function
670 Statement *ScopeStatement::syntaxCopy() in syntaxCopy()
672 return new ScopeStatement(loc, statement ? statement->syntaxCopy() : NULL, endloc); in syntaxCopy()
675 ReturnStatement *ScopeStatement::isReturnStatement() in isReturnStatement()
682 bool ScopeStatement::hasBreak() in hasBreak()
688 bool ScopeStatement::hasContinue() in hasContinue()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.h39 class ScopeStatement; variable
95 virtual ScopeStatement *isScopeStatement() { return NULL; } in isScopeStatement()
217 class ScopeStatement : public Statement
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
225 ScopeStatement *isScopeStatement() { return this; } in isScopeStatement()
H A Darraytypes.h54 typedef Array<class ScopeStatement *> ScopeStatements;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Darraytypes.h55 typedef Array<class ScopeStatement *> ScopeStatements;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Darraytypes.h55 typedef Array<class ScopeStatement *> ScopeStatements;
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Darraytypes.h55 typedef Array<class ScopeStatement *> ScopeStatements;

123456