/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | filename.d | 77 struct FileName struct 83 extern (D) this(const(char)[] str) pure in this() 89 extern (C++) static bool equals(const(char)* name1, const(char)* name2) pure @nogc in equals() 95 extern (D) static bool equals(const(char)[] name1, const(char)[] name2) pure @nogc in equals() 118 extern (C++) static bool absolute(const(char)* name) pure @nogc in absolute() 124 extern (D) static bool absolute(const(char)[] name) pure @nogc in absolute() 149 version (Windows) in version()
|
H A D | filename.h | 17 struct FileName struct
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerIOWindows.cpp | 119 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local 182 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive() 197 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName() 207 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir() 222 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare() 248 static size_t ParseLocation(const std::string &FileName) { in ParseLocation() 281 std::string DirName(const std::string &FileName) { in DirName() 326 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
H A D | FuzzerIOPosix.cpp | 114 std::string DirName(const std::string &FileName) { in DirName() 128 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | filename.h | 18 struct FileName struct 21 FileName(const char *str); argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPCallbacks.cpp | 17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() 24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 110 static Expected<std::string> searchForFile(const Twine &FileName) { in searchForFile() 147 StringRef FileName, DirName; in processFileList() local 319 object::Archive &Lib, StringRef FileName, in processArchive() 334 NewArchiveMember NM, StringRef FileName, const Config &C) { in addArchiveMembers() 352 NewArchiveMember NM, StringRef FileName, const Config &C) { in addUniversalMembers() 419 StringRef FileName, const Config &C) { in addMember() 466 for (StringRef FileName : InputFiles) in createStaticLibrary() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/ |
H A D | HeaderIncludes.h | 42 std::string FileName; variable 94 std::string FileName; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 229 RawCoverage::read(const std::string &FileName) { in read() 309 std::string FileName = P.first; in operator <<() local 469 static std::string normalizeFilename(const std::string &FileName) { in normalizeFilename() 794 visitObjectFiles(const std::string &FileName, in visitObjectFiles() 811 findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions() 823 static std::set<uint64_t> findCoveragePointAddrs(const std::string &FileName) { in findCoveragePointAddrs() 839 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile() 861 static bool isSymbolizedCoverageFile(const std::string &FileName) { in isSymbolizedCoverageFile() 907 std::string FileName; member 1009 for (const auto &FileName : FileNames) { in readAndPrintRawCoverage() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Process.cpp | 34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() 39 StringRef FileName, in FindInEnvPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 81 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments() 158 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset() 191 StringRef FileName) in IncludeCategoryManager() 268 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 25 std::string FileName; member 62 std::string FileName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 116 StringRef FileName, in addInlineSite()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | WasmObjcopy.cpp | 46 StringRef FileName; in handleArgs() local 59 StringRef SecName, FileName; in handleArgs() local
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | debug.c | 35 IN CONST CHAR8 *FileName, in DbgAssert()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 105 StringRef FileName, in findEquivalent() 196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
|
H A D | Tooling.cpp | 157 const Twine &Code, const Twine &FileName, in runToolOnCode() 170 StringRef FileName) { in getSyntaxOnlyToolArgs() 185 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() 202 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() 617 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode() 624 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2263 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes() 2363 StringRef FileName, in sortCppIncludes() 2465 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortJavaImports() 2544 StringRef FileName, in sortJavaImports() 2606 StringRef FileName, unsigned *Cursor) { in sortIncludes() 2635 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() local 2650 StringRef FileName) -> tooling::Replacements { in formatReplacements() 2662 StringRef FileName) -> tooling::Replacements { in formatReplacements() 2708 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions() local 2760 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 71 StringRef FileName, in InclusionDirective() 118 StringRef FileName = AllFiles[I]->getName(); in OutputGraphFile() local
|
/netbsd-src/external/bsd/iscsi/dist/src/osd/ |
H A D | osd.c | 118 char FileName[1024]; in device_init() local 166 char FileName[1024]; in device_command() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 182 static FileID createInMemoryFile(StringRef FileName, MemoryBufferRef Source, in createInMemoryFile() 357 static bool format(StringRef FileName) { in format() 471 StringRef FileName; in dumpConfig() local 536 for (const auto &FileName : FileNames) { in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 75 StringRef FileName; member 85 StringRef FileName; member 100 StringRef FileName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 58 StringRef FileName) { in getELFImageLMAForSec() 188 StringRef FileName = Obj->getFileName(); in decodePseudoProbe() local 314 StringRef FileName = Obj->getFileName(); in setUpDisassembler() local 358 StringRef FileName = Obj->getFileName(); in disassemble() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSourceFile.cpp | 25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 280 std::string FunctionName, FileName; in symbolizeCode() local 308 std::string FunctionName, FileName; in symbolizeInlinedCode() local 327 std::string FileName; in symbolizeData() local
|