OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_really_on
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
passes.cc
957
bool is_on,
is_really_on
;
960
is_really_on
= override_gate_status (pass, current_function_decl, is_on);
970
((!is_on) == (!
is_really_on
) ? ""
971
: (
is_really_on
? " (FORCED_ON)" : " (FORCED_OFF)")));
956
bool is_on,
is_really_on
;
local
/src/external/gpl3/gcc.old/dist/gcc/
passes.cc
957
bool is_on,
is_really_on
;
960
is_really_on
= override_gate_status (pass, current_function_decl, is_on);
970
((!is_on) == (!
is_really_on
) ? ""
971
: (
is_really_on
? " (FORCED_ON)" : " (FORCED_OFF)")));
956
bool is_on,
is_really_on
;
local
Completed in 81 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026