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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 3239 const_tree syma = *(const const_tree *)a; local
3241 if (DECL_UID (syma) == DECL_UID (symb))
3243 return DECL_UID (syma) < DECL_UID (symb) ? -1 : 1;
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 3320 const_tree syma = *(const const_tree *)a; local
3322 if (DECL_UID (syma) == DECL_UID (symb))
3324 return DECL_UID (syma) < DECL_UID (symb) ? -1 : 1;

Completed in 16 milliseconds