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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 3073 bool old_constant; local
3078 old_constant = TREE_CONSTANT (t);
3085 if (old_constant != new_constant)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 2998 bool old_constant; local
3003 old_constant = TREE_CONSTANT (t);
3010 if (old_constant != new_constant)

Completed in 26 milliseconds