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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp85 llvm::StringRef TypeName; local
86 if (!RSExportType::NormalizeType(T, TypeName, &mDiagEngine, VD)) {
H A Dslang_rs_export_element.cpp64 llvm::StringRef TypeName; local
72 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
84 TypeName,
99 TypeName,
H A Dslang_rs_context.cpp268 bool RSContext::insertExportType(const llvm::StringRef &TypeName, argument
271 ExportTypeMap::value_type::Create(TypeName.begin(),
272 TypeName.end(),
H A Dslang_rs_context.h205 export_type_iterator findExportType(const llvm::StringRef &TypeName) { argument
206 return mExportTypes.find(TypeName);
208 const_export_type_iterator findExportType(const llvm::StringRef &TypeName)
210 return mExportTypes.find(TypeName);
216 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
H A Dslang_rs_spec_table.cpp65 RSDataTypeSpec(const char *TypeName, argument
68 : mTypeName(TypeName),
88 RSMatrixDataTypeSpec(const char *TypeName, argument
91 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(ignore)),
102 RSObjectDataTypeSpec(const char *TypeName, argument
104 : RSDataTypeSpec(TypeName, TypePragmaName, 32 /* opaque pointer */) {
H A Dslang_rs_export_type.cpp547 llvm::StringRef &TypeName,
554 TypeName = RSExportType::GetTypeName(T);
555 if (TypeName.empty()) {
697 const llvm::StringRef &TypeName) {
701 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
710 RSExportPrimitiveType::GetRSSpecificType(TypeName);
716 TypeName);
723 TypeName,
731 TypeName,
739 TypeName,
546 NormalizeType(const clang::Type *&T, llvm::StringRef &TypeName, clang::DiagnosticsEngine *DiagEngine, const clang::VarDecl *VD) argument
695 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName) argument
787 llvm::StringRef TypeName; local
863 GetRSSpecificType(const llvm::StringRef &TypeName) argument
1015 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, bool Normalized) argument
1030 llvm::StringRef TypeName; local
1128 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
1210 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1252 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1416 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]
H A Dslang_rs_reflection.cpp770 std::string TypeName = ET->getElementName(); local
771 if (C.addTypeNameForElement(TypeName)) {
772 C.indent() << RS_ELEM_PREFIX << TypeName << " = Element." << TypeName
799 std::string TypeName = ET->getElementName(); local
800 C.addTypeNameForFieldPacker(TypeName);
820 std::string TypeName; local
826 TypeName = ET->getElementName();
834 if (!TypeName.empty()) {
837 << TypeName << ")) {" << st
855 std::string TypeName = GetTypeName(EPT); local
926 std::string TypeName = GetTypeName(ET); local
962 std::string TypeName = GetTypeName(EV->getType()); local
978 std::string TypeName = GetTypeName(ET); local
1014 std::string TypeName = GetTypeName(EV->getType()); local
1029 std::string TypeName = GetTypeName(EV->getType()); local
1039 genPrivateExportVariable(Context &C, const std::string &TypeName, const std::string &VarName) argument
1047 genSetExportVariable(Context &C, const std::string &TypeName, const RSExportVar *EV) argument
1084 genGetExportVariable(Context &C, const std::string &TypeName, const std::string &VarName) argument
2244 addTypeNameForElement( const std::string &TypeName) argument
2254 addTypeNameForFieldPacker( const std::string &TypeName) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp575 SmallString<64> TypeName; local
694 if (ConvertToString(Record, 0, TypeName))
708 Res->setName(TypeName);
711 Res = StructType::create(Context, TypeName);
712 TypeName.clear();
737 Res->setName(TypeName);
740 Res = StructType::create(Context, TypeName);
741 TypeName.clear();
968 std::string TypeName; local
996 if (ConvertToString(Record, 1, TypeName))
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp854 SmallString<64> TypeName; local
992 if (ConvertToString(Record, 0, TypeName))
1006 Res->setName(TypeName);
1009 Res = StructType::create(Context, TypeName);
1010 TypeName.clear();
1035 Res->setName(TypeName);
1038 Res = StructType::create(Context, TypeName);
1039 TypeName.clear();
1283 std::string TypeName; local
1311 if (ConvertToString(Record, 1, TypeName))
[all...]

Completed in 126 milliseconds