OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_call_string
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc
385
return
get_call_string
()[depth].get_caller_function ();
722
return before_stmt (get_supernode (), 0,
get_call_string
());
724
return after_supernode (get_supernode (),
get_call_string
());
729
return before_stmt (get_supernode (), next_idx,
get_call_string
());
731
return after_supernode (get_supernode (),
get_call_string
());
748
if (&point_a.
get_call_string
()
749
!= &point_b.
get_call_string
())
program-point.h
203
const call_string &
get_call_string
() const { return *m_call_string; }
function in class:ana::program_point
248
return
get_call_string
().length () + 1;
engine.cc
1785
const call_string &cs_at_longjmp = longjmp_point.
get_call_string
();
1786
const call_string &cs_at_setjmp = setjmp_point.
get_call_string
();
1954
setjmp_point.
get_call_string
());
2517
const call_string &call_string_a = point_a.
get_call_string
();
2518
const call_string &call_string_b = point_b.
get_call_string
();
2895
= &get_or_create_per_call_string_data (point.
get_call_string
())->m_stats;
3619
&& &point_2.
get_call_string
() == &point.
get_call_string
())
3848
this_point->
get_call_string
());
3858
if (new_point.
get_call_string
().calc_recursion_depth (
[
all
...]
infinite-recursion.cc
607
const call_string &call_string = enode->get_point ().
get_call_string
();
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc
687
return before_stmt (get_supernode (), 0,
get_call_string
());
689
return after_supernode (get_supernode (),
get_call_string
());
694
return before_stmt (get_supernode (), next_idx,
get_call_string
());
696
return after_supernode (get_supernode (),
get_call_string
());
engine.cc
1519
const call_string &cs_at_longjmp = longjmp_point.
get_call_string
();
1520
const call_string &cs_at_setjmp = setjmp_point.
get_call_string
();
1687
setjmp_point.
get_call_string
());
2231
const call_string &call_string_a = point_a.
get_call_string
();
2232
const call_string &call_string_b = point_b.
get_call_string
();
2608
= &get_or_create_per_call_string_data (point.
get_call_string
())->m_stats;
3327
&& point_2.
get_call_string
() == point.
get_call_string
())
3555
this_point->
get_call_string
());
3565
if (new_point.
get_call_string
().calc_recursion_depth (
[
all
...]
program-point.h
200
const call_string &
get_call_string
() const { return m_call_string; }
function in class:ana::program_point
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026