OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_cfun
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
function.cc
4758
set_cfun (struct function *
new_cfun
, bool force)
4760
if (cfun !=
new_cfun
|| force)
4762
cfun =
new_cfun
;
4763
invoke_set_current_function_hook (
new_cfun
?
new_cfun
->decl : NULL_TREE);
4772
/* Push the current cfun onto the stack, and set cfun to
new_cfun
. Also set
4776
push_cfun (struct function *
new_cfun
)
4781
current_function_decl =
new_cfun
?
new_cfun
->decl : NULL_TREE;
4782
set_cfun (
new_cfun
);
4773
struct function *
new_cfun
= cfun_stack.pop ();
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
function.cc
4769
set_cfun (struct function *
new_cfun
, bool force)
4771
if (cfun !=
new_cfun
|| force)
4773
cfun =
new_cfun
;
4774
invoke_set_current_function_hook (
new_cfun
?
new_cfun
->decl : NULL_TREE);
4783
/* Push the current cfun onto the stack, and set cfun to
new_cfun
. Also set
4787
push_cfun (struct function *
new_cfun
)
4792
current_function_decl =
new_cfun
?
new_cfun
->decl : NULL_TREE;
4793
set_cfun (
new_cfun
);
4784
struct function *
new_cfun
= cfun_stack.pop ();
local
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026