Searched refs:OutType (Results 1 – 2 of 2) sorted by relevance
270 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach() local286 foreach.mOut = canon(OutType); in beginForEach()318 if ((foreach.mHasOut != HasOut) || !foreach.mOut.equals(OutType)) { in beginForEach()325 if (foreach.mOut.size() && OutType.size()) { in beginForEach()330 << Name << foreach.mOut.str() << OutType; in beginForEach()333 const bool hasTyped64 = OutType.size(); in beginForEach()337 << Name << (foreach.mOut.str() + OutType) << hasTyped64; in beginForEach()340 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()