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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 901 enum s390_builtin_ov_type_index last_match_fntype_index = BT_OV_MAX; local
993 last_match_fntype_index = type_index;
1042 return_type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][0]];
1049 tree type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][i + 1]];
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 897 enum s390_builtin_ov_type_index last_match_fntype_index = BT_OV_MAX; local
989 last_match_fntype_index = type_index;
1038 return_type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][0]];
1045 tree type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][i + 1]];

Completed in 19 milliseconds