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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-in.cc 1176 bool is_default_def; local
1182 is_default_def = (streamer_read_uchar (ib) != 0);
1186 if (is_default_def)
lto-streamer-in.cc 1176 bool is_default_def; local
1182 is_default_def = (streamer_read_uchar (ib) != 0);
1186 if (is_default_def)
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-in.cc 1154 bool is_default_def; local
1160 is_default_def = (streamer_read_uchar (ib) != 0);
1164 if (is_default_def)
lto-streamer-in.cc 1154 bool is_default_def; local
1160 is_default_def = (streamer_read_uchar (ib) != 0);
1164 if (is_default_def)

Completed in 76 milliseconds