Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h134 std::vector<NameOrPattern> PosPatterns; variable
145 PosPatterns.push_back(std::move(*Matcher)); in addMatcher()
153 is_contained(PosPatterns, S)) && in matches()
157 return PosNames.empty() && PosPatterns.empty() && NegMatchers.empty(); in empty()