Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp687 ET = RSExportPointerType::Create(Context, in Create()
1058 RSExportPointerType
1059 *RSExportPointerType::Create(RSContext *Context, in Create()
1078 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()
1081 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()
1086 union RSType *RSExportPointerType::convertToSpecType() const { in convertToSpecType()
1098 bool RSExportPointerType::keep() { in keep()
1105 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()
1107 return (static_cast<const RSExportPointerType*>(E) in equals()
1509 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
Dslang_rs_export_type.h319 class RSExportPointerType : public RSExportType {
325 RSExportPointerType(RSContext *Context, in RSExportPointerType() function
335 static RSExportPointerType *Create(RSContext *Context,
Dslang_rs_reflection.cpp166 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()
696 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
697 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()
738 const RSExportPointerType *EPT = in genTypeCheck()
739 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()
817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1017 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPackVarOfType()
Dslang_rs_backend.cpp244 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in HandleTranslationUnitPost()