Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Process.cpp | 37 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/ |
D | Process.h | 87 ArrayRef<std::string> IgnoreList);
|
/external/python/cpython2/Demo/pdist/ |
D | cvslib.py | 193 IgnoreList = ['.*', '@*', ',*', '*~', '*.o', '*.a', '*.so', '*.pyc'] variable in CVS 293 for pat in self.IgnoreList:
|