Home | History | Annotate | Download | only in gcc

Lines Matching defs:atf

8942   auto_vec<tree *, 32> atf;
8955 atf.safe_push (cp);
8958 for (unsigned int i = 0; i < atf.length (); i++)
8959 if (atf[i])
8961 tree *cp = atf[i];
8967 for (unsigned int j = i + 1; j < atf.length (); j++)
8968 if (atf[j])
8970 tree *cp2 = atf[j];
8992 atf[j] = NULL;
9001 atf.truncate (0);
9017 atf.safe_push (cp);
9020 for (unsigned int i = 0; i < atf.length (); i++)
9021 if (atf[i])
9023 tree *cp = atf[i];
9027 for (unsigned int j = i + 1; j < atf.length (); j++)
9029 tree *cp2 = atf[j];
9040 atf[j] = NULL;
9046 if (j + 1 < atf.length ()
9050 tree *cp3 = atf[j + 1];
9062 atf[j + 1] = NULL;