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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 3075 bool new_constant; local
3083 new_constant = TREE_CONSTANT (t);
3085 if (old_constant != new_constant)
tree-cfg.cc 3075 bool new_constant; local
3083 new_constant = TREE_CONSTANT (t);
3085 if (old_constant != new_constant)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 3000 bool new_constant; local
3008 new_constant = TREE_CONSTANT (t);
3010 if (old_constant != new_constant)
tree-cfg.cc 3000 bool new_constant; local
3008 new_constant = TREE_CONSTANT (t);
3010 if (old_constant != new_constant)

Completed in 66 milliseconds