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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp795 llvm::StringRef PointeeName; local
796 if (NormalizeType(PT, PointeeName, nullptr, nullptr,
798 char *Name = new char[ 1 /* * */ + PointeeName.size() + 1 ];
800 memcpy(Name + 1, PointeeName.data(), PointeeName.size());
801 Name[PointeeName.size() + 1] = '\0';

Completed in 432 milliseconds