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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 3880 static GTY(()) unsigned int source_location_id;
3914 ASM_GENERATE_INTERNAL_LABEL (tmp_name, "Lsrc_loc", source_location_id++);
3879 static GTY(()) unsigned int source_location_id; variable
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 3271 static GTY(()) unsigned int source_location_id;
3306 ASM_GENERATE_INTERNAL_LABEL (tmp_name, "Lsrc_loc", source_location_id++);
3270 static GTY(()) unsigned int source_location_id; variable

Completed in 21 milliseconds