Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp146 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) { in isVariantApplicableInContextHelper() argument
196 if (DeviceSetOnly && in isVariantApplicableInContextHelper()
220 if (!DeviceSetOnly) { in isVariantApplicableInContextHelper()
266 bool DeviceSetOnly) { in isVariantApplicableInContext() argument
268 VMI, Ctx, /* ConstructMatches */ nullptr, DeviceSetOnly); in isVariantApplicableInContext()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h185 bool DeviceSetOnly = false);