Home
last modified time | relevance | path

Searched refs:EmptyStatement (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/dports/math/amath/amath-1.8.5/src/main/statement/
H A Dempty.cpp32 EmptyStatement::EmptyStatement() : in EmptyStatement() function in EmptyStatement
37 EmptyStatement::~EmptyStatement() in ~EmptyStatement()
41 char* EmptyStatement::Execute() in Execute()
H A Dempty.h42 class EmptyStatement : public virtual StatementNode
45 EmptyStatement();
46 ~EmptyStatement();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DEmptyStatement.java32 public class EmptyStatement extends Statement { class
43 createPropertyList(EmptyStatement.class, properyList); in createPropertyList()
70 EmptyStatement(AST ast) { in EmptyStatement() method in EmptyStatement
86 EmptyStatement result = new EmptyStatement(target); in clone0()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DEmptyStatement.java15 public class EmptyStatement extends AstNode { class
21 public EmptyStatement() { in EmptyStatement() method in EmptyStatement
24 public EmptyStatement(int pos) { in EmptyStatement() method in EmptyStatement
28 public EmptyStatement(int pos, int len) { in EmptyStatement() method in EmptyStatement
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/
H A Dempty_statement.ex1 defmodule ESTree.EmptyStatement do module
2 @type t :: %ESTree.EmptyStatement{ type: binary, loc: ESTree.SourceLocation.t | nil }
3 defstruct type: "EmptyStatement", loc: nil
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments_test.go9 statement := &EmptyStatement{file.Idx(1)}
29 statement1 := &EmptyStatement{file.Idx(1)}
30 statement2 := &EmptyStatement{file.Idx(2)}
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DEmptyStatement.java18 public class EmptyStatement extends Statement { class
20 public EmptyStatement(int startPosition, int endPosition) { in EmptyStatement() method in EmptyStatement
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp37 clang::syntax::EmptyStatement *
39 auto *S = new (A.allocator()) clang::syntax::EmptyStatement; in createEmptyStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp37 clang::syntax::EmptyStatement *
39 auto *S = new (A.allocator()) clang::syntax::EmptyStatement; in createEmptyStatement()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp37 clang::syntax::EmptyStatement *
39 auto *S = new (A.allocator()) clang::syntax::EmptyStatement; in createEmptyStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp37 clang::syntax::EmptyStatement *
39 auto *S = new (A.allocator()) clang::syntax::EmptyStatement; in createEmptyStatement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h47 EmptyStatement, enumerator
170 class EmptyStatement final : public Statement {
172 EmptyStatement() : Statement(NodeKind::EmptyStatement) {} in EmptyStatement() function
174 return N->kind() == NodeKind::EmptyStatement; in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DNodes.h47 EmptyStatement, enumerator
170 class EmptyStatement final : public Statement {
172 EmptyStatement() : Statement(NodeKind::EmptyStatement) {} in EmptyStatement() function
174 return N->kind() == NodeKind::EmptyStatement; in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/Syntax/
H A DSynthesis.cpp112 case syntax::NodeKind::EmptyStatement: in allocateTree()
113 return new (A.getAllocator()) syntax::EmptyStatement; in allocateTree()
227 syntax::EmptyStatement *clang::syntax::createEmptyStatement(syntax::Arena &A) { in createEmptyStatement()
228 return cast<EmptyStatement>( in createEmptyStatement()
230 NodeKind::EmptyStatement)); in createEmptyStatement()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DEmptyStatement.java21 public class EmptyStatement extends Statement { class
23 public EmptyStatement(int startPosition, int endPosition) { in EmptyStatement() method in EmptyStatement
/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/ast/
H A DEmptyStatement.java20 public class EmptyStatement extends Statement { class
22 public EmptyStatement(int startPosition, int endPosition) { in EmptyStatement() method in EmptyStatement
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DEmptyStatement.java24 public class EmptyStatement extends Statement { class
26 public EmptyStatement(int startPosition, int endPosition) { in EmptyStatement() method in EmptyStatement

12345678910>>...29