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

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRange.h65 Union (const Range& other);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp70 Range::Union (const Range& other) function in class:Range
/freebsd-10.2-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)
221 case Union:
329 case Union:
330 OS << "Union: ";
513 case APValue::Union:
H A DExprConstant.cpp1416 case APValue::Union:
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp477 ConstantRange Union(DstTySize, /*isFullSet=*/false);
487 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
490 // Union covers the MaxValue case, so return if the remaining range is just
493 return Union;
505 UpperDiv.trunc(DstTySize)).unionWith(Union);
511 UpperModulo.trunc(DstTySize)).unionWith(Union);
/freebsd-10.2-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
191 bool isUnion() const { return Kind == Union; }
440 Kind = Union;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DMetadata.cpp435 ConstantRange Union = LastRange.unionWith(NewRange); local
437 EndPoints[Size - 2] = ConstantInt::get(Ty, Union.getLower());
438 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp621 assert(CurSize <= TotalSize && "Union size mismatch!");
1158 case APValue::Union:

Completed in 100 milliseconds