OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegativeExprASTNode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
341
#pragma mark =
NegativeExprASTNode
=
343
NegativeExprASTNode
::
NegativeExprASTNode
(const
NegativeExprASTNode
& other)
349
void
NegativeExprASTNode
::printTree(int indent) const
355
ExprASTNode *
NegativeExprASTNode
::reduce(EvalContext & context)
ElftosbAST.h
327
class
NegativeExprASTNode
: public ExprASTNode
330
NegativeExprASTNode
(ExprASTNode * expr) : ExprASTNode(), m_expr(expr) {}
331
NegativeExprASTNode
(const
NegativeExprASTNode
& other);
333
virtual ASTNode * clone() const { return new
NegativeExprASTNode
(*this); }
335
virtual std::string nodeName() const { return "
NegativeExprASTNode
"; }
elftosb_parser.y
950
$$ = new
NegativeExprASTNode
(dynamic_cast<ExprASTNode*>($2));
elftosb_parser.tab.cpp
2498
(yyval.m_ast) = new
NegativeExprASTNode
(dynamic_cast<ExprASTNode*>((yyvsp[0].m_ast)));
Completed in 20 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026