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

1 2 3

  /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)
  /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)
  /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
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;
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;
auto_array_test.cpp 46 int m_value; member in class:test_array
280 t[i].m_value = i * 2;
283 ATF_REQUIRE_EQ(t[i].m_value, i * 2);
  /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
  /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_
  /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
  /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_
  /src/external/gpl3/gcc/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_unknown () const { return m_value == TS_UNKNOWN; }
42 bool is_true () const { return m_value == TS_TRUE; }
43 bool is_false () const { return m_value == TS_FALSE; }
51 return m_value == other.m_value;
56 return m_value != other.m_value;
62 enum value m_value; member in class:tristate
    [all...]
  /src/external/gpl3/gcc/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/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_
  /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_
  /src/external/bsd/atf/dist/atf-c++/detail/
auto_array_test.cpp 48 int m_value; member in class:test_array
282 t[i].m_value = i * 2;
285 ATF_REQUIRE_EQ(t[i].m_value, i * 2);
  /src/external/bsd/kyua-cli/dist/utils/
auto_array_test.cpp 51 int m_value; member in class:__anon6976::test_array
298 t[i].m_value = i * 2;
301 ATF_REQUIRE_EQ(t[i].m_value, i * 2);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
fractional-cost.h 31 : m_value (uint64_t (int_value) * SCALE) {}
54 explicit operator bool () const { return m_value != 0; }
57 double as_double () const { return double (m_value) / SCALE; }
61 constexpr fractional_cost (uint64_t value, raw) : m_value (value) {}
69 uint64_t m_value; member in class:fractional_cost
77 : m_value (CEIL (uint64_t (a) * SCALE, uint64_t (b)))
85 uint64_t sum = m_value + other.m_value;
86 return { sum >= m_value ? sum : ~uint64_t (0), RAW };
99 uint64_t diff = m_value - other.m_value
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
fractional-cost.h 31 : m_value (uint64_t (int_value) * SCALE) {}
54 explicit operator bool () const { return m_value != 0; }
57 double as_double () const { return double (m_value) / SCALE; }
61 constexpr fractional_cost (uint64_t value, raw) : m_value (value) {}
69 uint64_t m_value; member in class:fractional_cost
77 : m_value (CEIL (uint64_t (a) * SCALE, uint64_t (b)))
85 uint64_t sum = m_value + other.m_value;
86 return { sum >= m_value ? sum : ~uint64_t (0), RAW };
99 uint64_t diff = m_value - other.m_value
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
map.c 46 void *m_value; member in struct:map_entry
63 me->m_value = value;
92 return me->m_value;
136 return me->m_value;
214 free(me->m_value);
373 free(me->m_value);
376 me->m_value = value;

Completed in 41 milliseconds

1 2 3