OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntSizeExprASTNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
815
#pragma mark =
IntSizeExprASTNode
=
817
IntSizeExprASTNode
::
IntSizeExprASTNode
(const
IntSizeExprASTNode
& other)
823
void
IntSizeExprASTNode
::printTree(int indent) const
848
ExprASTNode *
IntSizeExprASTNode
::reduce(EvalContext & context)
ElftosbAST.h
505
class
IntSizeExprASTNode
: public ExprASTNode
508
IntSizeExprASTNode
(ExprASTNode * expr, int_size_t intSize) : ExprASTNode(), m_expr(expr), m_size(intSize) {}
509
IntSizeExprASTNode
(const
IntSizeExprASTNode
& other);
511
virtual ASTNode * clone() const { return new
IntSizeExprASTNode
(*this); }
513
virtual std::string nodeName() const { return "
IntSizeExprASTNode
"; }
Completed in 17 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026