Searched refs:GetTypeName (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 198 RSReflectionJava::GetTypeName( in GetReduceResultTypeName() 205 RSReflectionJava::GetTypeName( in GetReduceResultTypeName() 211 …RSReflectionJava::GetTypeName(ET, RSReflectionJava::TypeNameDefault | RSReflectionJava::TypeNameC); in GetReduceResultTypeName() 335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName() function in slang::RSReflectionJava 354 return GetTypeName(PointeeType, Style) + "*"; in GetTypeName() 374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style); in GetTypeName() 652 … << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "[" in genScriptClassConstructor() 919 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName())); in genExportFunction() 1068 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName())); in genExportForEach() 1614 const std::string GetMethodReturnTypeName = GetTypeName(ResultType); in genExportReduceResultType() [all …]
|
D | slang_rs_reflection_cpp.cpp | 61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { in GetTypeName() function 100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName() 242 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX in genFieldsToStoreExportVariableValues() 555 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter() 591 std::string TypeName = GetTypeName(ET); in genPointerTypeExportVariable() 691 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << " v " in genGetterAndSetter() 692 << GetTypeName(EV->getType(), false) << ")"; in genGetterAndSetter() 694 mOut.indent() << "setVar(" << tmp.str() << ", v, sizeof(" << GetTypeName(EV->getType()) + ") *" in genGetterAndSetter() 722 mOut << GetTypeName((*i)->getType()) << " " << (*i)->getName(); in makeFunctionSignature()
|
D | slang_rs_export_type.h | 237 static llvm::StringRef GetTypeName(const clang::Type *T); 508 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
|
D | slang_rs_export_type.cpp | 691 TypeName = RSExportType::GetTypeName(T); in NormalizeType() 748 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() function in slang::RSExportType 813 return RSExportVectorType::GetTypeName(EVT); in GetTypeName() 1014 return GetRSSpecificType( RSExportType::GetTypeName(T) ); in GetRSSpecificType() 1296 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName() function in slang::RSExportVectorType
|
D | slang_rs_reflection.h | 206 static std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault);
|
D | slang_rs_reflection_state.cpp | 105 return RSReflectionJava::GetTypeName(T, RSReflectionJava::TypeNamePseudoC); in getUniqueTypeName()
|