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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.h 30 class call_info : public custom_edge_info class in namespace:ana
46 call_info (const call_details &cd);
53 /* Subclass of call_info for a "success" outcome of a call,
58 class success_call_info : public call_info
64 success_call_info (const call_details &cd) : call_info (cd) {}
67 /* Subclass of call_info for a "failure" outcome of a call,
72 class failed_call_info : public call_info
78 failed_call_info (const call_details &cd) : call_info (cd) {}
call-info.cc 69 /* class call_info : public custom_eedge_info_t. */
71 /* Implementation of custom_edge_info::print vfunc for call_info:
75 call_info::print (pretty_printer *pp) const
83 call_info: add a custom_event using call_info::get_desc as its
87 call_info::add_events_to_path (checker_path *emission_path,
94 const call_info *call_info)
96 m_call_info (call_info)
105 const call_info *m_call_info
133 call_info::call_info (const call_details &cd) function in class:ana::call_info
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.cc 75 /* class call_info : public custom_edge_info. */
77 /* Implementation of custom_edge_info::print vfunc for call_info:
81 call_info::print (pretty_printer *pp) const
88 call_info: add a custom_event using call_info::get_desc as its
92 call_info::add_events_to_path (checker_path *emission_path,
99 const call_info *call_info)
101 m_call_info (call_info)
110 const call_info *m_call_info
139 call_info::call_info (const call_details &cd) function in class:ana::call_info
146 call_info::call_info (const call_details &cd, function in class:ana::call_info
    [all...]
call-info.h 30 class call_info : public custom_edge_info class in namespace:ana
46 call_info (const call_details &cd);
47 call_info (const call_details &cd, const function &called_fn);
54 /* Subclass of call_info for a "success" outcome of a call,
62 class succeed_or_fail_call_info : public call_info
69 : call_info (cd), m_success (success) {}
74 /* Subclass of call_info for a "success" outcome of a call,
87 /* Subclass of call_info for a "failure" outcome of a call,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 1631 call argument described by CALL_INFO. */
1635 scan_call_info *call_info,
1638 isra_call_summary *csum = call_sums->get_create (call_info->cs);
1639 csum->init_inputs (call_info->argument_count);
1641 isra_param_flow *param_flow = &csum->m_arg_flow[call_info->arg_idx];
1663 argument context, CALL_INFO must describe that call and argument position,
1668 basic_block bb, scan_call_info *call_info = NULL)
1803 gcc_checking_assert (call_info);
1806 record_nonregister_call_use (desc, call_info, offset / BITS_PER_UNIT,
1899 scan_call_info call_info, *call_info_p = &call_info local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 376 struct call_info struct
379 struct call_info *next;
392 struct call_info *call_list;
2634 insert_callee (struct function_info *caller, struct call_info *callee)
2636 struct call_info **pp, *p;
2664 copy_callee (struct function_info *caller, const struct call_info *call)
2666 struct call_info *callee;
2728 struct call_info *callee;
2936 struct call_info *callee = bfd_malloc (sizeof *callee);
3258 struct call_info *call, *call_next
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 186 struct call_info struct
198 struct call_info *ci_next;
541 /* Root of the call_info chain. */
542 static struct call_info *call_info_root;
544 /* The last call_info (for functions) structure
547 static struct call_info *last_call_info;
5952 attributes in CALL_INFO. This is not needed for SOM as using
5957 pa_build_unwind_subspace (struct call_info *call_info)
5971 if (call_info->start_symbol == NULL
6905 struct call_info *call_info; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 376 struct call_info struct
379 struct call_info *next;
392 struct call_info *call_list;
2634 insert_callee (struct function_info *caller, struct call_info *callee)
2636 struct call_info **pp, *p;
2664 copy_callee (struct function_info *caller, const struct call_info *call)
2666 struct call_info *callee;
2728 struct call_info *callee;
2936 struct call_info *callee = bfd_malloc (sizeof *callee);
3258 struct call_info *call, *call_next
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 186 struct call_info struct
198 struct call_info *ci_next;
541 /* Root of the call_info chain. */
542 static struct call_info *call_info_root;
544 /* The last call_info (for functions) structure
547 static struct call_info *last_call_info;
5952 attributes in CALL_INFO. This is not needed for SOM as using
5957 pa_build_unwind_subspace (struct call_info *call_info)
5971 if (call_info->start_symbol == NULL
6905 struct call_info *call_info; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 1762 call argument described by CALL_INFO. */
1766 scan_call_info *call_info,
1769 isra_call_summary *csum = call_sums->get_create (call_info->cs);
1770 csum->init_inputs (call_info->argument_count);
1772 isra_param_flow *param_flow = &csum->m_arg_flow[call_info->arg_idx];
1794 argument context, CALL_INFO must describe that call and argument position,
1799 basic_block bb, scan_call_info *call_info = NULL)
1953 gcc_checking_assert (call_info);
1956 record_nonregister_call_use (desc, call_info, offset / BITS_PER_UNIT,
2052 scan_call_info call_info, *call_info_p = &call_info local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 376 struct call_info struct
379 struct call_info *next;
392 struct call_info *call_list;
2630 insert_callee (struct function_info *caller, struct call_info *callee)
2632 struct call_info **pp, *p;
2660 copy_callee (struct function_info *caller, const struct call_info *call)
2662 struct call_info *callee;
2724 struct call_info *callee;
2932 struct call_info *callee = bfd_malloc (sizeof *callee);
3254 struct call_info *call, *call_next
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 379 struct call_info struct
382 struct call_info *next;
395 struct call_info *call_list;
2634 insert_callee (struct function_info *caller, struct call_info *callee)
2636 struct call_info **pp, *p;
2664 copy_callee (struct function_info *caller, const struct call_info *call)
2666 struct call_info *callee;
2728 struct call_info *callee;
2936 struct call_info *callee = bfd_malloc (sizeof *callee);
3258 struct call_info *call, *call_next
    [all...]

Completed in 48 milliseconds