Home
last modified time | relevance | path

Searched refs:TmpName (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/compiler/
HDdtio.c254 char *TmpName; in DtParseLine() local
315 TmpName = UtLocalCalloc (Length + 1); in DtParseLine()
316 strncpy (TmpName, Start, Length); in DtParseLine()
317 Name = DtTrim (TmpName); in DtParseLine()
318 ACPI_FREE (TmpName); in DtParseLine()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp358 StringRef TmpName = PP.getSpelling(Tok, TmpBuffer, &Invalid); in HandleHasInclude() local
362 FilenameBuffer += TmpName; in HandleHasInclude()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDDriver.cpp666 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles() local
668 C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str()))); in setUpResponseFiles()
1946 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() local
1948 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath()
2040 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() local
2042 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())); in GetNamedOutputPath()
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp241 SmallString<16> TmpName = STy->getName(); in finishType() local
243 DTy->setName(TmpName); in finishType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp6352 SmallString<256> TmpName; in EmitProtocolList() local
6353 Name.toVector(TmpName); in EmitProtocolList()
6355 CGM.getModule().getGlobalVariable(TmpName.str(), true); in EmitProtocolList()