OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BinaryOpExprASTNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
591
#pragma mark =
BinaryOpExprASTNode
=
593
BinaryOpExprASTNode
::
BinaryOpExprASTNode
(const
BinaryOpExprASTNode
& other)
600
void
BinaryOpExprASTNode
::printTree(int indent) const
616
std::string
BinaryOpExprASTNode
::getOperatorName() const
665
ExprASTNode *
BinaryOpExprASTNode
::reduce(EvalContext & context)
ElftosbAST.h
449
class
BinaryOpExprASTNode
: public ExprASTNode
475
BinaryOpExprASTNode
(ExprASTNode * left, operator_t op, ExprASTNode * right)
480
BinaryOpExprASTNode
(const
BinaryOpExprASTNode
& other);
482
virtual ASTNode * clone() const { return new
BinaryOpExprASTNode
(*this); }
484
virtual std::string nodeName() const { return "
BinaryOpExprASTNode
"; }
Completed in 15 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026