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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
error.cc 532 TYPE_HWINT, TYPE_HWUINT, TYPE_CHAR, TYPE_STRING, NOTYPE };
571 arg[i].type = NOTYPE;
676 gcc_assert (arg[pos].type != NOTYPE);
  /src/external/gpl3/gcc/dist/gcc/fortran/
error.cc 540 TYPE_SSIZE, TYPE_PTRDIFF, NOTYPE };
582 arg[i].type = NOTYPE;
705 gcc_assert (arg[pos].type != NOTYPE);
  /src/external/bsd/tmux/dist/
server-client.c 681 enum { NOTYPE,
689 TRIPLE } type = NOTYPE;
754 if (type == NOTYPE) {
774 if (type == NOTYPE)
1060 case NOTYPE:

Completed in 86 milliseconds