HomeSort by: relevance | last modified time | path
    Searched defs:goto_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 7056 location_t goto_loc = UNKNOWN_LOCATION;
7086 if (goto_loc)
7089 inform (goto_loc, "first seen here");
7092 goto_loc = loc;
7110 bool is_goto = (goto_loc != UNKNOWN_LOCATION);
7054 location_t goto_loc = UNKNOWN_LOCATION; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 8579 location_t goto_loc = UNKNOWN_LOCATION;
8609 if (goto_loc)
8612 inform (goto_loc, "first seen here");
8615 goto_loc = loc;
8633 bool is_goto = (goto_loc != UNKNOWN_LOCATION);
8577 location_t goto_loc = UNKNOWN_LOCATION; local

Completed in 78 milliseconds