Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp22 bool IsPositiveMatch = true; create() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h97 bool IsPositiveMatch = true; variable
101 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern()