Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h106 OperationSequence * convertCallStatement(CallStatementASTNode * statement);
H A DConversionController.cpp640 return convertCallStatement(call); in convertOneStatement()
719 OperationSequence * ConversionController::convertCallStatement(CallStatementASTNode * statement) in convertCallStatement() function in ConversionController