Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h98 bool IsPositiveMatch = true; variable
102 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument
103 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()
112 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp22 bool IsPositiveMatch = !Pattern.consume_front("!"); in create() local
34 IsPositiveMatch); in create()