Searched refs:cTypeName (Results 1 – 1 of 1) sorted by relevance
673 std::string cTypeName = DataType().RegularTypeName(); in ProgramHeader() local682 header += std::string("#define ")+aTypeName+" "+cTypeName+"\n" in ProgramHeader()702 …hange_strong(volatile "+addressSpace+" "+aTypeName+" *a, "+cTypeName+" *expected, "+cTypeName+" de… in ProgramHeader()704 " "+cTypeName+" old = atom_cmpxchg(a, *expected, desired);\n" in ProgramHeader()775 std::string cTypeName = DataType().RegularTypeName(); in KernelCode() local782 code += std::string("__global ")+cTypeName+" *finalDest, __global "+cTypeName+" *oldValues," in KernelCode()787 …code += "volatile "+addressSpace+(DeclaredInProgram() ? (cTypeName+" *finalDest") : (aTypeName+" *… in KernelCode()788 ", __global "+cTypeName+" *oldValues"; in KernelCode()791 code += std::string(", __local ")+cTypeName+" *localValues"; in KernelCode()