Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp207 bool IsActiveTrait = Ctx.ActiveTraits.test(unsigned(Property)); in isVariantApplicableInContextHelper() local
212 IsActiveTrait = llvm::all_of(VMI.ISATraits, [&](StringRef RawString) { in isVariantApplicableInContextHelper()
216 if (std::optional<bool> Result = HandleTrait(Property, IsActiveTrait)) in isVariantApplicableInContextHelper()