OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goto_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc
1473
gimple *
goto_t
= gsi_stmt (last);
local
1476
if (simple_goto_p (
goto_t
))
1478
tree dest = gimple_goto_dest (
goto_t
);
1481
e->goto_locus = gimple_location (
goto_t
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc
1391
gimple *
goto_t
= gsi_stmt (last);
local
1394
if (simple_goto_p (
goto_t
))
1396
tree dest = gimple_goto_dest (
goto_t
);
1399
e->goto_locus = gimple_location (
goto_t
);
Completed in 24 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026