Searched refs:dataNode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1072 DataSource * ConversionController::createSourceFromNode(ASTNode * dataNode) argument
1074 assert(dataNode);
1085 if (stringNode = dynamic_cast<StringConstASTNode*>(dataNode))
1092 else if (blobNode = dynamic_cast<BlobConstASTNode*>(dataNode))
1098 else if (exprNode = dynamic_cast<ExprASTNode*>(dataNode))
1111 else if (sourceNode = dynamic_cast<SourceASTNode*>(dataNode))
1117 else if (sectionNode = dynamic_cast<SectionASTNode*>(dataNode))
1135 else if (matchListNode = dynamic_cast<SectionMatchListASTNode*>(dataNode))
1168 else if (ivtNode = dynamic_cast<IVTConstASTNode*>(dataNode))
1174 throw semantic_error(format_string("line %d: unexpected load data node type", dataNode
[all...]
H A DConversionController.h117 DataSource * createSourceFromNode(ASTNode * dataNode);

Completed in 166 milliseconds