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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 227 wide_strncmp (const gfc_char_t *s1, const char *s2, size_t n) function
714 if (wide_strncmp (gfc_current_locus.nextc, "#define ", 8) == 0)
722 if (wide_strncmp (gfc_current_locus.nextc, "#undef ", 7) == 0)
2672 && (wide_strncmp (line, "#define ", 8) == 0
2673 || wide_strncmp (line, "#undef ", 7) == 0))
2859 if (wide_strncmp (gfc_src_preprocessor_lines[0], "# 1 \"", 5) != 0)
2876 if (wide_strncmp (gfc_src_preprocessor_lines[1], "# 1 \"", 5) != 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 227 wide_strncmp (const gfc_char_t *s1, const char *s2, size_t n) function
714 if (wide_strncmp (gfc_current_locus.nextc, "#define ", 8) == 0)
722 if (wide_strncmp (gfc_current_locus.nextc, "#undef ", 7) == 0)
2668 && (wide_strncmp (line, "#define ", 8) == 0
2669 || wide_strncmp (line, "#undef ", 7) == 0))
2855 if (wide_strncmp (gfc_src_preprocessor_lines[0], "# 1 \"", 5) != 0)
2872 if (wide_strncmp (gfc_src_preprocessor_lines[1], "# 1 \"", 5) != 0)

Completed in 26 milliseconds