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

  /src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc 971 const numbered_tree *nt_b = ((const numbered_tree *)pb); local
973 if (DECL_UID (nt_a->t) != DECL_UID (nt_b->t))
974 return DECL_UID (nt_a->t) - DECL_UID (nt_b->t);
975 return nt_a->num - nt_b->num;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 977 const numbered_tree *nt_b = ((const numbered_tree *)pb); local
979 if (DECL_UID (nt_a->t) != DECL_UID (nt_b->t))
980 return DECL_UID (nt_a->t) - DECL_UID (nt_b->t);
981 return nt_a->num - nt_b->num;

Completed in 27 milliseconds