Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h101 bool IsPositiveMatch = true; variable
105 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument
106 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()
115 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()
H A DConfigManager.cpp373 bool IsPositiveMatch = true; in create() local
375 IsPositiveMatch = false; in create()
389 IsPositiveMatch); in create()