OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_cfun
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-inline.cc
4810
struct function *
dst_cfun
;
5018
dst_cfun
= DECL_STRUCT_FUNCTION (id->dst_fn);
5020
if (!(
dst_cfun
->curr_properties & PROP_gimple_lomp_dev)
5022
&& (simduid = ssa_default_def (
dst_cfun
, simduid)) != NULL_TREE
5031
profile_status_for_fn (
dst_cfun
) = PROFILE_ABSENT;
5038
dst_cfun
->curr_properties &= src_properties | ~prop_mask;
5039
dst_cfun
->calls_eh_return |= id->src_cfun->calls_eh_return;
4809
struct function *
dst_cfun
;
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc
4779
struct function *
dst_cfun
;
4986
dst_cfun
= DECL_STRUCT_FUNCTION (id->dst_fn);
4988
if (!(
dst_cfun
->curr_properties & PROP_gimple_lomp_dev)
4990
&& (simduid = ssa_default_def (
dst_cfun
, simduid)) != NULL_TREE
4999
profile_status_for_fn (
dst_cfun
) = PROFILE_ABSENT;
5006
dst_cfun
->curr_properties &= src_properties | ~prop_mask;
5007
dst_cfun
->calls_eh_return |= id->src_cfun->calls_eh_return;
4778
struct function *
dst_cfun
;
local
Completed in 24 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026