Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp124 static bool isStrictSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isStrictSubset() function
130 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset() function
362 if (isStrictSubset(VMI, *BestVMI)) in getBestVariantMatchForContext()
365 if (!isStrictSubset(*BestVMI, VMI)) in getBestVariantMatchForContext()