Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp219 static bool stable_sort_comparator(const VarsDataTy P1, const VarsDataTy P2) { in stable_sort_comparator() function
240 stable_sort_comparator); in buildRecordForGlobalizedVars()
H A DCGOpenMPRuntime.cpp4617 static bool stable_sort_comparator(const PrivateDataTy P1, in stable_sort_comparator() function
4875 std::stable_sort(Privates.begin(), Privates.end(), stable_sort_comparator); in emitTaskInit()