HomeSort by relevance Sort by last modified time
    Searched refs:setUnion (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 57 bool setUnion(const BasicBitVector &v) {
198 bool setUnion(const TwoLevelBitVector &v) {
206 if (l2_[i0][i1].setUnion(v.l2_[i0][i1]))
252 setUnion(v);
sanitizer_bvgraph.h 120 to_visit.setUnion(v[idx]);
sanitizer_deadlock_detector.h 169 available_nodes_.setUnion(recycled_nodes_);
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 221 setUnion = 4 << 16 | 6, // implicit union of adjacent items
regexcmp.cpp     [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.h 221 setUnion = 4 << 16 | 6, // implicit union of adjacent items
regexcmp.cpp     [all...]
  /external/clang/include/clang/AST/
APValue.h 155 MakeUnion(); setUnion(D, V);
381 void setUnion(const FieldDecl *Field, const APValue &Value) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 110 // Test setUnion, setIntersection, setDifference,
139 // setUnion
143 EXPECT_EQ(t_bv.setUnion(bv1), s.size() != t_s.size());
  /external/clang/lib/AST/
APValue.cpp 175 setUnion(RHS.getUnionField(), RHS.getUnionValue());

Completed in 382 milliseconds