HomeSort by: relevance | last modified time | path
    Searched defs:m_value (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-catch-cpp-exceptions.cc 21 int m_value; member in class:my_exception
25 : m_value (v)
mi-catch-cpp-exceptions.cc 21 int m_value; member in class:my_exception
25 : m_value (v)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-catch-cpp-exceptions.cc 21 int m_value; member in class:my_exception
25 : m_value (v)
mi-catch-cpp-exceptions.cc 21 int m_value; member in class:my_exception
25 : m_value (v)
  /src/external/bsd/elftosb/dist/common/
StringMatcher.h 45 FixedMatcher(const std::string & fixedValue) : m_value(fixedValue) {}
53 return testValue == m_value;
57 const std::string & m_value; //!< The section name to look for. member in class:elftosb::FixedMatcher
StringMatcher.h 45 FixedMatcher(const std::string & fixedValue) : m_value(fixedValue) {}
53 return testValue == m_value;
57 const std::string & m_value; //!< The section name to look for. member in class:elftosb::FixedMatcher
EvalContext.h 85 uint32_t m_value; //!< Variable value. member in struct:elftosb::EvalContext::variable_info_t
OptionDictionary.h 94 Value * m_value; //!< The object for this option's value. member in struct:elftosb::OptionDictionary::OptionValue
98 OptionValue() : m_value(0), m_isLocked(false) {}
EvalContext.h 85 uint32_t m_value; //!< Variable value. member in struct:elftosb::EvalContext::variable_info_t
OptionDictionary.h 94 Value * m_value; //!< The object for this option's value. member in struct:elftosb::OptionDictionary::OptionValue
98 OptionValue() : m_value(0), m_isLocked(false) {}
  /src/external/bsd/atf/dist/tools/
exceptions.hpp 42 T m_value; member in class:tools::not_found_error
58 m_value(value)
76 return m_value;
exceptions.hpp 42 T m_value; member in class:tools::not_found_error
58 m_value(value)
76 return m_value;
test-program.hpp 44 int m_value; member in struct:tools::test_program::test_case_result
50 m_value(-1),
58 m_value(p_value),
72 return m_value;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
bar-chart.h 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {}
50 value_t m_value; member in struct:ana::bar_chart::item
bar-chart.h 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {}
50 value_t m_value; member in struct:ana::bar_chart::item
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 64 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
83 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
node.hpp 64 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
83 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /src/external/gpl3/gcc/dist/gcc/analyzer/
bar-chart.h 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {}
50 value_t m_value; member in struct:ana::bar_chart::item
bar-chart.h 45 : m_name (xstrdup (name)), m_strlen (strlen (name)) , m_value (value) {}
50 value_t m_value; member in struct:ana::bar_chart::item
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 64 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
83 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
node.hpp 64 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
83 value_type m_value; member in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
  /src/external/gpl3/gcc.old/dist/gcc/
splay-tree-utils.h 373 splay_tree_node (T value) : m_value (value), m_children () {}
375 T &value () { return m_value; }
376 const T &value () const { return m_value; }
379 T m_value; member in class:splay_tree_node
tristate.h 34 tristate (enum value val) : m_value (val) {}
35 tristate (bool val) : m_value (val ? TS_TRUE : TS_FALSE) {}
40 bool is_known () const { return m_value != TS_UNKNOWN; }
41 bool is_true () const { return m_value == TS_TRUE; }
42 bool is_false () const { return m_value == TS_FALSE; }
50 return m_value == other.m_value;
55 return m_value != other.m_value;
58 enum value get_value () const { return m_value; }
61 enum value m_value; member in class:tristate
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 83 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ")
91 value_type m_value; member in struct:__gnu_pbds::detail::rb_tree_node_
113 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); }
119 value_type m_value; member in struct:__gnu_pbds::detail::rb_tree_node_
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
node.hpp 68 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; }
83 value_type m_value; member in struct:__gnu_pbds::detail::splay_tree_node_
108 { std::cout << PB_DS_V2F(m_value); }
114 value_type m_value; member in struct:__gnu_pbds::detail::splay_tree_node_

Completed in 70 milliseconds

1 2 3 4 5 6