Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp29 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local
33 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()
36 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp38 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local
42 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()
45 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()