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

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 544 tree smaller_type;
605 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0);
607 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type)))
610 return smaller_type;
543 tree smaller_type; local
tree-switch-conversion.cc 544 tree smaller_type;
605 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0);
607 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type)))
610 return smaller_type;
543 tree smaller_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc 511 tree smaller_type;
569 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0);
571 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type)))
574 return smaller_type;
510 tree smaller_type; local
tree-switch-conversion.cc 511 tree smaller_type;
569 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0);
571 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type)))
574 return smaller_type;
510 tree smaller_type; local

Completed in 78 milliseconds