Searched refs:TmpName (Results 1 – 4 of 4) sorted by relevance
205 SmallString<16> TmpName; in linkDefinedTypeBodies() local232 TmpName.insert(TmpName.end(), SrcName.begin(), SrcName.end()); in linkDefinedTypeBodies()234 DstSTy->setName(TmpName.str()); in linkDefinedTypeBodies()235 TmpName.clear(); in linkDefinedTypeBodies()
174 char *TmpName = ::mktemp(pathname);175 if (TmpName == 0) {177 std::string(TmpName) + ": can't create unique directory name");180 if (-1 == ::mkdir(TmpName, S_IRWXU)) {182 std::string(TmpName) + ": can't create temporary directory");185 return Path(TmpName);
1517 std::string TmpName = in GetNamedOutputPath() local1519 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath()1562 std::string TmpName = in GetNamedOutputPath() local1564 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath()
5707 SmallString<256> TmpName; in EmitProtocolList() local5708 Name.toVector(TmpName); in EmitProtocolList()5710 CGM.getModule().getGlobalVariable(TmpName.str(), true); in EmitProtocolList()