Home
last modified time | relevance | path

Searched refs:m_fndecl (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.cc297 m_fndecl (fndecl), m_arg_idx (arg_idx) in possible_null_arg()
307 && m_fndecl == sub_other.m_fndecl in subclass_equal_p()
323 inform_nonnull_attribute (m_fndecl, m_arg_idx); in emit()
341 tree m_fndecl; member in ana::__anond4e7297b0111::possible_null_arg
389 m_fndecl (fndecl), m_arg_idx (arg_idx) in null_arg()
399 && m_fndecl == sub_other.m_fndecl in subclass_equal_p()
413 inform_nonnull_attribute (m_fndecl, m_arg_idx); in emit()
425 tree m_fndecl; member in ana::__anond4e7297b0111::null_arg
H A Dsm-signal.cc218 : m_sm (sm), m_fndecl (fndecl) {} in register_signal_handler()
228 function *handler_fun = DECL_STRUCT_FUNCTION (m_fndecl); in impl_transition()
250 tree m_fndecl; member in ana::__anon74af30610111::register_signal_handler
H A Dchecker-path.h80 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth), in checker_event()
88 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl()
106 tree m_fndecl; variable
H A Dchecker-path.cc206 return make_label_text (can_colorize, "entry to %qE", m_fndecl); in get_desc()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcall-info.h38 tree get_fndecl () const { return m_fndecl; } in get_fndecl()
50 tree m_fndecl; variable
H A Dcall-info.cc135 m_fndecl (cd.get_fndecl_for_call ()) in call_info()
137 gcc_assert (m_fndecl); in call_info()
H A Dsvalue.h1589 : m_type (type), m_fndecl (fndecl),
1601 hstate.add_ptr (m_fndecl);
1610 && m_fndecl == other.m_fndecl
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;
1638 m_fndecl (fndecl),
1659 tree get_fndecl () const { return m_fndecl; }
[all …]
H A Dsm-signal.cc256 : m_sm (sm), m_fndecl (fndecl) {} in register_signal_handler()
266 function *handler_fun = DECL_STRUCT_FUNCTION (m_fndecl); in impl_transition()
288 tree m_fndecl; member in ana::__anond54aed140111::register_signal_handler
H A Dsm-malloc.cc1013 m_fndecl (fndecl), m_arg_idx (arg_idx) in possible_null_arg()
1023 && m_fndecl == sub_other.m_fndecl in subclass_equal_p()
1043 inform_nonnull_attribute (m_fndecl, m_arg_idx); in emit()
1049 label_text arg_desc = describe_argument_index (m_fndecl, m_arg_idx); in describe_final_event()
1065 tree m_fndecl; member in ana::__anon3582e62e0111::possible_null_arg
1117 m_fndecl (fndecl), m_arg_idx (arg_idx) in null_arg()
1127 && m_fndecl == sub_other.m_fndecl in subclass_equal_p()
1152 inform_nonnull_attribute (m_fndecl, m_arg_idx); in emit()
1158 label_text arg_desc = describe_argument_index (m_fndecl, m_arg_idx); in describe_final_event()
1172 tree m_fndecl; member in ana::__anon3582e62e0111::null_arg
H A Dchecker-path.h87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth), in checker_event()
95 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl()
121 tree m_fndecl; variable
H A Dregion.h421 m_fndecl (fndecl)
432 tree get_fndecl () const { return m_fndecl; }
435 tree m_fndecl;
H A Dengine.cc2439 m_fndecl (fndecl) in tainted_args_function_custom_event()
2448 m_fndecl); in get_desc()
2452 tree m_fndecl; member in ana::tainted_args_function_custom_event
2462 : m_fndecl (fndecl) in tainted_args_function_info()
2483 (DECL_SOURCE_LOCATION (m_fndecl), m_fndecl, 0)); in add_events_to_path()
2487 tree m_fndecl; member in ana::tainted_args_function_info
2891 m_fndecl, m_field); in get_desc()
2905 : m_field (field), m_fndecl (fndecl), m_loc (loc) in tainted_args_call_info()
2934 (new tainted_args_callback_custom_event (m_loc, m_fndecl, 0, m_field)); in add_events_to_path()
2939 tree m_fndecl; member in ana::tainted_args_call_info
H A Dregion.cc937 dump_quoted_tree (pp, m_fndecl); in dump_to_pp()
942 dump_quoted_tree (pp, m_fndecl); in dump_to_pp()
H A Dsvalue.cc1985 pp_printf (pp, "CONST_FN_RESULT(%qD, {", m_fndecl); in dump_to_pp()
1996 pp_printf (pp, "CONST_FN_RESULT(%qD, {", m_fndecl); in dump_to_pp()
H A Dchecker-path.cc242 return make_label_text (can_colorize, "entry to %qE", m_fndecl); in get_desc()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.c950 else if (DECL_CONTEXT (t) != m_fndecl) in carry_over_param()
953 DECL_CONTEXT (new_parm) = m_fndecl; in carry_over_param()
1032 DECL_CONTEXT (new_parm) = m_fndecl; in common_initialization()
1235 tree orig_type = TREE_TYPE (m_fndecl); in modify_formal_parameters()
1236 DECL_ARGUMENTS (m_fndecl) = get_new_param_chain (); in modify_formal_parameters()
1239 if (fndecl_built_in_p (m_fndecl)) in modify_formal_parameters()
1240 set_decl_built_in_function (m_fndecl, NOT_BUILT_IN, 0); in modify_formal_parameters()
1249 TREE_TYPE (m_fndecl) = new_type; in modify_formal_parameters()
1250 DECL_VIRTUAL_P (m_fndecl) = 0; in modify_formal_parameters()
1251 DECL_LANG_SPECIFIC (m_fndecl) = NULL; in modify_formal_parameters()
[all …]
H A Ddiagnostic-path.h110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl()
119 tree m_fndecl; variable
H A Dipa-param-manipulation.cc1054 else if (DECL_CONTEXT (t) != m_fndecl) in carry_over_param()
1057 DECL_CONTEXT (new_parm) = m_fndecl; in carry_over_param()
1373 DECL_CONTEXT (new_parm) = m_fndecl; in common_initialization()
1552 tree orig_type = TREE_TYPE (m_fndecl); in modify_formal_parameters()
1553 DECL_ARGUMENTS (m_fndecl) = get_new_param_chain (); in modify_formal_parameters()
1556 if (fndecl_built_in_p (m_fndecl)) in modify_formal_parameters()
1557 set_decl_built_in_function (m_fndecl, NOT_BUILT_IN, 0); in modify_formal_parameters()
1577 TREE_TYPE (m_fndecl) = new_type; in modify_formal_parameters()
1578 DECL_VIRTUAL_P (m_fndecl) = 0; in modify_formal_parameters()
1579 DECL_LANG_SPECIFIC (m_fndecl) = NULL; in modify_formal_parameters()
[all …]
H A Dtree-diagnostic-path.cc122 m_fndecl (initial_event.get_fndecl ()), in event_range()
197 tree m_fndecl; member
338 if (range->m_fndecl) in print_path_summary_as_text()
340 print_fndecl (pp, range->m_fndecl, true); in print_path_summary_as_text()
H A Dipa-param-manipulation.h386 tree m_fndecl; variable
H A Ddiagnostic.c1876 : m_loc (loc), m_fndecl (fndecl), m_depth (depth), m_desc (xstrdup (desc)) in simple_diagnostic_event()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c950 else if (DECL_CONTEXT (t) != m_fndecl) in carry_over_param()
953 DECL_CONTEXT (new_parm) = m_fndecl; in carry_over_param()
1032 DECL_CONTEXT (new_parm) = m_fndecl; in common_initialization()
1235 tree orig_type = TREE_TYPE (m_fndecl); in modify_formal_parameters()
1236 DECL_ARGUMENTS (m_fndecl) = get_new_param_chain (); in modify_formal_parameters()
1239 if (fndecl_built_in_p (m_fndecl)) in modify_formal_parameters()
1240 set_decl_built_in_function (m_fndecl, NOT_BUILT_IN, 0); in modify_formal_parameters()
1249 TREE_TYPE (m_fndecl) = new_type; in modify_formal_parameters()
1250 DECL_VIRTUAL_P (m_fndecl) = 0; in modify_formal_parameters()
1251 DECL_LANG_SPECIFIC (m_fndecl) = NULL; in modify_formal_parameters()
[all …]
H A Ddiagnostic-path.h110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl()
119 tree m_fndecl; variable
H A Dtree-diagnostic-path.cc128 m_fndecl (initial_event.get_fndecl ()), in event_range()
203 tree m_fndecl; member
342 if (range->m_fndecl) in print()
344 print_fndecl (pp, range->m_fndecl, true); in print()
H A Dipa-param-manipulation.h389 tree m_fndecl; variable

12