OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallthru_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
1365
int return_index, eh_index,
fallthru_index
;
local
1396
fallthru_index
= eh_index + (tf->may_throw && !eh_else);
1397
ndests =
fallthru_index
+ tf->may_fallthru;
1417
fallthru_index
));
1421
tmp = build_int_cst (integer_type_node,
fallthru_index
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
1364
int return_index, eh_index,
fallthru_index
;
local
1395
fallthru_index
= eh_index + (tf->may_throw && !eh_else);
1396
ndests =
fallthru_index
+ tf->may_fallthru;
1416
fallthru_index
));
1420
tmp = build_int_cst (integer_type_node,
fallthru_index
);
Completed in 22 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026