| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslopt.c | 175 char **NewPath); 196 char **NewPath); 225 char **NewPath) in OptSearchToRoot() argument 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() 591 Status = AcpiNsLookup (NULL, *NewPath, in OptOptimizeNameDeclaration() 671 char *NewPath = NULL; in OptOptimizeNamePath() local [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 619 char *NewPath; in AcpiNsNormalizePathname() local 626 NewPath = NewPathBuffer; in AcpiNsNormalizePathname() 636 *NewPath = *InputPath; in AcpiNsNormalizePathname() 637 NewPath++; in AcpiNsNormalizePathname() 643 *NewPath = *InputPath; in AcpiNsNormalizePathname() 644 NewPath++; in AcpiNsNormalizePathname() 658 *NewPath = *InputPath; in AcpiNsNormalizePathname() 659 NewPath++; in AcpiNsNormalizePathname() 669 *NewPath = *InputPath; in AcpiNsNormalizePathname() 670 NewPath++; in AcpiNsNormalizePathname() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 59 void insert(StringRef NewPath, unsigned ConsumedLength = 0) { in insert() argument 62 if (llvm::sys::path::is_relative(NewPath)) in insert() 66 Path = std::string(NewPath); in insert() 71 if (NewPath == Path) in insert() 79 StringRef(NewPath).drop_back(ConsumedLength))); in insert() 80 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert() 192 void FileMatchTrie::insert(StringRef NewPath) { in insert() argument 193 Root->insert(NewPath); in insert()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 127 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 D | FuzzerFork.cpp | 220 auto NewPath = DirPlusFile(MainCorpusDir, Hash(U)); in RunOneMergeJob() local 221 WriteToFile(U, NewPath); in RunOneMergeJob() 222 Files.push_back(NewPath); in RunOneMergeJob()
|
| H A D | FuzzerIOWindows.cpp | 234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument 235 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
|
| H A D | FuzzerIO.h | 102 void RenameFile(const std::string &OldPath, const std::string &NewPath);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | FileMatchTrie.h | 68 void insert(StringRef NewPath);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 398 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() 644 PathType NewPath(Path); in paths() local 645 NewPath.push_front(BB); in paths() 646 Res.push_back(NewPath); in paths() 834 PathType NewPath(TPath.getPath()); in createAllExitPaths() local 835 NewPath.push_back(SwitchBlock); in createAllExitPaths() 836 TPath.setPath(NewPath); in createAllExitPaths()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 480 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() local 481 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath() 482 path = NewPath; in FixupRelativePath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 510 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local 511 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 512 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() 518 return std::string(NewPath.str()); in getThinLTOOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1313 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local 1314 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1315 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() 1322 return std::string(NewPath.str()); in getThinLTOOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 532 SmallString<256> NewPath; in replace_path_prefix() local 533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix() 534 Path.swap(NewPath); in replace_path_prefix()
|
| H A D | VirtualFileSystem.cpp | 1116 SmallString<128> NewPath(Dir); in setCurrentEntry() local 1117 llvm::sys::path::append(NewPath, DirStyle, File); in setCurrentEntry() 1119 CurrentEntry = directory_entry(std::string(NewPath), ExternalIter->type()); in setCurrentEntry()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 101 PathPieces NewPath; in flattenTo() local 102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo() 104 Macro.subPieces = NewPath; in flattenTo()
|