Home
last modified time | relevance | path

Searched refs:NewPath (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopt.c175 char **NewPath);
196 char **NewPath);
225 char **NewPath) in OptSearchToRoot() argument
278 *NewPath = UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1); in OptSearchToRoot()
279 strcpy (*NewPath, Path); in OptSearchToRoot()
281 if (strncmp (*NewPath, "_T_", 3)) in OptSearchToRoot()
284 Op, *NewPath); in OptSearchToRoot()
553 char **NewPath) in OptOptimizeNameDeclaration() argument
571 *NewPath = &AmlNameString[1]; in OptOptimizeNameDeclaration()
575 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, *NewPath, in OptOptimizeNameDeclaration()
[all …]
H A Daslexternal.c207 char *NewPath = NULL; in ExDoExternal() local
268 NewPath = NameOp->Asl.Namepath; in ExDoExternal()
269 if (!NewPath && NameOp->Asl.Value.String) in ExDoExternal()
271 (void) UtInternalizeName (NameOp->Asl.Value.String, &NewPath); in ExDoExternal()
272 NameOp->Asl.Namepath = NewPath; in ExDoExternal()
276 while (Existing && NewPath) in ExDoExternal()
287 if (ExistingPath && !strcmp (NewPath, ExistingPath)) in ExDoExternal()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c626 char *NewPath; in AcpiNsNormalizePathname() local
633 NewPath = NewPathBuffer; in AcpiNsNormalizePathname()
643 *NewPath = *InputPath; in AcpiNsNormalizePathname()
644 NewPath++; in AcpiNsNormalizePathname()
650 *NewPath = *InputPath; in AcpiNsNormalizePathname()
651 NewPath++; in AcpiNsNormalizePathname()
665 *NewPath = *InputPath; in AcpiNsNormalizePathname()
666 NewPath++; in AcpiNsNormalizePathname()
676 *NewPath = *InputPath; in AcpiNsNormalizePathname()
677 NewPath++; in AcpiNsNormalizePathname()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp58 void insert(StringRef NewPath, unsigned ConsumedLength = 0) { in insert() argument
61 if (llvm::sys::path::is_relative(NewPath)) in insert()
65 Path = std::string(NewPath); in insert()
70 if (NewPath == Path) in insert()
78 StringRef(NewPath).drop_back(ConsumedLength))); in insert()
79 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert()
191 void FileMatchTrie::insert(StringRef NewPath) { in insert() argument
192 Root->insert(NewPath); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp398 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()
633 ThreadingPath NewPath; in getPathsFromStateDefMap() local
634 NewPath.setDeterminator(PhiBB); in getPathsFromStateDefMap()
635 NewPath.setExitValue(C); in getPathsFromStateDefMap()
638 NewPath.push_back(IncomingBB); in getPathsFromStateDefMap()
639 NewPath.push_back(PhiBB); in getPathsFromStateDefMap()
640 Res.push_back(NewPath); in getPathsFromStateDefMap()
679 ThreadingPath NewPath(Path); in getPathsFromStateDefMap() local
680 NewPath.appendExcludingFirst(IPath); in getPathsFromStateDefMap()
681 NewPath.push_back(PhiBB); in getPathsFromStateDefMap()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
128 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerFork.cpp240 auto NewPath = DirPlusFile(MainCorpusDir, Hash(U)); in RunOneMergeJob() local
241 WriteToFile(U, NewPath); in RunOneMergeJob()
248 Files.insert(Files.begin() + Idx, NewPath); in RunOneMergeJob()
250 Files.push_back(NewPath); in RunOneMergeJob()
H A DFuzzerIOWindows.cpp233 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
234 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerIO.h107 void RenameFile(const std::string &OldPath, const std::string &NewPath);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h68 void insert(StringRef NewPath);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp489 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() local
490 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()
491 path = NewPath; in FixupRelativePath()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp584 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local
585 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
586 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile()
592 return std::string(NewPath); in getThinLTOOutputFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp534 SmallString<256> NewPath; in replace_path_prefix() local
535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
536 Path.swap(NewPath); in replace_path_prefix()
H A DVirtualFileSystem.cpp1334 SmallString<128> NewPath(Dir); in setCurrentEntry() local
1335 llvm::sys::path::append(NewPath, DirStyle, File); in setCurrentEntry()
1337 CurrentEntry = directory_entry(std::string(NewPath), ExternalIter->type()); in setCurrentEntry()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp90 PathPieces NewPath; in flattenTo() local
91 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo()
93 Macro.subPieces = NewPath; in flattenTo()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1789 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local
1790 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
1791 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile()
1798 return std::string(NewPath); in getThinLTOOutputFile()