Home
last modified time | relevance | path

Searched refs:Started (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp55 bool Started = false; in printDiagnosticOptions() local
76 Started = true; in printDiagnosticOptions()
81 OS << (Started ? "," : " [") in printDiagnosticOptions()
86 Started = true; in printDiagnosticOptions()
95 OS << (Started ? "," : " ["); in printDiagnosticOptions()
96 Started = true; in printDiagnosticOptions()
105 if (Started) in printDiagnosticOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp105 Started, enumerator
141 state_ = thread_ ? State::Started : State::Failed; in NewWorkNotify()
143 if (state_ == State::Started) { in NewWorkNotify()
161 if (state_ != State::Started) in Stop()
175 if (state_ != State::Started) in LockAndStop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp251 BitVector Started, Ended; in calculateLiveIntervals() local
252 Started.resize(NumAllocas); in calculateLiveIntervals()
260 Started.set(AllocaNo); in calculateLiveIntervals()
271 if (!Started.test(AllocaNo)) { in calculateLiveIntervals()
272 Started.set(AllocaNo); in calculateLiveIntervals()
277 if (Started.test(AllocaNo)) { in calculateLiveIntervals()
279 Started.reset(AllocaNo); in calculateLiveIntervals()
286 if (Started.test(AllocaNo)) in calculateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h514 mutable bool Started = true; variable
566 Started = false; in setStartStopPasses()
572 Started = true; in setStartStopPasses()
574 return Started; in setStartStopPasses()
579 Started = !Info.StartAfter; in setStartStopPasses()
581 return Started; in setStartStopPasses()
608 if (Started && Stopped) in verifyStartStop()
611 if (!Started) in verifyStartStop()
/freebsd/sys/contrib/openzfs/
H A DREADME.md20 be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/ind…
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h56 Started, // Pipeline has started running. enumerator
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat2 ECHO Started nuget packaging build.
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp63 CurrentState = State::Started; in runCycle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp465 Started = (StartAfter == nullptr) && (StartBefore == nullptr); in setStartStopPasses()
702 Started = true; in addPass()
705 if (Started && !Stopped) { in addPass()
729 Started = true; in addPass()
730 if (Stopped && !Started) in addPass()
/freebsd/crypto/openssl/
H A DCONTRIBUTING.md4 Please visit our [Getting Started] page for other ideas about how to contribute.
6 [Getting Started]: <https://openssl-library.org/community/getting-started>
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h105 bool Started = true;
114 /// begin at the normal point; otherwise, clear the Started flag to indicate
104 bool Started = true; global() variable
/freebsd/contrib/bsddialog/
H A DREADME.md12 ## Getting Started
/freebsd/stand/efi/include/
H A Defipxebc.h231 BOOLEAN Started; member
/freebsd/contrib/kyua/
H A DNEWS.md178 * Issue #84: Started passing test-suite configuration variables to plain
193 * Issue #103: Started being more liberal in the parsing of TAP test
196 * Issue #105: Started using tmpfs instead of md as a temporary file
369 * Issue #47: Started using the independent testers in the `kyua-testers`
/freebsd/contrib/googletest/
H A DREADME.md42 ### Getting Started
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst90 details, see `Getting Started with the LLVM System
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
/freebsd/contrib/googletest/docs/
H A Dgmock_for_dummies.md86 ## Getting Started
/freebsd/contrib/ntp/
H A DCommitLog30364 Updated unity ruby testRunner generator with mark's latest fixes. Modified tests/libntp/Makefile.am and sntp/tests/Makefile.am accordingly. Also, split some .h files into .h and .c because they contained declarations and definitions which caused error in the newly generated test runners. Started fixing some warnings. We can add both declarations and defitions in a single test.c file without any issues now. Autogenerated tests will be run in order of the declarations in the test file.
34699 Started to support leap smear.
34702 Started to support leap smear.
34705 Started to support leap smear.
34708 Started to support leap smear.
34711 Started to support leap smear.
34714 Started to support leap smear.
34717 Started to support leap smear.
34720 Started to support leap smear.
34723 Started t
[all...]
/freebsd/contrib/flex/
H A DChangeLog1289 …* src/flexdef.h: Started removal of PROTO macro. The PROTO macro is no longer needed. Additionall…