Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp166 bool WasFound) -> std::optional<bool> /* Result */ { in isVariantApplicableInContextHelper() argument
170 if (WasFound) in isVariantApplicableInContextHelper()
177 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()