Searched defs:TypeName (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp65 llvm::StringRef TypeName; local
73 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
85 TypeName,
101 TypeName,
H A Dslang_rs_context.cpp233 bool RSContext::insertExportType(const llvm::StringRef &TypeName, argument
236 ExportTypeMap::value_type::Create(TypeName.begin(),
237 TypeName.end(),
H A Dslang_rs_backend.cpp122 llvm::StringRef TypeName; local
123 if (!RSExportType::NormalizeType(T, TypeName, &C.getDiagnostics(), VD)) {
H A Dslang_rs_context.h193 export_type_iterator findExportType(const llvm::StringRef &TypeName) { argument
194 return mExportTypes.find(TypeName);
196 const_export_type_iterator findExportType(const llvm::StringRef &TypeName)
198 return mExportTypes.find(TypeName);
204 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
H A Dslang_rs_spec_table.cpp71 RSDataTypeSpec(const char *TypeName, argument
74 : mTypeName(TypeName),
94 RSMatrixDataTypeSpec(const char *TypeName, argument
97 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(ignore)),
108 RSObjectDataTypeSpec(const char *TypeName, argument
110 : RSDataTypeSpec(TypeName, TypePragmaName, 32 /* opaque pointer */) {
H A Dslang_rs_export_type.cpp397 llvm::StringRef &TypeName,
404 TypeName = RSExportType::GetTypeName(T);
405 if (TypeName.empty()) {
537 const llvm::StringRef &TypeName) {
541 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
550 RSExportPrimitiveType::GetRSSpecificType(TypeName);
556 TypeName);
563 TypeName,
571 TypeName,
579 TypeName,
396 NormalizeType(const clang::Type *&T, llvm::StringRef &TypeName, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD) argument
535 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName) argument
627 llvm::StringRef TypeName; local
702 GetRSSpecificType(const llvm::StringRef &TypeName) argument
854 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, DataKind DK, bool Normalized) argument
871 llvm::StringRef TypeName; local
961 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
1043 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, DataKind DK, bool Normalized) argument
1087 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1251 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]
H A Dslang_rs_reflection.cpp1055 std::string TypeName = GetElementJavaTypeName(EPT->getType()); local
1056 if (C.mTypesToCheck.find(TypeName) == C.mTypesToCheck.end()) {
1057 C.indent() << "__" << TypeName << " = Element." << TypeName
1059 C.mTypesToCheck.insert(TypeName);
1072 const char *TypeName = GetVectorElementName(EVT); local
1073 if (C.mTypesToCheck.find(TypeName) == C.mTypesToCheck.end()) {
1074 C.indent() << "__" << TypeName << " = Element." << TypeName
1076 C.mTypesToCheck.insert(TypeName);
1112 std::string TypeName; local
1167 const char *TypeName = GetPrimitiveTypeName(EPT); local
1197 std::string TypeName; local
1242 const char *TypeName = GetVectorTypeName(EVT); local
1277 const char *TypeName = GetMatrixTypeName(EMT); local
1314 std::string TypeName = GetTypeName(ECAT); local
1349 std::string TypeName = local
1378 genGetExportVariable(Context &C, const std::string &TypeName, const std::string &VarName) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp510 SmallString<64> TypeName; local
629 if (ConvertToString(Record, 0, TypeName))
643 Res->setName(TypeName);
646 Res = StructType::create(Context, TypeName);
647 TypeName.clear();
672 Res->setName(TypeName);
675 Res = StructType::create(Context, TypeName);
676 TypeName.clear();
903 std::string TypeName; local
931 if (ConvertToString(Record, 1, TypeName))
[all...]

Completed in 130 milliseconds