OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:override_gate_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
passes.cc
947
static bool
override_gate_status
(opt_pass *, tree, bool);
960
is_really_on =
override_gate_status
(pass, current_function_decl, is_on);
2424
override_gate_status
(opt_pass *pass, tree func, bool gate_status)
2595
gate_status =
override_gate_status
(pass, current_function_decl, gate_status);
2423
override_gate_status
(opt_pass *pass, tree func, bool gate_status)
function
/src/external/gpl3/gcc.old/dist/gcc/
passes.cc
947
static bool
override_gate_status
(opt_pass *, tree, bool);
960
is_really_on =
override_gate_status
(pass, current_function_decl, is_on);
2420
override_gate_status
(opt_pass *pass, tree func, bool gate_status)
2586
gate_status =
override_gate_status
(pass, current_function_decl, gate_status);
2419
override_gate_status
(opt_pass *pass, tree func, bool gate_status)
function
Completed in 16 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026