HomeSort by: relevance | last modified time | path
    Searched refs:is_on (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 712 int is_on();
899 if ((is_on() || n->force_tprint())
928 if (is_on())
985 if (!is_on()) {
1010 if (!is_on())
1026 if (!is_on()) {
1107 if (!is_on())
1337 if (!is_on())
1425 if (is_on()) {
1458 if (is_on())
1720 int real_output_file::is_on() function in class:real_output_file
    [all...]
node.h 543 int is_on; member in class:suppress_node
  /src/external/gpl3/gcc.old/dist/gcc/
passes.cc 949 /* Dump the instantiated name for PASS. IS_ON indicates if PASS
957 bool is_on, is_really_on;
959 is_on = pass->gate (cfun);
960 is_really_on = override_gate_status (pass, current_function_decl, is_on);
969 is_on ? " ON" : " OFF",
970 ((!is_on) == (!is_really_on) ? ""
956 bool is_on, is_really_on; local

Completed in 39 milliseconds