Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp167 bool WasFound) -> std::optional<bool> /* Result */ { in isVariantApplicableInContextHelper() argument
171 if (WasFound) in isVariantApplicableInContextHelper()
178 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()