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

  /src/external/gpl3/gcc.old/dist/gcc/
iterator-utils.h 175 class list_iterator : public wrapper_iterator<T *> class in inherits:wrapper_iterator
182 list_iterator &operator++ ();
183 list_iterator operator++ (int);
187 inline list_iterator<T, Next> &
188 list_iterator<T, Next>::operator++ ()
195 inline list_iterator<T, Next>
196 list_iterator<T, Next>::operator++ (int)
198 list_iterator ret = *this;
  /src/external/gpl3/gcc/dist/gcc/
iterator-utils.h 175 class list_iterator : public wrapper_iterator<T *> class in inherits:wrapper_iterator
182 list_iterator &operator++ ();
183 list_iterator operator++ (int);
187 inline list_iterator<T, Next> &
188 list_iterator<T, Next>::operator++ ()
195 inline list_iterator<T, Next>
196 list_iterator<T, Next>::operator++ (int)
198 list_iterator ret = *this;
  /src/external/gpl2/gmake/dist/
function.c 529 char *list_iterator = argv[0];
536 while ((p2 = find_next_token (&list_iterator, &len)) != 0)
643 char *list_iterator = argv[1];
651 while ((p = find_next_token (&list_iterator, &len)) != 0)
845 char *list_iterator = list;
854 while ((p = find_next_token (&list_iterator, &len)) != 0)
522 char *list_iterator = argv[0]; local
636 char *list_iterator = argv[1]; local
838 char *list_iterator = list; local

Completed in 26 milliseconds