Home
last modified time | relevance | path

Searched refs:RSExportPointerType (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp751 ET = RSExportPointerType::Create(Context, in Create()
1129 RSExportPointerType
1130 *RSExportPointerType::Create(RSContext *Context, in Create()
1149 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()
1152 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()
1157 union RSType *RSExportPointerType::convertToSpecType() const { in convertToSpecType()
1169 bool RSExportPointerType::keep() { in keep()
1176 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()
1178 return (static_cast<const RSExportPointerType*>(E) in equals()
1580 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
Dslang_rs_export_type.h330 class RSExportPointerType : public RSExportType {
336 RSExportPointerType(RSContext *Context, in RSExportPointerType() function
346 static RSExportPointerType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.cpp72 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()
800 const RSExportPointerType *EPT = in genTypeCheck()
801 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()
839 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
840 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()
Dslang_rs_reflection.cpp170 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()
801 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
802 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()
861 const RSExportPointerType *EPT = in genTypeCheck()
862 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()
971 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1190 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPackVarOfType()
Dslang_rs_backend.cpp228 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()