| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| CoverageReport.h | 36 void renderFunctionReports(ArrayRef<std::string> Files, 39 /// Prepare file reports for the files specified in \p Files. 42 FileCoverageSummary &Totals, ArrayRef<std::string> Files, 58 /// Render file reports for the files specified in \p Files. 59 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const; 61 /// Render file reports for the files specified in \p Files and the functions 63 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files, [all...] |
| CoverageReport.cpp | 94 void adjustColumnWidths(ArrayRef<StringRef> Files, 96 for (StringRef Filename : Files) 309 void CoverageReport::renderFunctionReports(ArrayRef<std::string> Files, 313 for (StringRef Filename : Files) { 387 ArrayRef<std::string> Files, const CoverageViewOptions &Options, 389 unsigned LCP = getRedundantPrefixLen(Files); 395 S = heavyweight_hardware_concurrency(Files.size()); 401 FileReports.reserve(Files.size()); 403 for (StringRef Filename : Files) { 420 // Apply ignore source files filters [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerDataFlowTrace.cpp | 27 Vector<SizedFile> Files; 28 GetSizedFilesFromDir(DirPath, &Files); 40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1) 45 for (auto &SF : Files) { 84 assert(NumTraceFiles == Files.size() - 1); 85 Printf("INFO: DataFlowTrace: %zd trace files, %zd functions, "
|
| FuzzerMerge.cpp | 69 Files.resize(NumFiles); 71 if (!std::getline(IS, Files[i].Name, '\n')) 89 ISS1 >> Files[ExpectedStartMarker].Size; 91 assert(ExpectedStartMarker < Files.size()); 104 Files[CurrentFileIdx].Features = TmpFeatures; 111 LastFailure = Files[LastSeenStartMarker].Name; 119 for (const auto &F: Files) 124 // Decides which files need to be merged (add thost to NewFiles). 129 assert(NumFilesInFirstCorpus <= Files.size()); 134 auto &Cur = Files[i].Features [all...] |
| FuzzerIO.cpp | 74 Vector<std::string> Files; 75 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true); 77 for (size_t i = 0; i < Files.size(); i++) { 78 auto &X = Files[i]; 82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path); 91 Vector<std::string> Files; 92 ListFilesInDirRecursive(Dir, 0, &Files, /*TopDir*/true); 93 for (auto &File : Files)
|
| FuzzerMerge.h | 17 // The outter process collects the set of files and writes their names 33 // reads the control files and does the merge based entirely on the contents 59 Vector<MergeFileInfo> Files;
|
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| searchdata.js | 18 2: "files", 31 2: "Files",
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| TarWriter.h | 29 StringSet<> Files;
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| Tooling.cpp | 191 llvm::IntrusiveRefCntPtr<FileManager> Files( 196 std::move(ToolAction), Files.get(), std::move(PCHContainerOps)); 304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) 306 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} 310 std::unique_ptr<FrontendAction> FAction, FileManager *Files, 314 OwnsAction(true), Files(Files), 339 SourceManager SrcMgr(Diagnostics, *Files); 343 newDriver(&Diagnostics, BinaryName, &Files->getVirtualFileSystem())) [all...] |
| AllTUsExecution.cpp | 60 llvm::cl::desc("Only process files that match this filter. " 101 std::vector<std::string> Files; 105 Files.push_back(File); 108 const std::string TotalNumStr = std::to_string(Files.size()); 119 for (std::string File : Files) { 153 llvm::cl::desc("The number of threads used to process all files in "
|
| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/ |
| handle_cxx.cpp | 32 llvm::IntrusiveRefCntPtr<FileManager> Files( 49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps,
|
| /src/external/apache2/llvm/dist/libcxx/ |
| appveyor-reqs-install.cmd | 15 START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM" 17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH% 20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" 21 if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%" 29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| trace.c | 124 typedef struct Files 126 struct Files *next; 131 } Files; 132 Files *files = 0; variable 137 Files *f; 138 for (f = files; f; f = f->next) 160 f = (Files *) malloc (sizeof (Files)); 161 f->next = files; [all...] |
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| trace.c | 124 typedef struct Files 126 struct Files *next; 131 } Files; 132 Files *files = 0; variable 137 Files *f; 138 for (f = files; f; f = f->next) 160 f = (Files *) malloc (sizeof (Files)); 161 f->next = files; [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| DependencyScanningWorker.h | 48 /// The worker computes the dependencies for the input files by preprocessing 49 /// sources either using a fast mode where the source files are minimized, or 78 llvm::IntrusiveRefCntPtr<FileManager> Files;
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| ClangSrcLocDump.cpp | 116 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS);
150 Compiler.createSourceManager(*Files);
151 Compiler.setFileManager(Files.get());
156 Files->clearStatCache();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| GsymReader.h | 57 ArrayRef<FileEntry> Files; 67 std::vector<FileEntry> Files; 138 /// files. This function can be used for iteration, but is more commonly used 145 if (Index < Files.size()) 146 return Files[Index];
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| Tooling.h | 12 // A ClangTool is initialized with a CompilationDatabase and a set of files 14 // all TUs in which the given files are compiled. 80 FileManager *Files, 97 FileManager *Files, 241 /// \param Files The FileManager used for the execution. Class does not take 246 std::unique_ptr<FrontendAction> FAction, FileManager *Files, 254 /// \param Files The FileManager used for the execution. 258 FileManager *Files, 282 FileManager *Files; 287 /// Utility to run a FrontendAction over a set of files [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| MultiOnDiskHashTable.h | 10 // distributed storage across a set of files. 12 // Multiple hash tables from different files are implicitly merged to improve 14 // files. 74 std::vector<file_type> Files; 88 /// Files corresponding to overridden tables that we've not yet 129 llvm::DenseSet<file_type> Files; 130 Files.insert(PendingOverrides.begin(), PendingOverrides.end()); 131 // Explicitly capture Files to work around an MSVC 2015 rejects-valid bug. 132 auto ShouldRemove = [&Files](void *T) -> bool { 134 bool Remove = Files.count(ODT->File) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| GsymCreator.cpp | 39 const auto NextIndex = Files.size(); 43 Files.emplace_back(FE); 132 assert(!Files.empty()); 133 assert(Files[0].Dir == 0); 134 assert(Files[0].Base == 0); 135 size_t NumFiles = Files.size(); 137 return createStringError(std::errc::invalid_argument, "too many files"); 139 for (auto File : Files) { 306 // other object files as most strings don't need to be copied.
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| trace.c | 133 typedef struct Files 135 struct Files *next; 140 } Files; 141 Files *files = 0; variable 146 Files *f; 147 for (f = files; f; f = f->next) 169 f = (Files *) xmalloc (sizeof (Files)); 170 f->next = files; [all...] |
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| trace.c | 137 typedef struct Files 139 struct Files *next; 144 } Files; 145 Files *files = 0; variable 150 Files *f; 151 for (f = files; f; f = f->next) 173 f = (Files *) malloc (sizeof (Files)); 174 f->next = files; [all...] |
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| trace.c | 133 typedef struct Files 135 struct Files *next; 140 } Files; 141 Files *files = 0; variable 146 Files *f; 147 for (f = files; f; f = f->next) 169 f = (Files *) xmalloc (sizeof (Files)); 170 f->next = files; [all...] |
| /src/external/gpl3/gdb/dist/sim/rx/ |
| trace.c | 137 typedef struct Files 139 struct Files *next; 144 } Files; 145 Files *files = 0; variable 150 Files *f; 151 for (f = files; f; f = f->next) 173 f = (Files *) malloc (sizeof (Files)); 174 f->next = files; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| DIASession.cpp | 333 CComPtr<IDiaEnumSourceFiles> Files; 334 if (S_OK != Session->findFile(nullptr, nullptr, nsNone, &Files)) 337 return std::make_unique<DIAEnumSourceFiles>(*this, Files); 342 CComPtr<IDiaEnumSourceFiles> Files; 347 Session->findFile(RawSymbol.getDiaSymbol(), nullptr, nsNone, &Files)) 350 return std::make_unique<DIAEnumSourceFiles>(*this, Files); 397 CComPtr<IDiaEnumInjectedSources> Files = 399 if (!Files) 402 return std::make_unique<DIAEnumInjectedSources>(Files);
|