Searched refs:m_sources (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.cpp29 m_sources.push_back(*ident);
34 string_vector_t::iterator it = find(m_sources.begin(), m_sources.end(), *ident);
35 return it != m_sources.end();
H A DElftosbLexer.h86 string_vector_t m_sources; //!< Vector of source identifiers; member in class:elftosb::ElftosbLexer
H A DConversionController.cpp47 source_map_t::iterator it = m_sources.begin();
48 for (; it != m_sources.end(); ++it)
72 return m_sources.find(name) != m_sources.end();
82 return m_sources[name];
309 if (m_sources.find(*name) != m_sources.end())
396 m_sources[*name] = file;
796 source_map_t::iterator sourceIt = m_sources.find(*fromSourceName);
797 if (sourceIt == m_sources
[all...]
H A DConversionController.h138 source_map_t m_sources; //!< Map of source names to file objects. member in class:elftosb::ConversionController
H A DElftosbAST.cpp130 : ASTNode(), m_options(), m_constants(), m_sources(), m_sections()
135 : ASTNode(other), m_options(), m_constants(), m_sources(), m_sections()
139 m_sources = dynamic_cast<ListASTNode*>(other.m_sources->clone());
157 if (m_sources) m_sources->printTree(indent + 2);
H A DElftosbAST.h185 SourcesBlockASTNode(ListASTNode * sources) : ASTNode(), m_sources(sources) {}
187 inline ListASTNode * getSources() { return m_sources; }
192 smart_ptr<ListASTNode> m_sources; member in class:elftosb::SourcesBlockASTNode
213 inline void setSources(ListASTNode * sources) { m_sources = sources; }
219 inline ListASTNode * getSources() { return m_sources; }
226 smart_ptr<ListASTNode> m_sources; member in class:elftosb::CommandFileASTNode

Completed in 213 milliseconds