Searched refs:set_union (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp65 C set_union (const C& s1, const C& s2) function in namespace:de
68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(),
H A DdeSTLUtil.cpp68 set<int> su = set_union(s1, s2);
/external/llvm/include/llvm/ADT/
H A DSetOperations.h20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dset_union.pass.cpp18 // set_union(InIter1 first1, InIter1 last1,
37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
H A Dset_union_comp.pass.cpp19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2079 set_union(Data.LiveIn[&BB], Data.LiveOut[&BB]);
2095 set_union(LiveOut, Data.LiveIn[Succ]);
2108 set_union(LiveTmp, Data.LiveSet[BB]);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1150 set_union(MInfo.regsKilled, regsKilled);
1161 set_union(regsLive, regsDefined); regsDefined.clear();
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1319 std::set_union(TI->ProcIndices.begin(), TI->ProcIndices.end(),
H A DCodeGenRegisters.cpp1666 std::set_union(RegUnitSets[Idx].Units.begin(),
H A DCodeGenSchedule.cpp651 std::set_union(SchedClasses[Idx].ProcIndices.begin(),

Completed in 599 milliseconds