Searched refs:newPath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/runtime/ |
H A D | external-unit.cpp | 114 OwningPtr<char> &&newPath, std::size_t newPathLength, Convert convert, in OpenUnit() 124 bool isSamePath{newPath.get() && path() && pathLength() == newPathLength && in OpenUnit() 125 std::memcmp(path(), newPath.get(), newPathLength) == 0}; in OpenUnit() 131 if (!newPath.get() || isSamePath) { in OpenUnit() 133 newPath.reset(); in OpenUnit() 143 if (newPath.get() && newPathLength > 0) { in OpenUnit() 145 GetUnitMap().LookUp(newPath.get(), newPathLength)}) { in OpenUnit() 148 unitNumber_, static_cast<int>(newPathLength), newPath.get(), in OpenUnit() 153 set_path(std::move(newPath), newPathLength); in OpenUnit() 110 OpenUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,OwningPtr<char> && newPath,std::size_t newPathLength,Convert convert,IoErrorHandler & handler) OpenUnit() argument
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | FileRemapper.cpp | 138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local 139 fs::make_absolute(newPath); in flushToFile() 140 infoOut << newPath << '\n'; in flushToFile()
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1612 SmallString<128> newPath; in findDylib() local 1618 path::append(newPath, path::parent_path(config->outputFile), path); in findDylib() 1619 path = newPath; in findDylib() 1621 fs::real_path(umbrella->getName(), newPath); in findDylib() 1622 path::remove_filename(newPath); in findDylib() 1623 path::append(newPath, path); in findDylib() 1624 path = newPath; in findDylib() 1627 newPath.clear(); in findDylib() 1629 fs::real_path(umbrella->getName(), newPath); in findDylib() 1630 path::remove_filename(newPath); in findDylib() [all...] |