Home
last modified time | relevance | path

Searched refs:postfixExpression (Results 1 – 25 of 53) sorted by relevance

123

/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 DTempAssignmentFinder.java70 public boolean visit(PostfixExpression postfixExpression) { in visit() argument
71 if (postfixExpression.getOperand() == null) in visit()
73 if (! (postfixExpression.getOperand() instanceof SimpleName)) in visit()
75 SimpleName simpleName= (SimpleName)postfixExpression.getOperand(); in visit()
79 fFirstAssignment= postfixExpression; in visit()
/dports/devel/cccc/cccc-3.1.6/test/
H A Dprn8.out130 9 64 " -> ?postfixExpression
137 9 47 ; <- ?postfixExpression
188 9 64 " -> postfixExpression
193 9 47 ; <- postfixExpression
238 10 121 fehlertyp -> postfixExpression
243 10 4 ) <- postfixExpression
353 13 121 lvTyp -> postfixExpression
358 13 12 = <- postfixExpression
388 13 64 " -> postfixExpression
395 13 47 ; <- postfixExpression
[all …]
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A DC.g457 postfixExpression
59 | postfixExpression '[' expression ']'
60 | postfixExpression '(' argumentExpressionList? ')'
61 | postfixExpression '.' Identifier
62 | postfixExpression '->' Identifier
63 | postfixExpression '++'
64 | postfixExpression '--'
77 : postfixExpression
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionNodeDetector.java141 public void endVisit(PostfixExpression postfixExpression, BlockScope scope) { in endVisit() argument
142 endVisit(postfixExpression); in endVisit()
308 public boolean visit(PostfixExpression postfixExpression, BlockScope scope) { in visit() argument
309 return this.visit(postfixExpression); in visit()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Parser/
H A DExpressionParser.cpp58 static ExpressionInternal* postfixExpression(Tokenizer& tokenizer) in postfixExpression() function
98 ExpressionInternal* exp = postfixExpression(tokenizer); in unaryExpression()
103 exp = postfixExpression(tokenizer); in unaryExpression()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Parser/
H A DExpressionParser.cpp58 static ExpressionInternal* postfixExpression(Tokenizer& tokenizer) in postfixExpression() function
98 ExpressionInternal* exp = postfixExpression(tokenizer); in unaryExpression()
103 exp = postfixExpression(tokenizer); in unaryExpression()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Parser/
H A DExpressionParser.cpp58 static ExpressionInternal* postfixExpression(Tokenizer& tokenizer) in postfixExpression() function
98 ExpressionInternal* exp = postfixExpression(tokenizer); in unaryExpression()
103 exp = postfixExpression(tokenizer); in unaryExpression()
/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 DSampleASTs.java224 PostfixExpression postfixExpression = target.newPostfixExpression(); in oneOfEach() local
225 z.add(postfixExpression); in oneOfEach()
H A DASTConverterAST3Test.java1803 forStatement.updaters().add(postfixExpression); in test0083()
1835 forStatement.updaters().add(postfixExpression); in test0084()
1867 forStatement.updaters().add(postfixExpression); in test0085()
1886 forStatement.updaters().add(postfixExpression); in test0086()
1910 forStatement.updaters().add(postfixExpression); in test0087()
2889 forStatement.updaters().add(postfixExpression); in test0128()
4062 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0173() local
4063 Expression expr = postfixExpression.getOperand(); in test0173()
4092 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0174() local
4093 Expression expr = postfixExpression.getOperand(); in test0174()
[all …]
H A DASTConverterAST4Test.java1803 forStatement.updaters().add(postfixExpression); in test0083()
1835 forStatement.updaters().add(postfixExpression); in test0084()
1867 forStatement.updaters().add(postfixExpression); in test0085()
1886 forStatement.updaters().add(postfixExpression); in test0086()
1910 forStatement.updaters().add(postfixExpression); in test0087()
2889 forStatement.updaters().add(postfixExpression); in test0128()
4062 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0173() local
4063 Expression expr = postfixExpression.getOperand(); in test0173()
4092 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0174() local
4093 Expression expr = postfixExpression.getOperand(); in test0174()
[all …]
H A DASTConverterAST8Test.java1787 forStatement.updaters().add(postfixExpression); in test0083()
1819 forStatement.updaters().add(postfixExpression); in test0084()
1851 forStatement.updaters().add(postfixExpression); in test0085()
1870 forStatement.updaters().add(postfixExpression); in test0086()
1894 forStatement.updaters().add(postfixExpression); in test0087()
2882 forStatement.updaters().add(postfixExpression); in test0128()
4058 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0173() local
4059 Expression expr = postfixExpression.getOperand(); in test0173()
4088 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0174() local
4089 Expression expr = postfixExpression.getOperand(); in test0174()
[all …]
H A DASTConverterTest.java1879 forStatement.updaters().add(postfixExpression); in test0083()
1913 forStatement.updaters().add(postfixExpression); in test0084()
1947 forStatement.updaters().add(postfixExpression); in test0085()
1966 forStatement.updaters().add(postfixExpression); in test0086()
1990 forStatement.updaters().add(postfixExpression); in test0087()
2994 forStatement.updaters().add(postfixExpression); in test0128()
4188 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0173() local
4189 Expression expr = postfixExpression.getOperand(); in test0173()
4218 PostfixExpression postfixExpression = (PostfixExpression) ex; in test0174() local
4219 Expression expr = postfixExpression.getOperand(); in test0174()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/
H A DSkSLParser.h185 std::unique_ptr<ASTExpression> postfixExpression();
/dports/math/vampire/vampire-4.5.1/Shell/
H A DCParser.hpp368 unsigned postfixExpression(unsigned pos,bool backtrack);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/
H A DSkSLParser.h219 std::unique_ptr<ASTExpression> postfixExpression();
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLParser.h255 ASTNode::ID postfixExpression();
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLParser.h255 ASTNode::ID postfixExpression();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLParser.h255 ASTNode::ID postfixExpression();
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLParser.h255 ASTNode::ID postfixExpression();
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLParser.h255 ASTNode::ID postfixExpression();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLParser.h257 ASTNode::ID postfixExpression();
/dports/devel/antlr/antlr-2.7.7/examples/cpp/flexLexer/
H A Djava.g800 | postfixExpression
804 postfixExpression
819 // the use of postfixExpression in SUPER_CTOR_CALL adds DOT
879 // .ident could match here or in postfixExpression.
888 // postfixExpression on LBRACK RBRACK.
/dports/devel/antlr/antlr-2.7.7/examples/python/java/
H A Djava.g708 | postfixExpression
712 postfixExpression
727 // the use of postfixExpression in SUPER_CTOR_CALL adds DOT
787 // .ident could match here or in postfixExpression.
796 // postfixExpression on LBRACK RBRACK.
/dports/lang/elm/compiler-0.19.1/_cabal_deps/language-glsl-0.3.0/Language/GLSL/
H A DParser.hs324 postfixExpression :: P Expr
325 postfixExpression = do function
389 e <- postfixExpression
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java335 public void endVisit(PostfixExpression postfixExpression, BlockScope scope) { in endVisit() argument
787 public boolean visit(PostfixExpression postfixExpression, BlockScope scope) { in visit() argument

123