Home
last modified time | relevance | path

Searched defs:Union (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/FrontendC/
D2009-03-08-ZeroEltStructCrash.c4 struct Union { struct
9 static inline void Foo(struct Union *u) { in Foo() argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dunion.h37 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { in Union() function
87 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { in Union() function
Dunion-find.h59 void Union(T x, T y) { in Union() function
/external/clang/include/clang/Analysis/Support/
DBlkExprDeclBitVector.h162 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; in operator() argument
301 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; in operator() struct
/external/v8/src/
Ddata-flow.h140 void Union(const BitVector& other) { in Union() function
277 void Union(const SparseSet& other) { in Union() function
Dhydrogen-instructions.cc133 void Range::Union(Range* other) { in Union() function in v8::internal::Range
Djsregexp.h717 Interval Union(Interval that) { in Union() function
/external/icu4c/i18n/
Duspoof_impl.cpp689 void ScriptSet::Union(UScriptCode script) { in Union() function in ScriptSet
697 void ScriptSet::Union(const ScriptSet &other) { in Union() function in ScriptSet
/external/v8/tools/
Dtest.py785 def Union(self, that): member in ListSet
799 def Union(self, that): member in Everything
811 def Union(self, that): member in Nothing
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3396 bool Union = RD->isUnion(); in ShouldDeleteDefaultConstructor() local
3577 bool Union = RD->isUnion(); in ShouldDeleteCopyConstructor() local
3733 bool Union = RD->isUnion(); in ShouldDeleteCopyAssignmentOperator() local
3858 bool Union = RD->isUnion(); in ShouldDeleteDestructor() local
/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py312 class Union(_NestedType): class
/external/clang/test/SemaCXX/
Dtype-traits.cpp17 union Union { int i; float f; }; union
/external/valgrind/tsan/
Dthread_sanitizer.cc1537 void Union(Mask m) { m_ |= m.m_; } in Union() function in Mask