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

  /src/external/gpl3/gcc/dist/gcc/
gcc-rich-location.cc 205 tree other_type = NULL_TREE; local
207 other_type = TREE_TYPE (m_other_expr);
209 range_label_for_type_mismatch inner (expr_type, other_type);
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-rich-location.cc 202 tree other_type = NULL_TREE; local
204 other_type = TREE_TYPE (m_other_expr);
206 range_label_for_type_mismatch inner (expr_type, other_type);

Completed in 21 milliseconds