Searched refs:OutType (Results 1 – 2 of 2) sorted by relevance
269 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach() local285 foreach.mOut = canon(OutType); in beginForEach()317 if ((foreach.mHasOut != HasOut) || !foreach.mOut.equals(OutType)) { in beginForEach()324 if (foreach.mOut.size() && OutType.size()) { in beginForEach()329 << Name << foreach.mOut.str() << OutType; in beginForEach()332 const bool hasTyped64 = OutType.size(); in beginForEach()336 << Name << (foreach.mOut.str() + OutType) << hasTyped64; in beginForEach()339 const std::string CombinedOutType = (foreach.mOut.str() + OutType); in beginForEach()
410 const clang::Type *OutType = in Create() local412 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument); in Create()