/external/deqp/framework/delibs/decpp/ |
D | deSTLUtil.hpp | 65 C set_union (const C& s1, const C& s2) in set_union() function 68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(), in set_union()
|
D | deSTLUtil.cpp | 68 set<int> su = set_union(s1, s2); in STLUtil_selfTest()
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
D | SetVector.h | 234 bool set_union(const STy &S) { in set_union() function
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union.pass.cpp | 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
D | set_union_comp.pass.cpp | 39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 43 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 234 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/libchrome/base/ |
D | stl_util.h | 231 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineVerifier.cpp | 821 set_union(MInfo.regsKilled, regsKilled); in visitMachineInstrAfter() 824 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineInstrAfter()
|
/external/python/cpython2/Objects/ |
D | setobject.c | 1175 set_union(PySetObject *so, PyObject *args) in set_union() function 2071 {"union", (PyCFunction)set_union, METH_VARARGS, 2189 {"union", (PyCFunction)set_union, METH_VARARGS,
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2487 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues() 2503 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues() 2516 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1352 set_union(MInfo.regsKilled, regsKilled); in visitMachineBundleAfter() 1363 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineBundleAfter()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 125 std::set_union(vec.begin(), vec.end(), s.vec.begin(), s.vec.end(), in add_set()
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 1296 std::set_union(T.ProcIndices.begin(), T.ProcIndices.end(), in EmitSchedModelHelpers()
|
D | CodeGenRegisters.cpp | 1682 std::set_union(RegUnitSets[Idx].Units.begin(), in computeRegUnitSets()
|
D | CodeGenSchedule.cpp | 650 std::set_union(SchedClasses[Idx].ProcIndices.begin(), in addSchedClass()
|
/external/libcxx/include/ |
D | algorithm | 442 set_union(InputIterator1 first1, InputIterator1 last1, 447 set_union(InputIterator1 first1, InputIterator1 last1, 5429 // set_union 5459 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5475 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5478 return _VSTD::set_union(__first1, __last1, __first2, __last2, __result,
|