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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.h 38 tree get_fndecl () const { return m_fndecl; }
50 tree m_fndecl; member in class:ana::call_info
sm-signal.cc 256 : m_sm (sm), m_fndecl (fndecl) {}
266 function *handler_fun = DECL_STRUCT_FUNCTION (m_fndecl);
288 tree m_fndecl; member in class:ana::__anon15219::register_signal_handler
checker-path.h 87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth),
95 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; }
121 tree m_fndecl; member in class:ana::checker_event
region.h 421 m_fndecl (fndecl)
432 tree get_fndecl () const { return m_fndecl; }
435 tree m_fndecl; member in class:ana::function_region
svalue.h 1589 : m_type (type), m_fndecl (fndecl),
1601 hstate.add_ptr (m_fndecl);
1610 && m_fndecl == other.m_fndecl
1619 /* Use m_fndecl to mark empty/deleted. */
1620 void mark_deleted () { m_fndecl = reinterpret_cast<tree> (1); }
1621 void mark_empty () { m_fndecl = NULL; }
1624 return m_fndecl == reinterpret_cast<tree> (1);
1626 bool is_empty () const { return m_fndecl == NULL; }
1629 tree m_fndecl; member in struct:ana::const_fn_result_svalue::key_t
1669 tree m_fndecl; member in class:ana::const_fn_result_svalue
    [all...]
sm-malloc.cc 1013 m_fndecl (fndecl), m_arg_idx (arg_idx)
1023 && m_fndecl == sub_other.m_fndecl
1043 inform_nonnull_attribute (m_fndecl, m_arg_idx);
1049 label_text arg_desc = describe_argument_index (m_fndecl, m_arg_idx);
1065 tree m_fndecl; member in class:ana::__anon15216::possible_null_arg
1117 m_fndecl (fndecl), m_arg_idx (arg_idx)
1127 && m_fndecl == sub_other.m_fndecl
1152 inform_nonnull_attribute (m_fndecl, m_arg_idx)
1172 tree m_fndecl; member in class:ana::__anon15216::null_arg
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.h 38 tree get_fndecl () const { return m_fndecl; }
51 tree m_fndecl; member in class:ana::call_info
inlining-iterator.h 49 m_callsite (UNKNOWN_LOCATION), m_fndecl (NULL),
63 tree get_fndecl () const { return m_fndecl; }
74 m_fndecl = NULL;
82 m_fndecl = ao;
90 if (m_fndecl)
98 m_fndecl = block;
105 tree m_fndecl; member in class:inlining_iterator
checker-path.cc 290 struct chain_element { tree m_block; tree m_fndecl; }; member in struct:ana::chain_element
296 ce.m_fndecl = iter.get_fndecl ();
316 elements[element_idx - 1].m_fndecl,
317 ce.m_fndecl,
sm-signal.cc 252 : m_sm (sm), m_fndecl (fndecl) {}
262 function *handler_fun = DECL_STRUCT_FUNCTION (m_fndecl);
287 tree m_fndecl; member in class:ana::__anon12597::register_signal_handler
call-details.cc 433 : m_fndecl (fndecl),
447 return m_fndecl == other.m_fndecl;
460 m_fndecl);
465 inform (DECL_SOURCE_LOCATION (m_fndecl),
467 m_fndecl); variable
476 m_fndecl);
494 tree m_fndecl; member in class:ana::overlapping_buffers
checker-event.h 34 : m_loc (loc), m_fndecl (fndecl), m_depth (depth)
38 tree m_fndecl; member in struct:ana::event_loc_info
region.h 468 m_fndecl (fndecl)
479 tree get_fndecl () const { return m_fndecl; }
482 tree m_fndecl; member in class:ana::function_region
svalue.h 1647 : m_type (type), m_fndecl (fndecl),
1659 hstate.add_ptr (m_fndecl);
1668 && m_fndecl == other.m_fndecl
1677 /* Use m_fndecl to mark empty/deleted. */
1678 void mark_deleted () { m_fndecl = reinterpret_cast<tree> (1); }
1679 void mark_empty () { m_fndecl = NULL; }
1682 return m_fndecl == reinterpret_cast<tree> (1);
1684 bool is_empty () const { return m_fndecl == NULL; }
1687 tree m_fndecl; member in struct:ana::const_fn_result_svalue::key_t
1728 tree m_fndecl; member in class:ana::const_fn_result_svalue
    [all...]
kf.cc 768 : m_fndecl (fndecl), m_reg (reg),
780 return (m_fndecl == other.m_fndecl
803 m_fndecl, m_var_decl);
806 m_fndecl);
813 "setenv", m_fndecl);
823 m_fndecl, m_var_decl);
826 m_fndecl);
836 tree m_fndecl; // non-NULL member in class:ana::putenv_of_auto_var
sm-malloc.cc 1081 m_fndecl (fndecl), m_arg_idx (arg_idx)
1092 && m_fndecl == sub_other.m_fndecl
1110 inform_nonnull_attribute (m_fndecl, m_arg_idx);
1116 label_text arg_desc = describe_argument_index (m_fndecl, m_arg_idx);
1131 tree m_fndecl; member in class:ana::__anon12594::possible_null_arg
1198 m_fndecl (fndecl), m_arg_idx (arg_idx)
1209 && m_fndecl == sub_other.m_fndecl
1233 inform_nonnull_attribute (m_fndecl, m_arg_idx)
1252 tree m_fndecl; member in class:ana::__anon12594::null_arg
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-path.h 110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; }
119 tree m_fndecl; member in class:simple_diagnostic_event
ipa-param-manipulation.h 387 tree m_fndecl; member in class:ipa_param_body_adjustments
tree-diagnostic-path.cc 122 m_fndecl (initial_event.get_fndecl ()),
197 tree m_fndecl; member in struct:__anon16329::event_range
338 if (range->m_fndecl)
340 print_fndecl (pp, range->m_fndecl, true);
489 doesn't have access to trees (for m_fndecl). */
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h 215 tree get_fndecl () const final override { return m_fndecl; }
236 tree m_fndecl; member in class:simple_diagnostic_event
ipa-param-manipulation.h 389 tree m_fndecl; member in class:ipa_param_body_adjustments
tree-diagnostic-path.cc 170 m_fndecl (initial_event.get_fndecl ()),
245 tree m_fndecl; member in struct:__anon13906::event_range
407 if (range->m_fndecl)
409 print_fndecl (pp, range->m_fndecl, true);
659 doesn't have access to trees (for m_fndecl). */

Completed in 58 milliseconds