OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:point_a
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc
515
Return negative if
POINT_A
is before POINT_B
516
Return positive if
POINT_A
is after POINT_B
520
function_point::cmp_within_supernode_1 (const function_point &
point_a
,
523
gcc_assert (
point_a
.get_supernode () == point_b.get_supernode ());
525
switch (
point_a
.m_kind)
538
if (
point_a
.m_from_edge)
539
a_src_idx =
point_a
.m_from_edge->m_src->m_index;
560
return
point_a
.m_stmt_idx - point_b.m_stmt_idx;
584
Return negative if
POINT_A
is before POINT_B
585
Return positive if
POINT_A
is after POINT_
736
function_point *
point_a
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc
531
Return negative if
POINT_A
is before POINT_B
532
Return positive if
POINT_A
is after POINT_B
536
function_point::cmp_within_supernode_1 (const function_point &
point_a
,
539
gcc_assert (
point_a
.get_supernode () == point_b.get_supernode ());
541
switch (
point_a
.m_kind)
554
if (
point_a
.m_from_edge)
555
a_src_idx =
point_a
.m_from_edge->m_src->m_index;
576
return
point_a
.m_stmt_idx - point_b.m_stmt_idx;
600
Return negative if
POINT_A
is before POINT_B
601
Return positive if
POINT_A
is after POINT_
811
function_point *
point_a
;
local
[
all
...]
Completed in 49 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026