HomeSort by: relevance | last modified time | path
    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 50 milliseconds