OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ModeStatementASTNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
1069
#pragma mark =
ModeStatementASTNode
=
1071
ModeStatementASTNode
::
ModeStatementASTNode
(const
ModeStatementASTNode
& other)
1077
void
ModeStatementASTNode
::printTree(int indent) const
ElftosbAST.h
860
class
ModeStatementASTNode
: public StatementASTNode
863
ModeStatementASTNode
() : StatementASTNode(), m_modeExpr() {}
864
ModeStatementASTNode
(ExprASTNode * modeExpr) : StatementASTNode(), m_modeExpr(modeExpr) {}
865
ModeStatementASTNode
(const
ModeStatementASTNode
& other);
867
virtual ASTNode * clone() const { return new
ModeStatementASTNode
(*this); }
869
virtual std::string nodeName() const { return "
ModeStatementASTNode
"; }
Completed in 28 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026