OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catch_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
1775
location_t
catch_loc
= UNKNOWN_LOCATION;
local
1815
if (
catch_loc
== UNKNOWN_LOCATION)
1816
catch_loc
= gimple_location (catch_stmt);
1842
gimple_set_location (eh_dispatch,
catch_loc
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
1774
location_t
catch_loc
= UNKNOWN_LOCATION;
local
1814
if (
catch_loc
== UNKNOWN_LOCATION)
1815
catch_loc
= gimple_location (catch_stmt);
1841
gimple_set_location (eh_dispatch,
catch_loc
);
Completed in 41 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026