Searched defs:DT (Results 1 – 5 of 5) sorted by relevance
115 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD()129 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD()
80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local608 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local1053 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local1125 DataType DT, in AppendRSObjectInit()1267 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject() local1281 DataType *DT, in InitializeRSObject()1330 DataType DT, in CreateZeroInitializerForRSSpecificType()1443 DataType DT = DataTypeUnknown; in VisitDeclStmt() local
944 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType()951 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType()989 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local1068 DataType DT = GetDataType(Context, T); in Create() local1161 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType()1248 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); in Create() local
308 DataType DT, in RSExportPrimitiveType()402 DataType DT, in RSExportVectorType()
868 #define ELEMENT_AT(T, DT, VS) \ argument