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

12

/external/clang/test/CodeGen/
H A D2009-03-08-ZeroEltStructCrash.c4 struct Union { struct
9 static inline void Foo(struct Union *u) {
12 static void Bar(struct Union *u) {
/external/openfst/src/script/
H A Dunion.cc24 void Union(MutableFstClass *fst1, const FstClass &fst2) { function in namespace:fst::script
25 if (!ArcTypesMatch(*fst1, fst2, "Union")) return;
29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
32 REGISTER_FST_OPERATION(Union, StdArc, UnionArgs);
33 REGISTER_FST_OPERATION(Union, LogArc, UnionArgs);
34 REGISTER_FST_OPERATION(Union, Log64Arc, UnionArgs);
/external/openfst/src/include/fst/script/
H A Dunion.h30 void Union(UnionArgs *args) { function in namespace:fst::script
34 Union(fst1, fst2);
37 void Union(MutableFstClass *fst1, const FstClass &fst2);
/external/openfst/src/bin/
H A Dfstunion.cc32 using fst::script::Union;
63 Union(fst1, *fst2);
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp55 union Union { union in struct:V
56 constexpr Union(int n) : b(n) {} function in union:V::Union
57 constexpr Union(const Union &u) : b(u.b) {} function in union:V::Union
60 constexpr Union myUnion = 76;
62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union with active member 'b'}}
H A Dtype-traits.cpp17 union Union { int i; float f; }; union
125 { int arr[T(__is_pod(Union))]; }
212 { int arr[F(__is_class(Union))]; }
217 typedef Union UnionAr[10];
218 typedef Union UnionType;
222 { int arr[T(__is_union(Union))]; }
243 { int arr[F(__is_enum(Union))]; }
273 { int arr[F(__is_final(Union))]; }
294 { int arr[F(__is_polymorphic(Union))]; }
324 int t24[F(__is_integral(Union))];
[all...]
/external/v8/test/cctest/
H A Dtest-dataflow.cc79 v.Union(w);
94 v.Union(w);
104 v.Union(w);
/external/icu4c/i18n/
H A Duspoof_impl.h200 void Union(const ScriptSet &other);
201 void Union(UScriptCode script);
H A Duspoof_wsconf.cpp245 bsset->sset->Union(targScript);
246 bsset->sset->Union(srcScript);
/external/openfst/src/include/fst/
H A Dstate-reachable.h108 (*isets_)[s].Union((*isets_)[arc.nextstate]);
119 (*isets_)[p].Union((*isets_)[s]); // Propagate intervals to parent
H A Dunion.h44 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
53 LOG(ERROR) << "Union: input/output symbol tables of 1st argument "
112 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
H A Dunion-find.h17 // \file Union-Find algorithm for dense sets of non-negative
31 // Union-Find algorithm for dense sets of non-negative integers
61 void Union(T x, T y) { function in class:fst::UnionFind
H A Dconnect.h70 comps_->Union(s, arc.nextstate);
75 comps_->Union(s, arc.nextstate);
80 comps_->Union(s, arc.nextstate);
H A Drational.h44 template <class A> void Union(RationalFst<A> *fst1, const Fst<A> &fst2);
192 // Implementation of Union(Fst &, RationalFst *)
205 Union(&rfst_, afst);
271 friend void Union<>(RationalFst<A> *fst1, const Fst<A> &fst2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion.h37 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
87 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
H A Dunion-find.h16 // \file Union-Find algorithm for dense sets of non-negative
28 // Union-Find algorithm for dense sets of non-negative integers
59 void Union(T x, T y) { function in class:fst::UnionFind
H A Drational.h37 template <class A> void Union(RationalFst<A> *fst1, const Fst<A> &fst2);
135 // Implementation of Union(Fst &, RationalFst *)
145 Union(&rfst_, afst);
192 friend void Union<>(RationalFst<A> *fst1, const Fst<A> &fst2);
/external/webkit/Source/WebCore/xml/
H A DXPathPredicate.h102 class Union : public Expression { class in namespace:WebCore::XPath
/external/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h162 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; struct in struct:clang::DeclBitVector_Types
301 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; struct in struct:clang::StmtDeclBitVector_Types
/external/llvm/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);
/external/clang/include/clang/AST/
H A DAPValue.h1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
52 Union, enumerator in enum:clang::APValue::ValueKind
184 bool isUnion() const { return Kind == Union; }
433 Kind = Union;
/external/openfst/src/test/
H A Dalgo_test.h91 Union(&U1, T2);
127 Union(&U1, T2);
128 Union(&U1, T3);
131 Union(&U3, T3);
133 Union(&U4, U3);
153 Union(&U1, T3);
202 Union(&U1, T2);
211 Union(&U2, C3);
220 Union(&U1, T2);
229 Union(
[all...]
/external/clang/lib/AST/
H A DAPValue.cpp1 //===--- APValue.cpp - Union class for APFloat/APSInt/Complex -------------===//
173 case Union:
206 else if (Kind == Union)
295 case Union:
296 OS << "Union: ";
477 case APValue::Union:
/external/v8/src/
H A Ddata-flow.h138 void Union(const BitVector& other) { function in class:v8::internal::BitVector
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc176 rect = rect.Union(view->bounds());
281 return sticky.Union(new_non_sticky).size();
428 bounds = bounds.Union(min_bounds_);
756 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);
767 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);

Completed in 1961 milliseconds

12