Home
last modified time | relevance | path

Searched refs:MK_NONE (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
161 MK = MK_NONE; in isVariantApplicableInContextHelper()
178 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
187 if (MK == MK_NONE) in isVariantApplicableInContextHelper()