Searched defs:GetTypeName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { function in namespace:slang
100 std::string ElementTypeName = GetTypeName(CAT->getElementType());
242 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
555 std::string TypeName = GetTypeName(EPT);
591 std::string TypeName = GetTypeName(ET);
691 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << " v "
692 << GetTypeName(EV->getType(), false) << ")";
694 mOut.indent() << "setVar(" << tmp.str() << ", v, sizeof(" << GetTypeName(EV->getType()) + ") *"
722 mOut << GetTypeName((*i)->getType()) << " " << (*i)->getName();
H A Dslang_rs_export_type.cpp691 TypeName = RSExportType::GetTypeName(T);
748 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { function in class:slang::RSExportType
813 return RSExportVectorType::GetTypeName(EVT);
895 // FIXME: free the name (allocated in RSExportType::GetTypeName)
951 // ASTContext or allocated in GetTypeName which will be destroyed later.
955 // get their name since constructing their name in GetTypeName() requiring
1014 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1296 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { function in class:slang::RSExportVectorType
H A Dslang_rs_reflection.cpp198 RSReflectionJava::GetTypeName(
205 RSReflectionJava::GetTypeName(
211 RSReflectionJava::GetTypeName(ET, RSReflectionJava::TypeNameDefault | RSReflectionJava::TypeNameC);
335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { function in class:slang::RSReflectionJava
354 return GetTypeName(PointeeType, Style) + "*";
374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style);
652 << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "["
919 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
1068 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
1614 const std::string GetMethodReturnTypeName = GetTypeName(ResultTyp
[all...]

Completed in 101 milliseconds