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

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.h 28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE,
parse.cc 393 if (gfc_current_state () == COMP_NONE
3979 gfc_compile_state new_state = COMP_NONE, current_state;
3995 current_state = COMP_NONE;
4054 && current_state == COMP_NONE)
7139 top.state = COMP_NONE;
decl.cc 4780 if ((gfc_current_state () == COMP_NONE && gfc_error_flag_test ())
7471 case COMP_NONE:
7532 if (gfc_current_state () != COMP_NONE
8034 if (gfc_current_state () != COMP_NONE
8458 case COMP_NONE:
module.cc 770 if (gfc_current_state () != COMP_NONE)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.h 28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE,
parse.cc 340 if (gfc_current_state () == COMP_NONE
3748 gfc_compile_state new_state = COMP_NONE, current_state;
3764 current_state = COMP_NONE;
3822 && current_state == COMP_NONE)
6709 top.state = COMP_NONE;
decl.cc 4724 if ((gfc_current_state () == COMP_NONE && gfc_error_flag_test ())
7400 case COMP_NONE:
7461 if (gfc_current_state () != COMP_NONE
7963 if (gfc_current_state () != COMP_NONE
8387 case COMP_NONE:
module.cc 770 if (gfc_current_state () != COMP_NONE)
  /src/crypto/external/bsd/openssh/dist/
kex.h 63 #define COMP_NONE 0
sshd-auth.c 797 if (options.compression == COMP_NONE)
kex.c 855 comp->type = COMP_NONE;
servconf.c 449 options->compression = COMP_NONE;
1439 { "no", COMP_NONE },
readconf.c 1129 { "no", COMP_NONE },

Completed in 52 milliseconds