Home
last modified time | relevance | path

Searched refs:FoundName (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/fpc/fpc-3.2.2/packages/fcl-process/src/dummy/
H A Dprocess.inc66 ExecName, FoundName: string;
98 FoundName := ExeSearch (ExecName, '');
99 if FoundName <> '' then
100 ExecName := FoundName
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-process/src/dummy/
H A Dprocess.inc66 ExecName, FoundName: string;
98 FoundName := ExeSearch (ExecName, '');
99 if FoundName <> '' then
100 ExecName := FoundName
/dports/lang/fpc/fpc-3.2.2/packages/fcl-process/src/amicommon/
H A Dprocess.inc71 ExecName, FoundName: string;
105 FoundName := ExeSearch (ExecName, '');
106 if FoundName <> '' then
107 ExecName := FoundName
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-process/src/amicommon/
H A Dprocess.inc71 ExecName, FoundName: string;
105 FoundName := ExeSearch (ExecName, '');
106 if FoundName <> '' then
107 ExecName := FoundName
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcfileutl.pas66 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
93 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
333 …function TCachedDirectory.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boo… in TCachedDirectory.FileExistsCaseAware()
341 Result:=FileExistsNonCase(path,fn,false,FoundName);
349 FoundName:=ExtractFilePath(path+fn)+entry^.RealName;
423 …function TDirectoryCache.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):bool… in TDirectoryCache.FileExistsCaseAware()
430 Result:=CachedDir.FileExistsCaseAware(path,fn,FoundName);
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnEnv.hs560 = return (FoundName NoParent (mkUnboundNameRdr rdr_name))
591 _ -> FoundName gre_par gre_name
631 return (FoundName (gre_par (head gres)) (gre_name (head gres)))
708 | FoundName Parent Name -- We resolved to a normal name constructor
722 ppr (FoundName p n) = text "Found:" <+> ppr p <+> ppr n
736 lookupExactOrOrig rdr_name (FoundName NoParent) $
741 FoundName _p n -> return (Right n)
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dcfileutl.pas66 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
93 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
333 …function TCachedDirectory.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boo… in TCachedDirectory.FileExistsCaseAware()
341 Result:=FileExistsNonCase(path,fn,false,FoundName);
349 FoundName:=ExtractFilePath(path+fn)+entry^.RealName;
423 …function TDirectoryCache.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):bool… in TDirectoryCache.FileExistsCaseAware()
430 Result:=CachedDir.FileExistsCaseAware(path,fn,FoundName);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcfileutl.pas66 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
93 function FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boolean; in FileExistsCaseAware()
333 …function TCachedDirectory.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):boo… in TCachedDirectory.FileExistsCaseAware()
341 Result:=FileExistsNonCase(path,fn,false,FoundName);
349 FoundName:=ExtractFilePath(path+fn)+entry^.RealName;
423 …function TDirectoryCache.FileExistsCaseAware(const path, fn: TCmdStr; out FoundName: TCmdStr):bool… in TDirectoryCache.FileExistsCaseAware()
430 Result:=CachedDir.FileExistsCaseAware(path,fn,FoundName);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-process/src/unix/
H A Dprocess.inc318 FoundName,
343 FoundName := ExeSearch(Pname,fpgetenv('PATH'));
344 if FoundName<>'' then
345 PName:=FoundName
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-process/src/unix/
H A Dprocess.inc318 FoundName,
343 FoundName := ExeSearch(Pname,fpgetenv('PATH'));
344 if FoundName<>'' then
345 PName:=FoundName
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp906 bool FoundName = false; in visitFullComment() local
912 FoundName = true; in visitFullComment()
916 if (!FoundName) in visitFullComment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Index/
H A DCommentToXML.cpp906 bool FoundName = false; in visitFullComment() local
912 FoundName = true; in visitFullComment()
916 if (!FoundName) in visitFullComment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Index/
H A DCommentToXML.cpp898 bool FoundName = false; in visitFullComment() local
904 FoundName = true; in visitFullComment()
908 if (!FoundName) in visitFullComment()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Index/
H A DCommentToXML.cpp902 bool FoundName = false; in visitFullComment() local
908 FoundName = true; in visitFullComment()
912 if (!FoundName) in visitFullComment()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp620 StringRef FoundName;
622 if (auto EC = Section.getName(FoundName))
624 if (FoundName == Name)

1234