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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-string.h 50 struct element_t struct in class:ana::call_string
52 element_t (const supernode *caller, const supernode *callee) function in struct:ana::call_string::element_t
57 bool operator== (const element_t &other) const;
58 bool operator!= (const element_t &other) const;
88 element_t pop ();
100 element_t operator[] (unsigned idx) const
108 auto_vec<element_t> m_elements;
call-string.cc 48 /* struct call_string::element_t. */
50 /* call_string::element_t's equality operator. */
53 call_string::element_t::operator== (const call_string::element_t &other) const
58 /* call_string::element_t's inequality operator. */
60 call_string::element_t::operator!= (const call_string::element_t &other) const
66 call_string::element_t::get_caller_function () const
72 call_string::element_t::get_callee_function () const
82 for (const call_string::element_t &e : other.m_elements
    [all...]
program-point.cc 474 const call_string::element_t top_of_stack = m_call_string.pop ();
475 call_string::element_t current_call_string_element (succ->m_dest,
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.h 55 struct element_t struct in class:ana::call_string
57 element_t (const supernode *caller, const supernode *callee) function in struct:ana::call_string::element_t
62 bool operator== (const element_t &other) const;
63 bool operator!= (const element_t &other) const;
98 element_t operator[] (unsigned idx) const
102 const element_t &get_top_of_stack () const
115 typedef element_t key_type;
132 entry.m_key = element_t (NULL, NULL);
145 entry.m_key = element_t (NULL, NULL);
159 call_string (const call_string &parent, const element_t &to_push)
    [all...]
call-string.cc 50 /* struct call_string::element_t. */
52 /* call_string::element_t's equality operator. */
55 call_string::element_t::operator== (const call_string::element_t &other) const
60 /* call_string::element_t's inequality operator. */
62 call_string::element_t::operator!= (const call_string::element_t &other) const
68 call_string::element_t::get_caller_function () const
74 call_string::element_t::get_callee_function () const
86 call_string::element_t *e
    [all...]
program-point.cc 488 const call_string::element_t &top_of_stack
491 call_string::element_t current_call_string_element (succ->m_dest,
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 143 typedef ElementType element_t; typedef in class:text_art::array2
168 void add_row (const element_t &element)
174 const element_t &get (const coord_t &coord) const
180 void set (const coord_t &coord, const element_t &element)
186 void fill (element_t element)
204 std::vector<element_t> m_elements;

Completed in 30 milliseconds