| /external/llvm-project/clang-tools-extra/clang-tidy/altera/ |
| D | KernelNameRestrictionCheck.cpp | 46 StringRef FileName; // Filename as a string. member 64 SourceLocation HashLoc, const Token &, StringRef FileName, bool, in InclusionDirective() argument 72 StringRef FileName) { in FileNameIsRestricted() 82 StringRef FileName = llvm::sys::path::filename(Entry->getName()); in EndOfMainFile() local 95 StringRef FileName = llvm::sys::path::filename(ID.FileName); in EndOfMainFile() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
| D | HeaderGuard.cpp | 41 std::string FileName = cleanPath(FE->getName()); in FileChanged() local 84 std::string FileName = cleanPath(FE->getName()); in EndOfMainFile() local 129 bool wouldFixEndifComment(StringRef FileName, SourceLocation EndIf, in wouldFixEndifComment() 163 StringRef FileName, in checkHeaderGuardDefinition() 189 void checkEndifComment(StringRef FileName, SourceLocation EndIf, in checkEndifComment() 208 StringRef FileName = FE.getKey(); in checkGuardlessHeaders() local 281 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() 285 bool HeaderGuardCheck::shouldFixHeaderGuard(StringRef FileName) { return true; } in shouldFixHeaderGuard() 287 bool HeaderGuardCheck::shouldSuggestToAddHeaderGuard(StringRef FileName) { in shouldSuggestToAddHeaderGuard()
|
| D | IncludeSorter.cpp | 127 const FileID FileID, StringRef FileName, in IncludeSorter() 132 void IncludeSorter::AddInclude(StringRef FileName, bool IsAngled, in AddInclude() 153 Optional<FixItHint> IncludeSorter::CreateIncludeInsertion(StringRef FileName, in CreateIncludeInsertion()
|
| D | FileExtensionsUtils.cpp | 57 getFileExtension(StringRef FileName, const FileExtensionsSet &FileExtensions) { in getFileExtension() 67 bool isFileExtension(StringRef FileName, in isFileExtension()
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerIOWindows.cpp | 137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local 248 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive() 263 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName() 273 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir() 288 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare() 314 static size_t ParseLocation(const std::string &FileName) { in ParseLocation() 347 std::string DirName(const std::string &FileName) { in DirName() 392 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
| /external/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerIOWindows.cpp | 137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local 248 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive() 263 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName() 273 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir() 288 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare() 314 static size_t ParseLocation(const std::string &FileName) { in ParseLocation() 347 std::string DirName(const std::string &FileName) { in DirName() 392 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
| /external/llvm-project/clang/lib/Lex/ |
| D | PPCallbacks.cpp | 17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() 24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
|
| /external/llvm-project/clang/unittests/StaticAnalyzer/ |
| D | CheckerRegistration.h | 73 SmallString<80> FileName; in getCurrentTestNameAsFileName() local 80 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); in runCheckerOnCode() local 96 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); in runCheckerOnCodeWithArgs() local
|
| /external/llvm-project/clang/unittests/AST/ |
| D | ASTImporterFixtures.cpp | 24 void createVirtualFileIfNeeded(ASTUnit *ToAST, StringRef FileName, in createVirtualFileIfNeeded() 35 void createVirtualFileIfNeeded(ASTUnit *ToAST, StringRef FileName, in createVirtualFileIfNeeded() 41 ASTImporterTestBase::TU::TU(StringRef Code, StringRef FileName, in TU() 118 StringRef FileName) { in lazyInitToAST() 175 StringRef FileName) { in getTuDecl()
|
| /external/llvm-project/llvm/tools/llvm-libtool-darwin/ |
| D | llvm-libtool-darwin.cpp | 104 static Expected<std::string> searchForFile(const Twine &FileName) { in searchForFile() 141 StringRef FileName, DirName; in processFileList() local 310 object::Archive &Lib, StringRef FileName, in processArchive() 325 NewArchiveMember NM, StringRef FileName, const Config &C) { in addArchiveMembers() 343 NewArchiveMember NM, StringRef FileName, const Config &C) { in addUniversalMembers() 410 StringRef FileName, const Config &C) { in addMember() 457 for (StringRef FileName : InputFiles) in createStaticLibrary() local
|
| /external/llvm-project/clang-tools-extra/unittests/include/common/ |
| D | VirtualFileHelper.h | 29 std::string FileName; member 42 void mapFile(llvm::StringRef FileName, llvm::StringRef Code) { in mapFile()
|
| /external/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| D | HeaderIncludes.h | 42 std::string FileName; variable 94 std::string FileName; variable
|
| /external/llvm/tools/sancov/ |
| D | sancov.cc | 193 std::string FileName; member 203 std::string FileName; member 438 visitObjectFiles(const std::string &FileName, in visitObjectFiles() 454 std::set<uint64_t> findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions() 466 std::set<uint64_t> getCoveragePoints(const std::string &FileName) { in getCoveragePoints() 534 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile() 573 read(const std::string &FileName) { in read() 625 for (const auto &FileName : FileNames) { in readAndMerge() local 690 const std::string &FileName = P.first; in computeFileCoverage() local 805 std::string FileName = Loc.Loc.FileName; in resolveFunctions() local [all …]
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | types.c | 3 struct FileName { struct 4 struct FileName *next; argument
|
| /external/clang/test/CodeGen/ |
| D | types.c | 3 struct FileName { struct 4 struct FileName *next; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Process.cpp | 32 StringRef FileName) { in FindInEnvPath() 37 StringRef FileName, in FindInEnvPath()
|
| /external/llvm-project/llvm/lib/Support/ |
| D | Process.cpp | 34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() 39 StringRef FileName, in FindInEnvPath()
|
| /external/llvm-project/llvm/tools/sancov/ |
| 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() 795 visitObjectFiles(const std::string &FileName, in visitObjectFiles() 812 findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions() 824 static std::set<uint64_t> findCoveragePointAddrs(const std::string &FileName) { in findCoveragePointAddrs() 840 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile() 862 static bool isSymbolizedCoverageFile(const std::string &FileName) { in isSymbolizedCoverageFile() 908 std::string FileName; member 1010 for (const auto &FileName : FileNames) { in readAndPrintRawCoverage() local [all …]
|
| /external/clang/lib/Format/ |
| D | Format.cpp | 1218 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes() 1270 IncludeCategoryManager(const FormatStyle &Style, StringRef FileName) in IncludeCategoryManager() 1313 StringRef FileName; member in clang::format::__anon9398d3e40511::IncludeCategoryManager 1325 StringRef FileName, in sortCppIncludes() 1385 StringRef FileName, unsigned *Cursor) { in sortIncludes() 1408 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() local 1423 StringRef FileName) -> tooling::Replacements { in formatReplacements() 1435 StringRef FileName) -> tooling::Replacements { in formatReplacements() 1467 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments() 1520 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions() local [all …]
|
| /external/llvm-project/clang/lib/Tooling/Inclusions/ |
| 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()
|
| /external/llvm-project/clang/include/clang/Frontend/ |
| D | CommandLineSourceLoc.h | 25 std::string FileName; member 55 std::string FileName; member
|
| /external/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| D | WasmObjcopy.cpp | 46 StringRef FileName; in handleArgs() local 59 StringRef SecName, FileName; in handleArgs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | DebugInlineeLinesSubsection.cpp | 107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 116 StringRef FileName, in addInlineSite()
|
| /external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | DebugInlineeLinesSubsection.cpp | 107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 116 StringRef FileName, in addInlineSite()
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 335 StringRef FileName; in evalStubAddr() local 380 StringRef FileName; in evalSectionAddr() local 758 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName, in findSectionAddrInfo() 790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() 813 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor() 866 StringRef FileName = sys::path::filename(FilePath); in registerSection() local 876 StringRef FileName = sys::path::filename(FilePath); in registerStubMap() local 934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
|