Home
last modified time | relevance | path

Searched refs:pathext_t (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp230 typedef SmallVector<StringRef, 12> pathext_t; in FindProgram() typedef
231 pathext_t pathext; in FindProgram()
236 for (pathext_t::iterator i = pathext.begin(), e = pathext.end(); i != e; ++i){ in FindProgram()