Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp123 static bool isStrictSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isStrictSubset() function
129 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset() function
361 if (isStrictSubset(VMI, *BestVMI)) in getBestVariantMatchForContext()
364 if (!isStrictSubset(*BestVMI, VMI)) in getBestVariantMatchForContext()