/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 55 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 D | sanitizer_stackdepot.cpp | 105 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 D | StackLifetime.cpp | 251 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 D | CodeGenPassBuilder.h | 514 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 D | README.md | 20 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 D | Pipeline.h | 56 Started, // Pipeline has started running. enumerator
|
/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.bat | 2 ECHO Started nuget packaging build.
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 63 CurrentState = State::Started; in runCycle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 465 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 D | CONTRIBUTING.md | 4 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 D | TargetPassConfig.h | 105 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 D | README.md | 12 ## Getting Started
|
/freebsd/stand/efi/include/ |
H A D | efipxebc.h | 231 BOOLEAN Started; member
|
/freebsd/contrib/kyua/ |
H A D | NEWS.md | 178 * 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 D | README.md | 42 ### Getting Started
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | index.rst | 90 details, see `Getting Started with the LLVM System
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_for_dummies.md | 86 ## Getting Started
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 30364 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 D | ChangeLog | 1289 …* src/flexdef.h: Started removal of PROTO macro. The PROTO macro is no longer needed. Additionall…
|