Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEvalContext.h39 virtual bool hasSourceFile(const std::string & name)=0;
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h78 virtual bool hasSourceFile(const std::string & name);
H A DConversionController.cpp70 bool ConversionController::hasSourceFile(const std::string & name) in hasSourceFile() function in ConversionController
77 if (!hasSourceFile(name)) in getSourceFile()
H A DElftosbAST.cpp450 functionResult = static_cast<uint32_t>(mgr->hasSourceFile(*m_sourceFile)); in reduce()
555 if (manager->hasSourceFile(m_constantName)) in reduce()