Home
last modified time | relevance | path

Searched refs:OtherFile (Results 1 – 25 of 63) sorted by relevance

123

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Daddtoprojectdlg.pas119 NewFilename, NewUnitName, OtherFile: string;
136 OtherFile:=fFileNames[j];
137 if FilenameHasPascalExt(OtherFile)
138 and (CompareText(ExtractFileNameOnly(OtherFile), NewUnitName)=0)
142 [NewUnitName, LineEnding, OtherFile]),
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Daddtoprojectdlg.pas119 NewFilename, NewUnitName, OtherFile: string;
136 OtherFile:=fFileNames[j];
137 if FilenameHasPascalExt(OtherFile)
138 and (CompareText(ExtractFileNameOnly(OtherFile), NewUnitName)=0)
142 [NewUnitName, LineEnding, OtherFile]),
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/refactor/
H A DRename.cpp79 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
81 if (OtherFile) in getOtherRefFile()
85 OtherFile = *RefFilePath; in getOtherRefFile()
88 return OtherFile; in getOtherRefFile()
128 auto OtherFile = getOtherRefFile(RenameDecl, MainFile, *Index); in renamableWithinFile() local
131 if (!OtherFile) in renamableWithinFile()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DRenameTests.cpp147 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
148 OtherFile.HeaderCode = CommonHeader; in TEST()
149 OtherFile.Filename = "other.cc"; in TEST()
151 auto OtherFileIndex = OtherFile.index(); in TEST()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/VirtioFsDxe/
H A DSimpleFsSetInfo.c234 VIRTIO_FS_FILE *OtherFile; in Rename() local
236 OtherFile = VIRTIO_FS_FILE_FROM_OPEN_FILES_ENTRY (OpenFilesEntry); in Rename()
237 if (OtherFile != VirtioFsFile && in Rename()
239 OtherFile->CanonicalPathname, PathLen) == 0 && in Rename()
240 (OtherFile->CanonicalPathname[PathLen] == '\0' || in Rename()
241 OtherFile->CanonicalPathname[PathLen] == '/')) { in Rename()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/VirtioFsDxe/
H A DSimpleFsSetInfo.c234 VIRTIO_FS_FILE *OtherFile;
236 OtherFile = VIRTIO_FS_FILE_FROM_OPEN_FILES_ENTRY (OpenFilesEntry);
237 if (OtherFile != VirtioFsFile &&
239 OtherFile->CanonicalPathname, PathLen) == 0 &&
240 (OtherFile->CanonicalPathname[PathLen] == '\0' ||
241 OtherFile->CanonicalPathname[PathLen] == '/')) {
/dports/editors/lazarus/lazarus/packager/
H A Dinterpkgconflictfiles.pas856 OtherFile: TPGInterPkgFile;
881 OtherFile:=TPGInterPkgFile(OtherNode.Data);
886 if not CheckIfFilesCanConflict(FileGroup,CurUnit,OtherFile) then
889 FindUnitSourcePPU(OtherFile,OtherPPUFile);
894 if (SrcFile<>nil) and (OtherFile<>nil)
904 and (OtherFile=nil) then begin
917 FileGroup.Add(OtherFile,OtherPPUFile);
965 OtherFile: TPGInterPkgFile;
985 OtherFile:=TPGInterPkgFile(OtherNode.Data);
989 if OtherFile.AnUnitName<>'' then
[all …]
H A Dprojpackchecks.pas287 OtherFile: string;
323 OtherFile:=NewFiles[j];
324 if FilenameIsPascalUnit(OtherFile) then begin
325 OtherUnitName:=ExtractFileNameOnly(OtherFile);
329 [NewUnitName, LineEnding, OtherFile]),
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/packager/
H A Dinterpkgconflictfiles.pas857 OtherFile: TPGInterPkgFile;
882 OtherFile:=TPGInterPkgFile(OtherNode.Data);
887 if not CheckIfFilesCanConflict(FileGroup,CurUnit,OtherFile) then
890 FindUnitSourcePPU(OtherFile,OtherPPUFile);
895 if (SrcFile<>nil) and (OtherFile<>nil)
905 and ((OtherFile=nil) or (SrcFile=nil)) then begin
918 FileGroup.Add(OtherFile,OtherPPUFile);
966 OtherFile: TPGInterPkgFile;
986 OtherFile:=TPGInterPkgFile(OtherNode.Data);
990 if OtherFile.AnUnitName<>'' then
[all …]
/dports/editors/lazarus-qt5/lazarus/packager/
H A Dinterpkgconflictfiles.pas856 OtherFile: TPGInterPkgFile;
881 OtherFile:=TPGInterPkgFile(OtherNode.Data);
886 if not CheckIfFilesCanConflict(FileGroup,CurUnit,OtherFile) then
889 FindUnitSourcePPU(OtherFile,OtherPPUFile);
894 if (SrcFile<>nil) and (OtherFile<>nil)
904 and (OtherFile=nil) then begin
917 FileGroup.Add(OtherFile,OtherPPUFile);
965 OtherFile: TPGInterPkgFile;
985 OtherFile:=TPGInterPkgFile(OtherNode.Data);
989 if OtherFile.AnUnitName<>'' then
[all …]
H A Dprojpackchecks.pas287 OtherFile: string;
323 OtherFile:=NewFiles[j];
324 if FilenameIsPascalUnit(OtherFile) then begin
325 OtherUnitName:=ExtractFileNameOnly(OtherFile);
329 [NewUnitName, LineEnding, OtherFile]),
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/packager/
H A Dinterpkgconflictfiles.pas857 OtherFile: TPGInterPkgFile;
882 OtherFile:=TPGInterPkgFile(OtherNode.Data);
887 if not CheckIfFilesCanConflict(FileGroup,CurUnit,OtherFile) then
890 FindUnitSourcePPU(OtherFile,OtherPPUFile);
895 if (SrcFile<>nil) and (OtherFile<>nil)
905 and ((OtherFile=nil) or (SrcFile=nil)) then begin
918 FileGroup.Add(OtherFile,OtherPPUFile);
966 OtherFile: TPGInterPkgFile;
986 OtherFile:=TPGInterPkgFile(OtherNode.Data);
990 if OtherFile.AnUnitName<>'' then
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/linkchecker/
H A Dmain.rs155 OtherFile, enumerator
200 FileEntry::OtherFile => return, in check()
289 FileEntry::OtherFile => return, in check()
334 FileEntry::OtherFile => return, in check()
407 FileEntry::OtherFile in load_file()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
68 if (OtherFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
75 return OtherFile; in getOtherRefFile()
155 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
158 if (!OtherFile) in renameable()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/refactor/
H A DRename.cpp66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
68 if (OtherFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
75 return OtherFile; in getOtherRefFile()
155 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
158 if (!OtherFile) in renameable()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/refactor/
H A DRename.cpp67 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
69 if (OtherFile) in getOtherRefFile()
73 OtherFile = *RefFilePath; in getOtherRefFile()
76 return OtherFile; in getOtherRefFile()
174 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
177 if (!OtherFile) in renameable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/refactor/
H A DRename.cpp67 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
69 if (OtherFile) in getOtherRefFile()
73 OtherFile = *RefFilePath; in getOtherRefFile()
76 return OtherFile; in getOtherRefFile()
174 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
177 if (!OtherFile) in renameable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/refactor/
H A DRename.cpp67 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
69 if (OtherFile) in getOtherRefFile()
73 OtherFile = *RefFilePath; in getOtherRefFile()
76 return OtherFile; in getOtherRefFile()
178 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
181 if (!OtherFile) in renameable()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
68 if (OtherFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
75 return OtherFile; in getOtherRefFile()
250 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
253 if (!OtherFile) in renameable()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/
H A DRename.cpp66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
68 if (OtherFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
75 return OtherFile; in getOtherRefFile()
250 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
253 if (!OtherFile) in renameable()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp431 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
436 OtherFile.HeaderCode = CommonHeader; in TEST()
437 OtherFile.Filename = "other.cc"; in TEST()
439 auto OtherFileIndex = OtherFile.index(); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DRenameTests.cpp431 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
436 OtherFile.HeaderCode = CommonHeader; in TEST()
437 OtherFile.Filename = "other.cc"; in TEST()
439 auto OtherFileIndex = OtherFile.index(); in TEST()
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/plugins/iconengines/svgiconengine/
H A Dqsvgiconengine.cpp251 enum FileType { OtherFile, SvgFile, CompressedSvgFile }; enumerator
269 return OtherFile; in fileType()
289 } else if (type == OtherFile) {
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DRenameTests.cpp519 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
524 OtherFile.HeaderCode = CommonHeader; in TEST()
525 OtherFile.Filename = "other.cc"; in TEST()
527 auto OtherFileIndex = OtherFile.index(); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp519 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
524 OtherFile.HeaderCode = CommonHeader; in TEST()
525 OtherFile.Filename = "other.cc"; in TEST()
527 auto OtherFileIndex = OtherFile.index(); in TEST()

123