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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp412 : ExprASTNode(other), m_functionName(), m_sourceFile()
414 m_functionName = new std::string(*other.m_functionName);
425 if (m_functionName.get() && m_sourceFile.get())
427 printf("%s ( %s )\n", m_functionName->c_str(), m_sourceFile->c_str());
433 if (!(m_functionName && m_sourceFile))
448 if (*m_functionName == "exists")
H A DElftosbAST.h376 SourceFileFunctionASTNode(std::string * functionName, std::string * sourceFileName) : ExprASTNode(), m_functionName(functionName), m_sourceFile(sourceFileName) {}
387 std::string * getFunctionName() { return m_functionName; }
391 smart_ptr<std::string> m_functionName; member in class:elftosb::SourceFileFunctionASTNode

Completed in 83 milliseconds