OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_functionName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
412
: 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")
ElftosbAST.h
376
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
;
Completed in 60 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026