OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finseq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc
2289
gimple_seq
finseq
= NULL;
local
2291
c_parser_gimple_compound_statement (parser, &
finseq
);
2300
geh_else *stmt = gimple_build_eh_else (
finseq
, elsseq);
2301
finseq
= NULL;
2302
gimple_seq_add_stmt_without_update (&
finseq
, stmt);
2305
gtry *stmt = gimple_build_try (tryseq,
finseq
, GIMPLE_TRY_FINALLY);
/src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc
2183
gimple_seq
finseq
= NULL;
local
2185
c_parser_gimple_compound_statement (parser, &
finseq
);
2194
geh_else *stmt = gimple_build_eh_else (
finseq
, elsseq);
2195
finseq
= NULL;
2196
gimple_seq_add_stmt_without_update (&
finseq
, stmt);
2199
gtry *stmt = gimple_build_try (tryseq,
finseq
, GIMPLE_TRY_FINALLY);
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026