Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp743 IntConstExprASTNode * intNode = dynamic_cast<IntConstExprASTNode*>(argExprNode); in convertCallStatement() local
744 if (!intNode) in convertCallStatement()
749 arg = intNode->getValue(); in convertCallStatement()
839 IntConstExprASTNode * intNode = dynamic_cast<IntConstExprASTNode*>(modeExprNode); in convertModeStatement() local
840 if (!intNode) in convertModeStatement()
845 op->setBootMode(intNode->getValue()); in convertModeStatement()
880 IntConstExprASTNode * intNode = dynamic_cast<IntConstExprASTNode*>(conditionalExpr); in convertIfStatement() local
881 if (!intNode) in convertIfStatement()
887 if (intNode->getValue() && statement->getIfStatements()) in convertIfStatement()
1102 IntConstExprASTNode * intNode = dynamic_cast<IntConstExprASTNode*>(exprNode); in createSourceFromNode() local
[all …]