Searched refs:RhsT (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTypeTraits.cpp | 1209 QualType RhsT = Rhs->getType(); in CheckConvertibilityForTypeTraits() local 1237 if (RhsT->isFunctionType() || RhsT->isArrayType()) in CheckConvertibilityForTypeTraits() 1241 if (!Self.isCompleteType(Rhs->getTypeLoc().getBeginLoc(), RhsT) || in CheckConvertibilityForTypeTraits() 1242 Self.isAbstractType(Rhs->getTypeLoc().getBeginLoc(), RhsT)) in CheckConvertibilityForTypeTraits() 1250 InitializedEntity To(InitializedEntity::InitializeTemporary(RhsT)); in CheckConvertibilityForTypeTraits() 1585 QualType RhsT) { in BuiltinIsBaseOf() argument 1592 const RecordType *rhsRecord = RhsT->getAs<RecordType>(); in BuiltinIsBaseOf() 1595 const ObjCObjectType *RHSObjTy = RhsT->getAs<ObjCObjectType>(); in BuiltinIsBaseOf() 1604 if (RequireCompleteType(RhsTLoc, RhsT, in BuiltinIsBaseOf() 1611 assert(Context.hasSameUnqualifiedType(LhsT, RhsT) == in BuiltinIsBaseOf() [all …]
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2193 template<typename LhsT, typename RhsT> 2197 RhsT m_rhs; 2205 BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs ) in BinaryExpr() 2213 auto operator && ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator &&() 2220 auto operator || ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ||() 2227 auto operator == ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ==() 2234 auto operator != ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator !=() 2241 auto operator > ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >() 2248 auto operator < ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator <() 2255 auto operator >= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >=() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 15205 bool BuiltinIsBaseOf(SourceLocation RhsTLoc, QualType LhsT, QualType RhsT);
|