Home
last modified time | relevance | path

Searched refs:setUnion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h56 bool setUnion(const BasicBitVector &v) { in setUnion() function
197 bool setUnion(const TwoLevelBitVector &v) { in setUnion() function
205 if (l2_[i0][i1].setUnion(v.l2_[i0][i1])) in setUnion()
251 setUnion(v); in copyFrom()
H A Dsanitizer_bvgraph.h119 to_visit.setUnion(v[idx]); in isReachable()
H A Dsanitizer_deadlock_detector.h168 available_nodes_.setUnion(recycled_nodes_); in newNode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp368 setUnion(RHS.getUnionField(), RHS.getUnionValue()); in APValue()
1050 void APValue::setUnion(const FieldDecl *Field, const APValue &Value) { in setUnion() function in APValue
H A DExprConstant.cpp3871 O->setUnion(Field, APValue()); in findSubobject()
6111 Subobj.setUnion(Field, Result); in found()
H A DASTImporter.cpp10291 Result.setUnion(cast<FieldDecl>(ImpFDecl), ImpValue); in ImportAPValue()