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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 65 static locus gcc_attribute_locus; variable
756 gcc_attribute_locus = old_loc;
1286 && memcmp (&gfc_current_locus, &gcc_attribute_locus,
2523 memset (&gcc_attribute_locus, '\0', sizeof (locus));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 65 static locus gcc_attribute_locus; variable
756 gcc_attribute_locus = old_loc;
1282 && memcmp (&gfc_current_locus, &gcc_attribute_locus,
2519 memset (&gcc_attribute_locus, '\0', sizeof (locus));

Completed in 28 milliseconds