Home
last modified time | relevance | path

Searched refs:VarDeclarationStatement (Results 1 – 25 of 45) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
H A DMethodExpression.java660 body[0] = new VarDeclarationStatement(where, v[n++], right); in inlineMethod()
663 body[i + 1] = new VarDeclarationStatement(where, v[n++], args[i]); in inlineMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
H A DMethodExpression.java660 body[0] = new VarDeclarationStatement(where, v[n++], right); in inlineMethod()
663 body[i + 1] = new VarDeclarationStatement(where, v[n++], args[i]); in inlineMethod()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DVarDeclarationStatement.java40 class VarDeclarationStatement extends Statement { class
47 public VarDeclarationStatement(long where, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
51 public VarDeclarationStatement(long where, LocalMember field, Expression expr) { in VarDeclarationStatement() method in VarDeclarationStatement
212 VarDeclarationStatement s = (VarDeclarationStatement)clone(); in copyInline()
H A DNewInstanceExpression.java396 body[1] = new VarDeclarationStatement(where, v[1], outerArg); in inlineNewInstance()
401 body[i+o] = new VarDeclarationStatement(where, v[i+o], args[i]); in inlineNewInstance()
/dports/www/node10/node-v10.24.1/deps/v8/src/torque/
H A Dast.h62 V(VarDeclarationStatement) \
442 struct VarDeclarationStatement : Statement { struct
443 DEFINE_AST_NODE_LEAF_BOILERPLATE(VarDeclarationStatement)
444 VarDeclarationStatement(SourcePosition p, std::string n, TypeExpression* t, in VarDeclarationStatement() argument
473 ForLoopStatement(SourcePosition p, base::Optional<VarDeclarationStatement*> d, in ForLoopStatement()
480 base::Optional<VarDeclarationStatement*> var_declaration;
488 ForOfLoopStatement(SourcePosition p, VarDeclarationStatement* d, in ForOfLoopStatement()
497 VarDeclarationStatement* var_declaration;
H A Dast-generator.cc314 new VarDeclarationStatement{Pos(context), in visitVariableDeclaration()
322 VarDeclarationStatement* result = in visitVariableDeclarationWithInitialization()
323 VarDeclarationStatement::cast(context->variableDeclaration() in visitVariableDeclarationWithInitialization()
325 .as<VarDeclarationStatement*>()); in visitVariableDeclarationWithInitialization()
461 VarDeclarationStatement::cast(init->accept(this).as<Statement*>()); in visitForLoop()
472 .as<VarDeclarationStatement*>(), in visitForOfLoop()
H A Dimplementation-visitor.h138 const Type* Visit(VarDeclarationStatement* stmt);
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dast.h65 V(VarDeclarationStatement) \
743 struct VarDeclarationStatement : Statement { struct
744 DEFINE_AST_NODE_LEAF_BOILERPLATE(VarDeclarationStatement)
745 VarDeclarationStatement(
790 var_declaration = VarDeclarationStatement::cast(*declaration); in ForLoopStatement()
792 base::Optional<VarDeclarationStatement*> var_declaration;
1300 inline VarDeclarationStatement* MakeConstDeclarationStatement( in MakeConstDeclarationStatement()
1302 return MakeNode<VarDeclarationStatement>( in MakeConstDeclarationStatement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dast.h65 V(VarDeclarationStatement) \
743 struct VarDeclarationStatement : Statement { struct
744 DEFINE_AST_NODE_LEAF_BOILERPLATE(VarDeclarationStatement)
745 VarDeclarationStatement(
790 var_declaration = VarDeclarationStatement::cast(*declaration); in ForLoopStatement()
792 base::Optional<VarDeclarationStatement*> var_declaration;
1290 inline VarDeclarationStatement* MakeConstDeclarationStatement( in MakeConstDeclarationStatement()
1292 return MakeNode<VarDeclarationStatement>( in MakeConstDeclarationStatement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dast.h64 V(VarDeclarationStatement) \
728 struct VarDeclarationStatement : Statement { struct
729 DEFINE_AST_NODE_LEAF_BOILERPLATE(VarDeclarationStatement)
730 VarDeclarationStatement(
775 var_declaration = VarDeclarationStatement::cast(*declaration); in ForLoopStatement()
777 base::Optional<VarDeclarationStatement*> var_declaration;
H A Dimplementation-visitor.h525 const Type* Visit(VarDeclarationStatement* stmt);
526 const Type* Visit(VarDeclarationStatement* stmt,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DParser.java910 addArgument(new VarDeclarationStatement(pos, parseExpression())); in parseDeclaration()
913 addArgument(new VarDeclarationStatement(pos, parseExpression())); in parseDeclaration()
1851 new VarDeclarationStatement(p, new LocalMember(body), null) in parseLocalClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DParser.java910 addArgument(new VarDeclarationStatement(pos, parseExpression())); in parseDeclaration()
913 addArgument(new VarDeclarationStatement(pos, parseExpression())); in parseDeclaration()
1851 new VarDeclarationStatement(p, new LocalMember(body), null) in parseLocalClass()

12