Home
last modified time | relevance | path

Searched refs:OtherT (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DErrorOr.h95 template <class OtherT> friend class ErrorOr;
131 template <class OtherT>
132 ErrorOr(const ErrorOr<OtherT> &Other) { in ErrorOr()
141 template <class OtherT>
142 ErrorOr &operator =(const ErrorOr<OtherT> &Other) {
152 template <class OtherT>
153 ErrorOr(ErrorOr<OtherT> &&Other) { in ErrorOr()
162 template <class OtherT>
163 ErrorOr &operator =(ErrorOr<OtherT> &&Other) {
195 template <class OtherT>
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp4865 QualType OtherT = Other->getType(); in DiagnoseOutOfRangeComparison() local
4868 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT)) in DiagnoseOutOfRangeComparison()
4870 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) in DiagnoseOutOfRangeComparison()
4880 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison()
4960 << OS.str() << OtherT << IsTrue in DiagnoseOutOfRangeComparison()