Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp200 bool DeviceOrImplementationSetOnly) { in isVariantApplicableInContextHelper() argument
250 if (DeviceOrImplementationSetOnly && in isVariantApplicableInContextHelper()
279 if (!DeviceOrImplementationSetOnly) { in isVariantApplicableInContextHelper()
324 bool DeviceOrImplementationSetOnly) { in isVariantApplicableInContext() argument
326 VMI, Ctx, /* ConstructMatches */ nullptr, DeviceOrImplementationSetOnly); in isVariantApplicableInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h194 bool DeviceOrImplementationSetOnly = false);