Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h104 bool IsPositiveMatch = true; variable
108 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument
109 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()
118 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp23 bool IsPositiveMatch = !Pattern.consume_front("!"); in create() local
35 IsPositiveMatch); in create()