/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm-malloc.cc | 297 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 D | sm-signal.cc | 218 : 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 D | checker-path.h | 80 : 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 D | checker-path.cc | 206 return make_label_text (can_colorize, "entry to %qE", m_fndecl); in get_desc()
|
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | call-info.h | 38 tree get_fndecl () const { return m_fndecl; } in get_fndecl() 50 tree m_fndecl; variable
|
H A D | call-info.cc | 135 m_fndecl (cd.get_fndecl_for_call ()) in call_info() 137 gcc_assert (m_fndecl); in call_info()
|
H A D | svalue.h | 1589 : 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 D | sm-signal.cc | 256 : 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 D | sm-malloc.cc | 1013 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 D | checker-path.h | 87 : 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 D | region.h | 421 m_fndecl (fndecl) 432 tree get_fndecl () const { return m_fndecl; } 435 tree m_fndecl;
|
H A D | engine.cc | 2439 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 D | region.cc | 937 dump_quoted_tree (pp, m_fndecl); in dump_to_pp() 942 dump_quoted_tree (pp, m_fndecl); in dump_to_pp()
|
H A D | svalue.cc | 1985 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 D | checker-path.cc | 242 return make_label_text (can_colorize, "entry to %qE", m_fndecl); in get_desc()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.c | 950 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 D | diagnostic-path.h | 110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl() 119 tree m_fndecl; variable
|
H A D | ipa-param-manipulation.cc | 1054 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 D | tree-diagnostic-path.cc | 122 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 D | ipa-param-manipulation.h | 386 tree m_fndecl; variable
|
H A D | diagnostic.c | 1876 : 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 D | ipa-param-manipulation.c | 950 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 D | diagnostic-path.h | 110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl() 119 tree m_fndecl; variable
|
H A D | tree-diagnostic-path.cc | 128 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 D | ipa-param-manipulation.h | 389 tree m_fndecl; variable
|