Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProcess.cpp37 ArrayRef<std::string> IgnoreList) { in FindInEnvPath() argument
52 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DProcess.h87 ArrayRef<std::string> IgnoreList);
/external/python/cpython2/Demo/pdist/
Dcvslib.py193 IgnoreList = ['.*', '@*', ',*', '*~', '*.o', '*.a', '*.so', '*.pyc'] variable in CVS
293 for pat in self.IgnoreList: