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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.h 139 const function &get_function () const { return m_fun; }
140 tree get_fndecl () const { return m_fun.decl; }
146 : m_fun (fun)
151 const function &m_fun; member in class:ana::state_purge_per_tree
state-purge.cc 96 m_fun (fun)
170 return m_map->get_or_create_data_for_decl (m_fun, decl);
175 const function &m_fun; member in class:gimple_op_visitor
594 = supergraph_call_edge (snode->m_fun,
909 = supergraph_call_edge (snode->m_fun,
supergraph.h 239 : m_fun (fun), m_bb (bb), m_returning_call (returning_call),
243 function *get_function () const { return m_fun; }
247 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun);
252 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun);
302 function * const m_fun; // alternatively could be stored as runs of indices within the supergraph member in class:ana::supernode
region.h 312 : m_calling_frame (calling_frame), m_fun (&fun)
321 hstate.add_ptr (m_fun);
328 && m_fun == other.m_fun);
331 void mark_deleted () { m_fun = reinterpret_cast<function *> (1); }
332 void mark_empty () { m_fun = NULL; }
335 return m_fun == reinterpret_cast<function *> (1);
337 bool is_empty () const { return m_fun == NULL; }
340 const function *m_fun; member in struct:ana::frame_region::key_t
347 m_fun (fun), m_index (index
379 const function &m_fun; member in class:ana::frame_region
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.h 138 function *get_function () const { return m_fun; }
139 tree get_fndecl () const { return m_fun->decl; }
145 : m_fun (fun)
150 function *m_fun; member in class:ana::state_purge_per_tree
state-purge.cc 103 m_fun (fun)
177 return m_map->get_or_create_data_for_decl (m_fun, decl);
182 function *m_fun; member in class:gimple_op_visitor
589 = supergraph_call_edge (snode->m_fun,
900 = supergraph_call_edge (snode->m_fun,
supergraph.h 232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call),
236 function *get_function () const { return m_fun; }
240 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun);
245 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun);
293 function * const m_fun; // alternatively could be stored as runs of indices within the supergraph member in class:ana::supernode
region.h 265 : m_calling_frame (calling_frame), m_fun (fun)
275 hstate.add_ptr (m_fun);
281 return (m_calling_frame == other.m_calling_frame && m_fun == other.m_fun);
284 void mark_deleted () { m_fun = reinterpret_cast<function *> (1); }
285 void mark_empty () { m_fun = NULL; }
288 return m_fun == reinterpret_cast<function *> (1);
290 bool is_empty () const { return m_fun == NULL; }
293 function *m_fun; member in struct:ana::frame_region::key_t
300 m_fun (fun), m_index (index
332 function *m_fun; member in class:ana::frame_region
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
language.h 879 m_fun = other.m_fun;
893 m_fun = nullptr;
899 lazily_set_language_ftype *m_fun;
896 lazily_set_language_ftype *m_fun; member in class:scoped_restore_current_language
  /src/external/gpl3/gdb.old/dist/gdb/
language.h 854 m_fun = other.m_fun;
868 m_fun = nullptr;
874 lazily_set_language_ftype *m_fun;
871 lazily_set_language_ftype *m_fun; member in class:scoped_restore_current_language
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadbackward.cc 134 function *m_fun; member in class:back_threader
156 m_fun = fun;
925 FOR_EACH_BB_FN (bb, m_fun)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadbackward.cc 122 function *m_fun; member in class:back_threader
143 m_fun = fun;
899 FOR_EACH_BB_FN (bb, m_fun)

Completed in 45 milliseconds