Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnalyzer.cpp76 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 DLinePrinter.cpp131 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 DTaskPool.h67 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 DObjCARCExpand.cpp57 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 DOpcodeJumpIfNot.cs38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIfNot
42 base.Run(cpu); in Run()
H A DOpcodeJumpIf.cs38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIf
42 base.Run(cpu); in Run()
H A DOpcodeCall.cs49 internal override void Run(CPU cpu) in Run() method in OpcodeCall
51 target.Run(cpu); in Run()
H A DOpcodeRet.cs30 internal override void Run(CPU cpu) in Run() method in OpcodeRet
H A DOpcodePutLocal.cs37 internal override void Run(CPU cpu) in Run() method in OpcodePutLocal
H A DOpcodeGetLocal.cs37 internal override void Run(CPU cpu) in Run() method in OpcodeGetLocal
/freebsd-12.1/usr.bin/lastcomm/tests/
H A DREADME5 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 Dmini_bench_local.cc12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
H A Dmini_bench_shared.cc12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A DREADME.md16 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 DCGRecordLayoutBuilder.cpp373 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 DDAGDeltaAlgorithm.cpp142 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 DINSTALL50 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 Dgoogletest-list-tests-unittest.py114 def Run(args): function
156 output = Run(args)
H A Dgoogletest-throw-on-failure-test.py68 def Run(command): function
116 failed = not Run(command)
H A Dgoogletest-break-on-failure-unittest.py76 def Run(command): function
131 has_seg_fault = Run(command)
/freebsd-12.1/share/doc/pjdfstest/
H A DREADME11 3. Run kyua:
25 3. Run kyua:
/freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md48 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 DIOHandler.h68 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 Dzfsd_main.cc87 ZfsDaemon::Run(); in main()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp473 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences() local
474 cantFail(Reader.readArray(Run, Ref.Count)); in resolveTypeIndexReferences()
475 Indices.append(Run.begin(), Run.end()); in resolveTypeIndexReferences()

12345678910>>...12