OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_callee
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.cc
57
return (m_caller == other.m_caller &&
m_callee
== other.
m_callee
);
76
return
m_callee
->get_function ();
93
e->
m_callee
->m_index, e->m_caller->m_index,
115
new json::integer_number (e.
m_callee
->m_index));
221
= a_node_pair.
m_callee
->m_index - b_node_pair.
m_callee
->m_index;
250
return m_elements[m_elements.length () - 1].
m_callee
;
329
e->
m_callee
->m_index, e->m_caller->m_index,
call-string.h
52
Each element represents a path from
m_callee
to m_caller which represents
58
: m_caller (caller),
m_callee
(callee)
70
const supernode *
m_callee
;
member in struct:ana::call_string::element_t
123
hstate.add_ptr (k.
m_callee
);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-string.cc
55
return (m_caller == other.m_caller &&
m_callee
== other.
m_callee
);
74
return
m_callee
->get_function ();
130
e->
m_callee
->m_index, e->m_caller->m_index,
152
new json::integer_number (e.
m_callee
->m_index));
251
= a_node_pair.
m_callee
->m_index - b_node_pair.
m_callee
->m_index;
270
return m_elements[m_elements.length () - 1].
m_callee
;
call-string.h
47
Each element represents a path from
m_callee
to m_caller which represents
53
: m_caller (caller),
m_callee
(callee)
65
const supernode *
m_callee
;
member in struct:ana::call_string::element_t
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026