Home
last modified time | relevance | path

Searched refs:intSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp571 int_size_t intSize = context.getVariableSize(*m_constantName); in reduce() local
572 switch (intSize) in reduce()
H A DElftosbAST.h508 …ntSizeExprASTNode(ExprASTNode * expr, int_size_t intSize) : ExprASTNode(), m_expr(expr), m_size(in… in IntSizeExprASTNode() argument