Home
last modified time | relevance | path

Searched refs:AllowGroups (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp29 SanitizerMask clang::parseSanitizerValue(StringRef Value, bool AllowGroups) { in parseSanitizerValue() argument
33 .Case(NAME, AllowGroups ? SanitizerKind::ID##Group : SanitizerMask()) in parseSanitizerValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h174 SanitizerMask parseSanitizerValue(StringRef Value, bool AllowGroups);
H A DAttr.td2918 parseSanitizerValue(SanitizerName, /*AllowGroups=*/true);
/freebsd-13.1/crypto/openssh/
H A DChangeLog9954 AllowGroups/DenyGroups; bz1690, ok markus@