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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 1043 tree type_o = TREE_TYPE (orig); local
1068 if (!useless_type_conversion_p (type_d, type_o))
1089 tree type_o; local
1120 type_o = TREE_TYPE (orig);
1122 if (!useless_type_conversion_p (type_d, type_o))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 1053 tree type_o = TREE_TYPE (orig); local
1078 if (!useless_type_conversion_p (type_d, type_o))
1099 tree type_o; local
1130 type_o = TREE_TYPE (orig);
1132 if (!useless_type_conversion_p (type_d, type_o))

Completed in 35 milliseconds