Searched refs:IsRSObjectType (Results 1 – 4 of 4) sorted by relevance
116 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD()130 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD()
332 static bool IsRSObjectType(DataType DT);333 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() function334 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()345 return IsRSObjectType(mType); in isRSObjectType()
81 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions()610 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()691 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()991 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()1068 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()1109 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()1274 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()1307 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()
465 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()476 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()951 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType990 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()