HomeSort by relevance Sort by last modified time
    Searched defs:Union (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CodeGen/
2009-03-08-ZeroEltStructCrash.c 4 struct Union {
5 union {
9 static inline void Foo(struct Union *u) {
12 static void Bar(struct Union *u) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 0 // union-find.h
16 // \file Union-Find algorithm for dense sets of non-negative
28 // Union-Find algorithm for dense sets of non-negative integers
58 // Creates the (destructive) union of the sets x and y belong to.
59 void Union(T x, T y) {
union.h 0 // union.h
17 // Functions and classes to compute the union of two FSTs.
27 // Computes the union (sum) of two FSTs. This version writes the
28 // union to an output MurableFst. If A transduces string x to y with
30 // union transduces x to y with weight a and w to v with weight b.
37 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) {
84 // Computes the union of two FSTs; this version modifies its
87 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) {
95 // Computes the union (sum) of two FSTs. This version is a delayed
97 // string w to v with weight b, then their union transduces x to
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathPredicate.h 102 class Union : public Expression {
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 162 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } };
301 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } };
  /external/v8/src/
data-flow.h 140 void Union(const BitVector& other) {
208 // the number of elements) destructive Union.
277 void Union(const SparseSet& other) {
hydrogen-instructions.cc 133 void Range::Union(Range* other) {
806 range->Union(OperandAt(i)->range());
    [all...]
jsregexp.h 314 // pointer, the result is the union of the two sets that would be created
317 // union (all three out-sets are equal), intersection (only both_sets_out is
454 union {
717 Interval Union(Interval that) {
797 union {
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 689 void ScriptSet::Union(UScriptCode script) {
697 void ScriptSet::Union(const ScriptSet &other) {
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 312 class Union(_NestedType):
    [all...]
  /external/v8/tools/
test.py 785 def Union(self, that):
787 return that.Union(self)
799 def Union(self, that):
811 def Union(self, that):
839 return self.left.GetOutcomes(env, defs).Union(self.right.GetOutcomes(env, defs))
1051 outcomes = outcomes.union(rule.GetOutcomes(env, self.defs))
1056 all_outcomes = all_outcomes.union(outcomes)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 16 union EmptyUnion {};
17 union Union { int i; float f; };
24 union {
51 union NonPODUnion { int i; Derives n; };
109 { int arr[T(__is_pod(Union))]; }
196 { int arr[F(__is_class(Union))]; }
201 typedef Union UnionAr[10];
202 typedef Union UnionType;
206 { int arr[T(__is_union(Union))]; }
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 288 milliseconds