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

  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.h 47 void setOptionContext(OptionContext * context) { m_options = context; }
57 OptionContext * m_options; //!< Global option context. member in class:elftosb::BootImageGenerator
BootImageGenerator.h 47 void setOptionContext(OptionContext * context) { m_options = context; }
57 OptionContext * m_options; //!< Global option context. member in class:elftosb::BootImageGenerator
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.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
  /src/external/bsd/elftosb/dist/common/
OptionDictionary.h 102 option_map_t m_options; //!< The option dictionary. member in class:elftosb::OptionDictionary
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
OptionDictionary.h 102 option_map_t m_options; //!< The option dictionary. member in class:elftosb::OptionDictionary
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
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
  /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...]
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...]
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...]
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 84 milliseconds