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

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
environ.c 329 match_word (const char *word, int tok) function
381 result = match_word ("big_endian", BIG);
386 result = match_word ("little_endian", LITTLE);
391 result = match_word ("native", NATIVE);
396 result = match_word ("swap", SWAP);
402 result = match_word ("r16_ieee", R16_IEEE);
404 result = match_word ("r16_ibm", R16_IBM);
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
environ.c 329 match_word (const char *word, int tok) function
381 result = match_word ("big_endian", BIG);
386 result = match_word ("little_endian", LITTLE);
391 result = match_word ("native", NATIVE);
396 result = match_word ("swap", SWAP);
402 result = match_word ("r16_ieee", R16_IEEE);
404 result = match_word ("r16_ibm", R16_IBM);
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 64 match_word (const char *str, match (*subr) (void), locus *old_locus) function
87 /* Like match_word, but if str is matched, set a flag that it
141 if (match_word (keyword, subr, &old_locus) == MATCH_YES) \
169 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES)
377 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES)
421 m = match_word (NULL, gfc_match_st_function, &old_locus);
674 else if ((m2 = match_word (keyword, subr, &old_locus)) \
907 else if ((m2 = match_word (keyword, subr, &old_locus)) \
941 else if ((m2 = match_word (keyword, subr, &old_locus)) \
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 56 match_word (const char *str, match (*subr) (void), locus *old_locus) function
79 /* Like match_word, but if str is matched, set a flag that it
133 if (match_word (keyword, subr, &old_locus) == MATCH_YES) \
161 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES)
324 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES)
368 m = match_word (NULL, gfc_match_st_function, &old_locus);
621 else if ((m2 = match_word (keyword, subr, &old_locus)) \
778 else if ((m2 = match_word (keyword, subr, &old_locus)) \
812 else if ((m2 = match_word (keyword, subr, &old_locus)) \

Completed in 39 milliseconds