Home
last modified time | relevance | path

Searched refs:LoadStatementASTNode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h918 class LoadStatementASTNode : public StatementASTNode
921 LoadStatementASTNode() in LoadStatementASTNode() function
926 LoadStatementASTNode(ASTNode * data, ASTNode * target) in LoadStatementASTNode() function
931 LoadStatementASTNode(const LoadStatementASTNode & other);
933 virtual ASTNode * clone() const { return new LoadStatementASTNode(*this); } in clone()
H A DElftosbAST.cpp1117 #pragma mark = LoadStatementASTNode =
1119 LoadStatementASTNode::LoadStatementASTNode(const LoadStatementASTNode & other) in LoadStatementASTNode() function in LoadStatementASTNode
1126 void LoadStatementASTNode::printTree(int indent) const in printTree()
H A DConversionController.h105 OperationSequence * convertLoadStatement(LoadStatementASTNode * statement);
H A DConversionController.cpp630 LoadStatementASTNode * load = dynamic_cast<LoadStatementASTNode*>(statement); in convertOneStatement()
688 OperationSequence * ConversionController::convertLoadStatement(LoadStatementASTNode * statement) in convertLoadStatement()
H A Delftosb_parser.y416 LoadStatementASTNode * stmt = new LoadStatementASTNode();
H A Delftosb_parser.tab.cpp1844 LoadStatementASTNode * stmt = new LoadStatementASTNode();