Home
last modified time | relevance | path

Searched refs:UnrolledLoopStatement (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h158UnrolledLoopStatement *isUnrolledLoopStatement() { return stmt == STMTunrolledLoop ? (UnrolledLoop… in isUnrolledLoopStatement()
239 class UnrolledLoopStatement : public Statement
244 UnrolledLoopStatement *syntaxCopy();
H A Dsapply.d77 override void visit(UnrolledLoopStatement s) in visit()
H A Dstatement_rewrite_walker.d66 override void visit(UnrolledLoopStatement s) in visit()
H A Dstatement_rewrite_walker.h46 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.c625 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
631 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
640 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
643 bool UnrolledLoopStatement::hasBreak() in hasBreak()
648 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.c633 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
639 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
648 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
651 bool UnrolledLoopStatement::hasBreak() in hasBreak()
656 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.c633 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
639 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
648 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
651 bool UnrolledLoopStatement::hasBreak() in hasBreak()
656 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.c625 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
631 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
640 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
643 bool UnrolledLoopStatement::hasBreak() in hasBreak()
648 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.c633 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
639 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
648 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
651 bool UnrolledLoopStatement::hasBreak() in hasBreak()
656 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.c625 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
631 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
640 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
643 bool UnrolledLoopStatement::hasBreak() in hasBreak()
648 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
H A Dstatement.c654 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
660 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
669 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
672 bool UnrolledLoopStatement::hasBreak() in hasBreak()
677 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dstatement_rewrite_walker.h46 void visit(UnrolledLoopStatement *s) in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
H A Dstatement.c654 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
660 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
669 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
672 bool UnrolledLoopStatement::hasBreak() in hasBreak()
677 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dstatement_rewrite_walker.h46 void visit(UnrolledLoopStatement *s) in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dsapply.c63 void visit(UnrolledLoopStatement *s) in visit()
H A Dstatement.c654 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement() function
660 Statement *UnrolledLoopStatement::syntaxCopy() in syntaxCopy()
669 return new UnrolledLoopStatement(loc, a); in syntaxCopy()
672 bool UnrolledLoopStatement::hasBreak() in hasBreak()
677 bool UnrolledLoopStatement::hasContinue() in hasContinue()
H A Dstatement_rewrite_walker.h46 void visit(UnrolledLoopStatement *s) in visit()

12345