Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h501 mutable bool Started = true; variable
540 Started = false; in setStartStopPasses()
546 Started = true; in setStartStopPasses()
548 return Started; in setStartStopPasses()
553 Started = !Info.StartAfter; in setStartStopPasses()
555 return Started; in setStartStopPasses()
582 if (Started && Stopped) in verifyStartStop()
585 if (!Started) in verifyStartStop()
H A DTargetPassConfig.h105 bool Started = true; variable
/freebsd-14.2/sys/contrib/openzfs/
H A DREADME.md20 be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/ind…
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h56 Started, // Pipeline has started running. enumerator
/freebsd-14.2/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat2 ECHO Started nuget packaging build.
/freebsd-14.2/contrib/googletest/docs/_data/
H A Dnavigation.yml2 - section: "Get Started"
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp63 CurrentState = State::Started; in runCycle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp461 Started = (StartAfter == nullptr) && (StartBefore == nullptr); in setStartStopPasses()
698 Started = true; in addPass()
701 if (Started && !Stopped) { in addPass()
725 Started = true; in addPass()
726 if (Stopped && !Started) in addPass()
/freebsd-14.2/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-14.2/contrib/bsddialog/
H A DREADME.md8 ## Getting Started
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A Dindex.rst90 details, see `Getting Started with the LLVM System
146 - July 2016: Started working on improving the linker script support.
/freebsd-14.2/stand/efi/include/
H A Defipxebc.h231 BOOLEAN Started; member
/freebsd-14.2/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-14.2/contrib/googletest/
H A DREADME.md46 ### Getting Started
/freebsd-14.2/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_for_dummies.md86 ## Getting Started
/freebsd-14.2/contrib/ntp/
H A DCommitLog34699 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 to support leap smear.
34726 Started to support leap smear.
[all …]
/freebsd-14.2/contrib/flex/
H A DChangeLog1289 …* src/flexdef.h: Started removal of PROTO macro. The PROTO macro is no longer needed. Additionall…