Searched refs:IsRSObjectType (Results 1 – 4 of 4) sorted by relevance
415 static bool IsRSObjectType(DataType DT);416 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() function417 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()431 return IsRSObjectType(mType); in isRSObjectType()
174 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD()188 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD()
80 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions()514 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()600 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()902 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()985 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()1058 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()1288 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()1321 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()1404 } else if (!RSExportPrimitiveType::IsRSObjectType(Ty.getTypePtr())) { in CreateGuard()
509 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()520 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()1026 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType1065 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()