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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp187 std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault) { function in namespace:slang::__anon1258
221 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style);
248 GetTypeName(CAT->getElementType(),
252 return "resultStruct_" + GetTypeName(ET,
255 return "result_" + GetTypeName(ET, TypeNameDefault | TypeNameC);
514 << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "["
769 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
890 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
1409 const std::string GetMethodReturnTypeName = GetTypeName(ResultType);
1420 GetTypeName(ResultTyp
[all...]
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());
240 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
553 std::string TypeName = GetTypeName(EPT);
589 std::string TypeName = GetTypeName(ET);
689 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << " v "
690 << GetTypeName(EV->getType(), false) << ")";
692 mOut.indent() << "setVar(" << tmp.str() << ", v, sizeof(" << GetTypeName(EV->getType()) + ") *"
720 mOut << GetTypeName((*i)->getType()) << " " << (*i)->getName();
H A Dslang_rs_export_type.h225 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
235 static llvm::StringRef GetTypeName(const clang::Type *T);
326 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
454 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
600 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
H A Dslang_rs_export_type.cpp687 TypeName = RSExportType::GetTypeName(T);
744 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { function in class:slang::RSExportType
809 return RSExportVectorType::GetTypeName(EVT);
891 // FIXME: free the name (allocated in RSExportType::GetTypeName)
947 // ASTContext or allocated in GetTypeName which will be destroyed later.
951 // get their name since constructing their name in GetTypeName() requiring
1011 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1290 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { function in class:slang::RSExportVectorType

Completed in 47 milliseconds