Home
last modified time | relevance | path

Searched refs:WHILE_STATEMENT (Results 1 – 25 of 38) sorted by relevance

12

/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ControlStructures/
H A DProhibitPostfixControls.pm16 &WHILE_STATEMENT => [96],
27 &WHILE_STATEMENT => 1,
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Modules/
H A DProhibitConditionalUseStatements.pm33 $token_type == WHILE_STATEMENT ||
70 $next_token_type eq WHILE_STATEMENT ||
H A DProhibitExcessMainComplexity.pm51 $token_type == WHILE_STATEMENT ||
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/BuiltinFunctions/
H A DProhibitVoidGrep.pm61 $token_type == WHILE_STATEMENT ||
H A DProhibitVoidMap.pm62 $token_type == WHILE_STATEMENT ||
H A DProhibitBooleanGrep.pm25 $token_type == WHILE_STATEMENT ||
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitConditionalDeclarations.pm37 $token_type == WHILE_STATEMENT ||
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Subroutines/
H A DProhibitExcessComplexity.pm52 $token_type == WHILE_STATEMENT ||
H A DRequireFinalReturn.pm91 $token_type == WHILE_STATEMENT ||
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DWhileStatement.java133 return WHILE_STATEMENT; in getNodeType0()
H A DASTNode.java650 public static final int WHILE_STATEMENT = 61; field in ASTNode
1202 case WHILE_STATEMENT : in nodeClassForType()
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ErrorHandling/
H A DRequireCarping.pm68 $token_type == WHILE_STATEMENT ||
H A DRequireCheckingReturnValueOfEval.pm177 $token_type == WHILE_STATEMENT
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/RegularExpressions/
H A DProhibitCaptureWithoutTest.pm25 &WHILE_STATEMENT => 1,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DJavaAutoIndentStrategy.java597 case ASTNode.WHILE_STATEMENT: in isClosed()
600 …Expression expression= node.getNodeType() == ASTNode.WHILE_STATEMENT ? ((WhileStatement) node).get… in isClosed()
602 …Statement body= node.getNodeType() == ASTNode.WHILE_STATEMENT ? ((WhileStatement) node).getBody() … in isClosed()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/web2c/
H A Dweb2c-parser.y1118 REPETIT_STAT: WHILE_STATEMENT
1123 WHILE_STATEMENT: while_tok
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Constants/
H A DType.pm102 WHILE_STATEMENT => Compiler::Lexer::TokenType::T_WhileStmt, constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/code/
H A DCallInliner.java787 case ASTNode.WHILE_STATEMENT: in initializeInsertionPoint()
845 type == ASTNode.WHILE_STATEMENT || type == ASTNode.DO_STATEMENT; in isControlStatement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DMarkedASTFlattener.java375 case ASTNode.WHILE_STATEMENT : in appendNodeType()

12