HomeSort by: relevance | last modified time | path
    Searched refs:m_options (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
OptionDictionary.cpp 16 option_map_t::iterator it = m_options.begin();
17 for (; it != m_options.end(); ++it)
34 bool hasIt = (m_options.find(name) != m_options.end());
52 option_map_t::const_iterator it = m_options.find(name);
53 if (it == m_options.end())
84 option_map_t::iterator it = m_options.find(name);
88 if (it != m_options.end())
107 m_options[name] = newValue;
114 if (m_options.find(name) != m_options.end()
    [all...]
OutputSection.h 24 OutputSection() : m_id(0), m_options(0) {}
25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {}
35 inline void setOptions(OptionContext * context) { m_options = context; }
38 inline const OptionContext * getOptions() const { return m_options; }
42 smart_ptr<OptionContext> m_options; //!< Options associated with just this section. member in class:elftosb::OutputSection
SourceFile.h 51 inline void setOptions(OptionContext * context) { m_options = context; }
54 inline const OptionContext * getOptions() const { return m_options; }
127 smart_ptr<OptionContext> m_options; //!< Table of option values. member in class:elftosb::SourceFile
OptionDictionary.h 102 option_map_t m_options; //!< The option dictionary. member in class:elftosb::OptionDictionary
  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.cpp 26 if (!m_options)
35 if (m_options->hasOption(kProductVersionOption))
37 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kProductVersionOption));
50 if (m_options->hasOption(kComponentVersionOption))
52 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kComponentVersionOption));
67 if (m_options->hasOption(kDriveTagOption))
69 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kDriveTagOption));
BootImageGenerator.h 47 void setOptionContext(OptionContext * context) { m_options = context; }
57 OptionContext * m_options; //!< Global option context. member in class:elftosb::BootImageGenerator
EncoreBootImageGenerator.cpp 56 if (!m_options)
61 if (m_options->hasOption(kFlagsOption))
63 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kFlagsOption));
ElftosbAST.h 153 OptionsBlockASTNode(ListASTNode * options) : ASTNode(), m_options(options) {}
155 inline ListASTNode * getOptions() { return m_options; }
160 smart_ptr<ListASTNode> m_options; member in class:elftosb::OptionsBlockASTNode
211 inline void setOptions(ListASTNode * options) { m_options = options; }
217 inline ListASTNode * getOptions() { return m_options; }
224 smart_ptr<ListASTNode> m_options; member in class:elftosb::CommandFileASTNode
752 m_options = options;
757 return m_options;
762 smart_ptr<ListASTNode> m_options; member in class:elftosb::SectionContentsASTNode
ElftosbAST.cpp 130 : ASTNode(), m_options(), m_constants(), m_sources(), m_sections()
135 : ASTNode(other), m_options(), m_constants(), m_sources(), m_sections()
137 m_options = dynamic_cast<ListASTNode*>(other.m_options->clone());
149 if (m_options) m_options->printTree(indent + 2);
  /src/external/gpl3/gcc/dist/gcc/config/arc/
genoptions.awk 71 m_options = m_options "EnumValue\nEnum(processor_type) String(" \
84 print m_options
genmultilib.awk 157 # m_options <-> MULTILIB_OPTIONS Makefile
163 m_options = "\nMULTILIB_OPTIONS = "
170 m_options = m_options sep "mcpu=" cores[c]
189 print m_options
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
genoptions.awk 71 m_options = m_options "EnumValue\nEnum(processor_type) String(" \
84 print m_options
genmultilib.awk 157 # m_options <-> MULTILIB_OPTIONS Makefile
163 m_options = "\nMULTILIB_OPTIONS = "
170 m_options = m_options sep "mcpu=" cores[c]
189 print m_options
  /src/external/gpl3/gcc/dist/gcc/config/avr/
genmultilib.awk 43 # m_options <-> MULTILIB_OPTIONS
48 m_options = "\nMULTILIB_OPTIONS = "
135 # according -mmcu= options to m_options.
155 m_options = m_options m_sep option[core]
234 print m_options " " opt_tiny " " opt_rcall " " opt_double "/" opt_long_double
253 print m_options " " opt_tiny " " opt_rcall " " opt_double
259 print m_options " " opt_tiny " " opt_rcall " " opt_long_double
265 print m_options " " opt_tiny " " opt_rcall
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
genmultilib.awk 43 # m_options <-> MULTILIB_OPTIONS
48 m_options = "\nMULTILIB_OPTIONS = "
135 # according -mmcu= options to m_options.
155 m_options = m_options m_sep option[core]
234 print m_options " " opt_tiny " " opt_rcall " " opt_double "/" opt_long_double
253 print m_options " " opt_tiny " " opt_rcall " " opt_double
259 print m_options " " opt_tiny " " opt_rcall " " opt_long_double
265 print m_options " " opt_tiny " " opt_rcall
  /src/external/gpl3/gdb.old/dist/gdb/
f-valprint.c 129 m_options (options),
142 bool cont = should_continue && (m_elts < m_options->print_max);
194 bool repeated = (m_options->repeat_count_threshold < UINT_MAX
198 <= m_options->print_max)
209 if (nrepeats >= m_options->repeat_count_threshold)
226 m_stream, m_options);
237 if (m_elts < m_options->print_max)
240 m_stream, m_options);
265 if (m_options->repeat_count_threshold < UINT_MAX
284 if (!repeated || last_p || m_elts + 1 == m_options->print_max
404 const struct value_print_options *m_options = nullptr; variable in typeref:struct:value_print_options
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
f-valprint.c 129 m_options (options),
142 bool cont = should_continue && (m_elts < m_options->print_max);
194 bool repeated = (m_options->repeat_count_threshold < UINT_MAX
198 <= m_options->print_max)
209 if (nrepeats >= m_options->repeat_count_threshold)
226 m_stream, m_options);
237 if (m_elts < m_options->print_max)
240 m_stream, m_options);
265 if (m_options->repeat_count_threshold < UINT_MAX
284 if (!repeated || last_p || m_elts + 1 == m_options->print_max
404 const struct value_print_options *m_options = nullptr; variable in typeref:struct:value_print_options
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 434 const diagnostic_source_printing_options &m_options; member in class:__anon13576::layout
1198 : m_options (context.m_source_printing),
1241 if (m_options.show_ruler_p)
1242 show_ruler (m_x_offset_display + m_options.max_width);
1387 gcc_assert (m_options.show_line_numbers_p);
1570 const int merger_distance = m_options.show_line_numbers_p ? 1 : 0;
1619 m_linenum_width = MAX (m_linenum_width, m_options.min_margin_width - 1);
1633 const int max_width = m_options.max_width;
1667 if (m_options.show_line_numbers_p)
1714 if (m_options.show_line_numbers_p
    [all...]

Completed in 24 milliseconds