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/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp37 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local
41 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()
44 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()