Searched refs:Union (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPredicate.h105 class Union final : public Expression {
107 Union(std::unique_ptr<Expression>, std::unique_ptr<Expression>);
H A DXPathPredicate.cpp224 Union::Union(std::unique_ptr<Expression> lhs, std::unique_ptr<Expression> rhs) function in class:WebCore::XPath::Union
230 Value Union::evaluate() const
H A DXPathGrammar.y379 $$ = new Union(std::unique_ptr<Expression>($1), std::unique_ptr<Expression>($3));
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dscriptset.h44 ScriptSet &Union(const ScriptSet &other);
H A Dscriptset.cpp105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { function in class:ScriptSet
H A Didentifier_info.cpp154 fRequiredScripts->Union(scriptsForCP);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DConstantRange.cpp474 ConstantRange Union(DstTySize, /*isFullSet=*/false);
484 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
487 // Union covers the MaxValue case, so return if the remaining range is just
490 return Union;
502 UpperDiv.trunc(DstTySize)).unionWith(Union);
508 UpperModulo.trunc(DstTySize)).unionWith(Union);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DMetadata.cpp468 ConstantRange Union = LastRange.unionWith(NewRange); local
470 EndPoints[Size - 2] = ConstantInt::get(Ty, Union.getLower());
471 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper());
/macosx-10.10/vim-55/runtime/syntax/
H A Dlotos.vim39 syn keyword lotosOperator Insert Remove IsIn NotIn Union Ints
H A Dcsp.vim71 syn keyword cspKeyword union inter diff Union Inter member card
H A Didl.vim199 " Union
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DUnionFind.pm116 I<Union-find> is a special data structure that can be used to track the
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DUnionFind.pm116 I<Union-find> is a special data structure that can be used to track the
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto2.cpp40 B(c12, Union operation, 0) {
54 v3 = v1.Union(v2);
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.holiday145 04/26 Union Day in Tanzania
256 07/01 Union of the Somalia Republic in Somalia
518 12/01 Union Day in Romania
H A Dcalendar.history93 03/27 Khrushchev becomes Premier of Soviet Union, 1958
197 06/30 China and Soviet Union announce split over ideology, 1960
200 07/04 Battles of Vicksburg and Gettysburg won by Union forces, 1863
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h308 c4_View Union(const c4_View &)const;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dview.cpp624 c4_View c4_View::Union(const c4_View &view_)const { function in class:c4_View
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4too.cpp1033 MkView *ncmd = new MkView(interp, view.Union(nview));
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp391 return new PyView(o->Union(*(PyView*)(PyObject*)args[0]), 0, o

Completed in 309 milliseconds