| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 76 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local 77 LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in process() 81 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) { in process() 82 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i])); in process() 90 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in process()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.cpp | 131 struct Run { struct 132 Run() = default; 133 explicit Run(uint32_t Block) : Block(Block) {} in Run() argument 139 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns() 141 std::vector<Run> Runs; in computeBlockRuns() 151 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 166 static std::pair<Run, uint32_t> findRun(uint32_t Offset, ArrayRef<Run> Runs) { in findRun() 226 Run FoundRun; in formatMsfStreamData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | TaskPool.h | 67 RunTaskImpl<T...>::Run(std::forward<T>(tasks)...); in RunTasks() 72 static void Run(Head &&h, Tail &&... t) { 74 RunTaskImpl<Tail...>::Run(std::forward<Tail>(t)...); 80 static void Run() {}
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCExpand.cpp | 57 bool Run; member in __anon0d9f2cca0111::ObjCARCExpand 80 Run = ModuleHasARC(M); in doInitialization() 89 if (!Run) in runOnFunction()
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | OpcodeJumpIfNot.cs | 38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIfNot 42 base.Run(cpu); in Run()
|
| H A D | OpcodeJumpIf.cs | 38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIf 42 base.Run(cpu); in Run()
|
| H A D | OpcodeCall.cs | 49 internal override void Run(CPU cpu) in Run() method in OpcodeCall 51 target.Run(cpu); in Run()
|
| H A D | OpcodeRet.cs | 30 internal override void Run(CPU cpu) in Run() method in OpcodeRet
|
| H A D | OpcodePutLocal.cs | 37 internal override void Run(CPU cpu) in Run() method in OpcodePutLocal
|
| H A D | OpcodeGetLocal.cs | 37 internal override void Run(CPU cpu) in Run() method in OpcodeGetLocal
|
| /freebsd-12.1/usr.bin/lastcomm/tests/ |
| H A D | README | 5 1. Run values.sh for a given architecture and accounting version. 7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/benchmarks/ |
| H A D | mini_bench_local.cc | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| H A D | mini_bench_shared.cc | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | README.md | 16 Run `./fuzz.py -h` for the commands and run `./fuzz.py COMMAND -h` for 42 Run `./fuzz.py build -h` for help. 60 # Run the fuzzer 82 # Run the fuzzer without a memory limit because of ASAN
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 373 RecordDecl::field_iterator Run = FieldEnd; in accumulateBitFields() local 383 Run = FieldEnd; in accumulateBitFields() 389 if (Run == FieldEnd || BitOffset >= Tail) { in accumulateBitFields() 390 Run = Field; in accumulateBitFields() 429 if (Run == FieldEnd) { in accumulateBitFields() 435 Run = Field; in accumulateBitFields() 471 for (; Run != Field; ++Run) in accumulateBitFields() 473 MemberInfo::Field, nullptr, *Run)); in accumulateBitFields() 474 Run = FieldEnd; in accumulateBitFields()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 142 changeset_ty Run(); 310 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl 330 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run() 359 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm 361 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | INSTALL | 50 4. Run "./configure". 58 5. Run "make". 63 6. Run "make -n install" and check whether everything will be 73 8. Run "sudo make install". If you intend to build a binary 78 9. Run the command "sudo makewhatis" to build mandoc.db(5) databases 150 1. Run "make distclean". 152 2. Run "./configure"
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-list-tests-unittest.py | 114 def Run(args): function 156 output = Run(args)
|
| H A D | googletest-throw-on-failure-test.py | 68 def Run(command): function 116 failed = not Run(command)
|
| H A D | googletest-break-on-failure-unittest.py | 76 def Run(command): function 131 has_seg_fault = Run(command)
|
| /freebsd-12.1/share/doc/pjdfstest/ |
| H A D | README | 11 3. Run kyua: 25 3. Run kyua:
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 48 2. Run `python3 prepare.py <version>` to generate the `Makefile`, where 51 4. Run `make` to download and build the binaries and create the NuGet package. 56 6. Run `make test` to perform a quick test of the NuGet package. Verify that
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 68 virtual void Run() = 0; 372 void Run() override; 484 void Run() override; 507 void Run() override;
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_main.cc | 87 ZfsDaemon::Run(); in main()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 473 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences() local 474 cantFail(Reader.readArray(Run, Ref.Count)); in resolveTypeIndexReferences() 475 Indices.append(Run.begin(), Run.end()); in resolveTypeIndexReferences()
|