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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp76 llvm::StringRef TypeName; local
84 if (!RSExportType::NormalizeType(T, TypeName, Context, nullptr))
95 TypeName,
110 TypeName,
H A Dslang_rs_check_ast.cpp190 llvm::StringRef TypeName; local
192 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) {
H A Dslang_rs_context.cpp251 bool RSContext::insertExportType(const llvm::StringRef &TypeName, argument
254 ExportTypeMap::value_type::Create(TypeName,
H A Dslang_rs_context.h212 export_type_iterator findExportType(const llvm::StringRef &TypeName) { argument
213 return mExportTypes.find(TypeName);
215 const_export_type_iterator findExportType(const llvm::StringRef &TypeName)
217 return mExportTypes.find(TypeName);
223 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
H A Dslang_rs_export_type.cpp649 llvm::StringRef &TypeName,
656 TypeName = RSExportType::GetTypeName(T);
657 if (Context && TypeName.empty()) {
795 const llvm::StringRef &TypeName) {
799 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
809 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
815 TypeName);
822 TypeName,
830 TypeName,
838 TypeName,
648 NormalizeType(const clang::Type *&T, llvm::StringRef &TypeName, RSContext *Context, const clang::VarDecl *VD) argument
793 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName) argument
885 llvm::StringRef TypeName; local
953 GetRSSpecificType(const llvm::StringRef &TypeName) argument
1099 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, bool Normalized) argument
1114 llvm::StringRef TypeName; local
1211 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
1280 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1311 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1437 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]
H A Dslang_rs_reflection_cpp.cpp541 std::string TypeName = GetTypeName(EPT, false); local
544 mOut.indent() << "void set_" << EV->getName() << "(" << TypeName << " v)";
556 mOut.indent() << TypeName << " get_" << EV->getName() << "() const";
560 bool isBool = !strcmp(TypeName.c_str(), "bool");
577 std::string TypeName = GetTypeName(ET); local
585 mOut.indent() << "void bind_" << VarName << "(" << TypeName << " v)"; local
591 mOut.indent() << TypeName << " get_" << VarName << "() const";
595 bool isBool = !strcmp(TypeName.c_str(), "bool");
809 std::string TypeName; local
814 TypeName
825 << RS_ELEM_PREFIX << TypeName << "))"; local
852 std::string TypeName = ET->getElementName(); local
[all...]
H A Dslang_rs_reflection.cpp878 std::string TypeName = ET->getElementName(); local
879 if (addTypeNameForElement(TypeName)) {
880 mOut.indent() << RS_ELEM_PREFIX << TypeName << " = Element." << TypeName local
906 std::string TypeName = ET->getElementName(); local
907 addTypeNameForFieldPacker(TypeName);
926 std::string TypeName; local
932 TypeName = ET->getElementName();
940 if (!TypeName.empty()) {
943 << TypeName << ")) {\ local
957 std::string TypeName = GetTypeName(EPT); local
1064 std::string TypeName = GetTypeName(ET); local
1094 std::string TypeName = GetTypeName(EV->getType()); local
1108 std::string TypeName = GetTypeName(ET); local
1138 std::string TypeName = GetTypeName(EV->getType()); local
1151 std::string TypeName = GetTypeName(EV->getType()); local
1160 genPrivateExportVariable(const std::string &TypeName, const std::string &VarName) argument
1166 genSetExportVariable(const std::string &TypeName, const RSExportVar *EV) argument
1197 genGetExportVariable(const std::string &TypeName, const std::string &VarName) argument
2108 addTypeNameForElement(const std::string &TypeName) argument
2117 addTypeNameForFieldPacker(const std::string &TypeName) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp900 SmallString<64> TypeName; local
1017 if (ConvertToString(Record, 0, TypeName))
1031 Res->setName(TypeName);
1034 Res = createIdentifiedStructType(Context, TypeName);
1035 TypeName.clear();
1060 Res->setName(TypeName);
1063 Res = createIdentifiedStructType(Context, TypeName);
1064 TypeName.clear();
1291 std::string TypeName; local
1319 if (ConvertToString(Record, 1, TypeName))
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1177 SmallString<64> TypeName; local
1313 if (ConvertToString(Record, 0, TypeName))
1327 Res->setName(TypeName);
1330 Res = createIdentifiedStructType(Context, TypeName);
1331 TypeName.clear();
1356 Res->setName(TypeName);
1359 Res = createIdentifiedStructType(Context, TypeName);
1360 TypeName.clear();
1604 std::string TypeName; local
1632 if (ConvertToString(Record, 1, TypeName))
[all...]

Completed in 220 milliseconds