Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DCommonConfig.cpp22 bool IsPositiveMatch = true; in create() local
24 IsPositiveMatch = false; in create()
38 IsPositiveMatch); in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h103 bool IsPositiveMatch = true; variable
107 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument
108 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()
117 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()