Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp151 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enumerator
153 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()
178 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
183 if (MK == MK_ALL) in isVariantApplicableInContextHelper()