Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp820 ET = RSExportPointerType::Create(Context, in Create()
1171 RSExportPointerType
1172 *RSExportPointerType::Create(RSContext *Context, in Create()
1191 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()
1194 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()
1199 bool RSExportPointerType::keep() { in keep()
1206 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()
1208 return (static_cast<const RSExportPointerType*>(E) in equals()
1528 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
Dslang_rs_reflection_cpp.cpp76 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
807 const RSExportPointerType *EPT = in genTypeCheck()
808 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
840 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
841 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
Dslang_rs_export_type.h364 class RSExportPointerType : public RSExportType {
370 RSExportPointerType(RSContext *Context, in RSExportPointerType() function
379 static RSExportPointerType *Create(RSContext *Context,
Dslang_rs_reflection.cpp184 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
850 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
851 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
907 const RSExportPointerType *EPT = in genTypeCheck()
908 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1233 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPackVarOfType()
Dslang_rs_backend.cpp221 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()