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_function_point
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h
202
const function_point &
get_function_point
() const { return m_function_point; }
function in class:ana::program_point
region-model.h
1142
const function_point &
get_function_point
() const
function in struct:ana::model_merger
1144
return m_point.
get_function_point
();
program-state.cc
1330
if (!per_ssa.needed_at_point_p (point.
get_function_point
()))
1368
if (!per_decl->needed_at_point_p (point.
get_function_point
()))
svalue.cc
313
merger->
get_function_point
(),
326
merger->
get_function_point
(),
engine.cc
2583
= function_point::cmp_within_supernode (point_a.
get_function_point
(),
2584
point_b.
get_function_point
());
region-model.cc
8691
function_point point (program_point::origin (mgr).
get_function_point
());
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.h
199
const function_point &
get_function_point
() const { return m_function_point; }
function in class:ana::program_point
svalue.h
1118
: m_type (type), m_point (point.
get_function_point
()),
1161
m_point (point.
get_function_point
()),
program-state.cc
1139
if (!per_ssa.needed_at_point_p (point.
get_function_point
()))
1177
if (!per_decl->needed_at_point_p (point.
get_function_point
()))
engine.cc
2297
= function_point::cmp_within_supernode (point_a.
get_function_point
(),
2298
point_b.
get_function_point
());
Completed in 81 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026