OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_frame_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc
5292
const region *
child_frame_reg
local
5294
ASSERT_EQ (model.get_current_frame (),
child_frame_reg
);
5295
ASSERT_TRUE (model.region_exists_p (
child_frame_reg
));
5300
ASSERT_EQ (x_in_child_reg->maybe_get_frame_region (),
child_frame_reg
);
5320
ASSERT_TRUE (
child_frame_reg
->descendent_of_p (
child_frame_reg
));
5321
ASSERT_TRUE (x_in_child_reg->descendent_of_p (
child_frame_reg
));
5322
ASSERT_FALSE (a_in_parent_reg->descendent_of_p (
child_frame_reg
));
5326
ASSERT_FALSE (model.region_exists_p (
child_frame_reg
));
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc
8021
const region *
child_frame_reg
local
8023
ASSERT_EQ (model.get_current_frame (),
child_frame_reg
);
8024
ASSERT_TRUE (model.region_exists_p (
child_frame_reg
));
8029
ASSERT_EQ (x_in_child_reg->maybe_get_frame_region (),
child_frame_reg
);
8049
ASSERT_TRUE (
child_frame_reg
->descendent_of_p (
child_frame_reg
));
8050
ASSERT_TRUE (x_in_child_reg->descendent_of_p (
child_frame_reg
));
8051
ASSERT_FALSE (a_in_parent_reg->descendent_of_p (
child_frame_reg
));
8055
ASSERT_FALSE (model.region_exists_p (
child_frame_reg
));
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026