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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRange.h65 Union (const Range& other);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp70 Range::Union (const Range& other) function in class:Range
/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/contrib/llvm/tools/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;
/freebsd-10.0-release/contrib/llvm/tools/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: ";
479 case APValue::Union:
H A DExprConstant.cpp1181 case APValue::Union:
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DMetadata.cpp433 ConstantRange Union = LastRange.unionWith(NewRange); local
435 EndPoints[Size - 2] = ConstantInt::get(Ty, Union.getLower());
436 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper());
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.holiday145 04/26 Union Day in Tanzania
256 07/01 Union of the Somalia Republic in Somalia
518 12/01 Union Day in Romania
H A Dcalendar.history92 03/27 Khrushchev becomes Premier of Soviet Union, 1958
195 06/30 China and Soviet Union announce split over ideology, 1960
198 07/04 Battles of Vicksburg and Gettysburg won by Union forces, 1863
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp671 assert(CurSize <= TotalSize && "Union size mismatch!");
1199 case APValue::Union:

Completed in 210 milliseconds