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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 4307 bool seen_deferred_kind, matched_type; local
4330 matched_type = (m == MATCH_YES);
4331 if (matched_type)
4350 matched_type = (m == MATCH_YES);
4353 if ((matched_type && strcmp ("integer", name) == 0)
4354 || (!matched_type && gfc_match (" integer") == MATCH_YES))
4361 if ((matched_type && strcmp ("character", name) == 0)
4362 || (!matched_type && gfc_match (" character") == MATCH_YES))
4364 if (matched_type
4375 if (matched_type && m == MATCH_YES && gfc_match_char (')') != MATCH_YES
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 4254 bool seen_deferred_kind, matched_type; local
4277 matched_type = (m == MATCH_YES);
4278 if (matched_type)
4297 matched_type = (m == MATCH_YES);
4300 if ((matched_type && strcmp ("integer", name) == 0)
4301 || (!matched_type && gfc_match (" integer") == MATCH_YES))
4308 if ((matched_type && strcmp ("character", name) == 0)
4309 || (!matched_type && gfc_match (" character") == MATCH_YES))
4311 if (matched_type
4322 if (matched_type && m == MATCH_YES && gfc_match_char (')') != MATCH_YES
    [all...]

Completed in 178 milliseconds