Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h133 std::vector<NameOrPattern> PosPatterns; variable
144 PosPatterns.push_back(std::move(*Matcher)); in addMatcher()
152 is_contained(PosPatterns, S)) && in matches()
156 return PosNames.empty() && PosPatterns.empty() && NegMatchers.empty(); in empty()