Home
last modified time | relevance | path

Searched refs:pathext_t (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp235 typedef SmallVector<StringRef, 12> pathext_t; in FindProgram() typedef
236 pathext_t pathext; in FindProgram()
241 for (pathext_t::iterator i = pathext.begin(), e = pathext.end(); i != e; ++i){ in FindProgram()