Searched defs:hasOneOf (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h159 bool hasOneOf(SanitizerMask K) const { return static_cast<bool>(Mask & K); } function in struct:clang::SanitizerSet
H A DXRayInstr.h51 bool hasOneOf(XRayInstrMask K) const { return Mask & K; } function in struct:clang::XRayInstrSet

Completed in 103 milliseconds