HomeSort by relevance Sort by last modified time
    Searched full:lastd (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
remake.c 378 register struct dep *d, *lastd;
472 lastd = 0;
492 if (lastd == 0)
495 lastd->next = d->next;
546 lastd = d;
991 struct dep *lastd;
993 lastd = 0;
1003 if (lastd == 0)
1011 lastd->next = d->next;
1013 d = lastd->next
375 register struct dep *d, *lastd; local
986 struct dep *lastd; local
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 248 milliseconds