Home
last modified time | relevance | path

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

12345678910

/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp58 bool Run; member in __anonb9f8806d0111::ObjCARCExpand
81 Run = ModuleHasARC(M); in doInitialization()
90 if (!Run) in runOnFunction()
DObjCARCContract.cpp59 bool Run; member in __anonebe1c42b0111::ObjCARCContract
296 Run = ModuleHasARC(M); in doInitialization()
297 if (!Run) in doInitialization()
321 if (!Run) in runOnFunction()
/freebsd-10-stable/usr.bin/lastcomm/tests/
DREADME5 1. Run values.sh for a given architecture and accounting version.
7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
DParser.cpp34 return LLParser(F, SM, Err, M).Run() ? 0 : M; in ParseAssembly()
38 if (LLParser(F, SM, Err, M2.get()).Run()) in ParseAssembly()
/freebsd-10-stable/contrib/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp144 changeset_ty Run();
308 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl
328 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run()
357 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm
359 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
DDeltaAlgorithm.cpp104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() function in DeltaAlgorithm
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DIOHandler.h52 Run () = 0;
399 Run ();
509 Run ();
546 Run ();
/freebsd-10-stable/share/doc/pjdfstest/
DREADME11 3. Run kyua:
25 3. Run kyua:
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/
DToDo5 * Run PHP examples on mediawiki.
/freebsd-10-stable/contrib/binutils/bfd/doc/
Dheader.sed12 Run "make headers" in your build bfd/ to regenerate. */\
/freebsd-10-stable/tools/tools/drm/radeon/firmwares/
DREADME8 2. Run this script as:
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h63 changeset_ty Run(const changeset_ty &Changes,
DDeltaAlgorithm.h86 changeset_ty Run(const changeset_ty &Changes);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.def113 CODEGENOPT(VectorizeBB , 1, 0) ///< Run basic block vectorizer.
114 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
115 CODEGENOPT(VectorizeSLP , 1, 0) ///< Run SLP vectorizer.
/freebsd-10-stable/contrib/binutils/opcodes/
DChangeLog12 * 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".
/freebsd-10-stable/usr.bin/bmake/tests/
DREADME32 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
/freebsd-10-stable/contrib/expat/
DREADME28 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).
/freebsd-10-stable/tools/regression/netinet/tcpstream/
DREADME11 Run the server on port 8080 and use a seed of 100:
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBPlatform.h171 Run (SBPlatformShellCommand &shell_command);
/freebsd-10-stable/usr.sbin/pc-sysinstall/examples/
Dpcinstall.cfg.gmirror34 # Run any commands post-install
Dpcinstall.cfg.restore34 # Run any commands post-install
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormat.cpp1228 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; in format() local
1229 ++Run) { in format()
1230 DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in format()
1232 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) { in format()
1233 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i])); in format()
1238 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in format()
/freebsd-10-stable/contrib/gdb/gdb/
Dgdb_mbuild.sh29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
/freebsd-10-stable/contrib/nvi/cl/
DREADME.signal40 1: Run in raw mode.
57 2: Run in cbreak mode. There are two problems in this area. First, the
89 3: Run in mostly raw mode; turn signals on when doing an operation the
106 4: Run in mostly raw mode, leaving signals on all of the time. Done

12345678910