Home
last modified time | relevance | path

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

12345678910

/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCExpand.cpp58 bool Run; member in __anonf778f2f40111::ObjCARCExpand
81 Run = ModuleHasARC(M); in doInitialization()
90 if (!Run) in runOnFunction()
HDObjCARCContract.cpp65 bool Run; member in __anon8b48f4720111::ObjCARCContract
510 if (!Run) in runOnFunction()
647 Run = ModuleHasARC(M); in doInitialization()
648 if (!Run) in doInitialization()
/NextBSD/usr.bin/lastcomm/tests/
HDREADME5 1. Run values.sh for a given architecture and accounting version.
7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
/NextBSD/contrib/compiler-rt/lib/tsan/benchmarks/
HDmini_bench_local.cc12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
HDmini_bench_shared.cc12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRecordLayoutBuilder.cpp374 RecordDecl::field_iterator Run = FieldEnd; in accumulateBitFields() local
384 Run = FieldEnd; in accumulateBitFields()
390 if (Run == FieldEnd || BitOffset >= Tail) { in accumulateBitFields()
391 Run = Field; in accumulateBitFields()
408 if (Run == FieldEnd) { in accumulateBitFields()
414 Run = Field; in accumulateBitFields()
434 for (; Run != Field; ++Run) in accumulateBitFields()
436 MemberInfo::Field, nullptr, *Run)); in accumulateBitFields()
437 Run = FieldEnd; in accumulateBitFields()
/NextBSD/contrib/llvm/lib/Support/
HDDAGDeltaAlgorithm.cpp142 changeset_ty Run();
302 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl
322 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run()
351 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm
353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
/NextBSD/contrib/mdocml/
HDINSTALL38 2. Run "./configure".
46 3. Run "make".
51 4. Run "make -n install" and check whether everything will be
55 5. Run "sudo make install". If you intend to build a binary
142 1. Run "make distclean".
144 2. Run "./configure"
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDIOHandler.h68 Run () = 0;
506 Run () override;
670 Run () override;
701 Run () override;
/NextBSD/share/doc/pjdfstest/
HDREADME11 3. Run kyua:
25 3. Run kyua:
/NextBSD/cddl/contrib/dtracetoolkit/Docs/
HDToDo5 * Run PHP examples on mediawiki.
/NextBSD/tools/tools/drm/radeon/firmwares/
HDREADME8 2. Run this script as:
/NextBSD/contrib/binutils/bfd/doc/
HDheader.sed12 Run "make headers" in your build bfd/ to regenerate. */\
/NextBSD/contrib/llvm/include/llvm/ADT/
HDDAGDeltaAlgorithm.h63 changeset_ty Run(const changeset_ty &Changes,
HDDeltaAlgorithm.h88 changeset_ty Run(const changeset_ty &Changes);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDMainLoopBase.h52 Run() in Run() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDMainLoopPosix.h52 Run() override;
/NextBSD/contrib/binutils/opcodes/
HDChangeLog12 * Makefile.am: Run "make dep-am".
45 Run "make dep-am".
214 * Makefile.am: Run "make dep-am".
231 * Makefile.am: Run "make dep-am".
292 * Makefile.am: Run "make dep-am".
459 Run "make dep-am".
501 * Makefile.am: Run "make dep-am".
/NextBSD/usr.bin/bmake/tests/
HDREADME32 run - Run the test and produce the output into the output
51 test - Run setup, run and compare.
53 prove - Run setup, run, compare and clean. This is identically
/NextBSD/contrib/expat/
HDREADME28 autoconf 2.58 or newer. Run the script like this:
91 3. Run "make buildlib" (which builds the library only).
94 4. Run "make installlib" (which installs the library only).
/NextBSD/tools/regression/netinet/tcpstream/
HDREADME11 Run the server on port 8080 and use a seed of 100:
/NextBSD/contrib/llvm/lib/AsmParser/
HDParser.cpp31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run(); in parseAssemblyInto()
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCodeGenOptions.def137 CODEGENOPT(VectorizeBB , 1, 0) ///< Run basic block vectorizer.
138 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
139 CODEGENOPT(VectorizeSLP , 1, 0) ///< Run SLP vectorizer.
/NextBSD/usr.sbin/pc-sysinstall/examples/
HDpcinstall.cfg.gmirror34 # Run any commands post-install
/NextBSD/crypto/openssh/
HDFREEBSD-upgrade63 0C) Run the post-merge script:
67 0D) Run the configure script:

12345678910