Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp175 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName() function
203 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
399 << GetTypeName(EV->getType(), false) << "[" in genScriptClassConstructor()
624 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName())); in genExportFunction()
726 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName())); in genExportForEach()
957 std::string TypeName = GetTypeName(EPT); in genPrimitiveTypeExportVariable()
1064 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable()
1094 std::string TypeName = GetTypeName(EV->getType()); in genVectorTypeExportVariable()
1108 std::string TypeName = GetTypeName(ET); in genMatrixTypeExportVariable()
1138 std::string TypeName = GetTypeName(EV->getType()); in genConstantArrayTypeExportVariable()
[all …]
Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName() function
96 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
234 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX in genFieldsToStoreExportVariableValues()
541 std::string TypeName = GetTypeName(EPT, false); in genGetterAndSetter()
577 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable()
669 mOut << GetTypeName((*i)->getType(), false) << " " << (*i)->getName(); in makeFunctionSignature()
Dslang_rs_export_type.h207 static llvm::StringRef GetTypeName(const clang::Type *T);
420 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
Dslang_rs_export_type.cpp656 TypeName = RSExportType::GetTypeName(T); in NormalizeType()
713 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() function in slang::RSExportType
777 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()
976 return GetRSSpecificType( RSExportType::GetTypeName(T) ); in GetRSSpecificType()
1253 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName() function in slang::RSExportVectorType