Home
last modified time | relevance | path

Searched refs:Notes (Results 1 – 25 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp55 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic() argument
57 : DiagnosticName(DiagnosticName), Message(Message), Notes(Notes), in Diagnostic()
63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix()
66 if (Iter != D.Notes.end()) in selectFirstFix()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h69 : DiagnosticName(D.DiagnosticName), Message(D.Message), Notes(D.Notes), in LLVM_YAML_IS_SEQUENCE_VECTOR()
73 return clang::tooling::Diagnostic(DiagnosticName, Message, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR()
79 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp29 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset() argument
37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
38 return Iter == Notes.end() ? DataExtractor() : DataExtractor(Iter->data); in getRegset()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h32 DiagList Errors, Warnings, Remarks, Notes;
50 const_iterator note_begin() const { return Notes.begin(); } in note_begin()
51 const_iterator note_end() const { return Notes.end(); } in note_end()
H A DVerifyDiagnosticConsumer.h95 DirectiveList Notes; member
101 Notes.clear(); in Reset()
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.keys.texi1 @node ntp.keys Notes
2 @section Notes about ntp.keys
123 * ntp.keys Notes:: Notes
139 @node ntp.keys Notes
140 @subsection ntp.keys Notes
H A Dinvoke-ntp.keys.menu1 * ntp.keys Notes:: Notes about ntp.keys
H A Dinvoke-ntp.conf.menu1 * ntp.conf Notes:: Notes about ntp.conf
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc603 ArrayRef<uint8_t> Notes(
606 while (Notes.size() > 12) {
607 uint32_t NameSize = *reinterpret_cast<const uint32_t *>(Notes.data());
608 Notes = Notes.drop_front(4);
609 uint32_t DescSize = *reinterpret_cast<const uint32_t *>(Notes.data());
610 Notes = Notes.drop_front(4);
611 uint32_t Type = *reinterpret_cast<const uint32_t *>(Notes.data());
612 Notes = Notes.drop_front(4);
614 ArrayRef<uint8_t> Name = Notes.take_front(NameSize);
615 auto CurPos = reinterpret_cast<uintptr_t>(Notes.data());
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
91 SmallVector<DiagnosticMessage, 1> Notes; member
/freebsd/crypto/openssl/
H A DREADME.md115 * [Notes for UNIX-like platforms](NOTES-UNIX.md)
116 * [Notes for Android platforms](NOTES-ANDROID.md)
117 * [Notes for Windows platforms](NOTES-WINDOWS.md)
118 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md)
119 * [Notes for the OpenVMS platform](NOTES-VMS.md)
120 * [Notes on Perl](NOTES-PERL.md)
121 * [Notes on Valgrind](NOTES-VALGRIND.md)
H A DNOTES-PERL.md1 Notes on Perl
4 - [General Notes](#general-notes)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
11 General Notes
85 Notes on installing a Perl module
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.texi45 * ntp-wait Notes:: Notes
113 @node ntp-wait Notes
114 @subsection ntp-wait Notes
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp387 std::vector<ELFYAML::NoteEntry> Notes; in containerizeOpenMPSPIRVImage() local
389 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()
407 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()
412 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()
435 Section.Notes.emplace(std::move(Notes)); in containerizeOpenMPSPIRVImage()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt86 Regulator Type Supply Name Notes
98 Regulator Type Supply Name Notes
124 Regulator Type Supply Name Notes
152 Regulator Type Supply Name Notes
176 Regulator Type Supply Name Notes
200 Regulator Type Supply Name Notes
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSPIRV.cpp58 SmallVector<PartialDiagnosticAt, 8> Notes; in processConstant32BitIntArgument() local
60 Eval.Diag = &Notes; in processConstant32BitIntArgument()
65 for (const PartialDiagnosticAt &PDiag : Notes) in processConstant32BitIntArgument()
/freebsd/contrib/ntp/html/hints/
H A Dsvr4-dell1 Notes on the DELL SVR4.
/freebsd/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.texi30 * ntpsnmpd Notes:: Notes
185 @node ntpsnmpd Notes
186 @subsection ntpsnmpd Notes
/freebsd/sys/dev/qlxgb/
H A DREADME.txt18 6. Additional Notes
24 - Release Notes Version:1.0
/freebsd/sys/dev/qlxge/
H A DREADME.txt18 6. Additional Notes
24 - Release Notes Version:1.0
/freebsd/contrib/ntp/
H A DREADME.hackers1 Notes to hackers.
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt18 6. Additional Notes
24 - Release Notes Version:1.0
/freebsd/crypto/heimdal/
H A DNEWS1 Release Notes - Heimdal - Version Heimdal 1.5.2
7 Release Notes - Heimdal - Version Heimdal 1.5.1
14 Release Notes - Heimdal - Version Heimdal 1.5
25 Release Notes - Heimdal - Version Heimdal 1.4
35 Notes
41 Release Notes - Heimdal - Version Heimdal 1.3.3
47 Release Notes - Heimdal - Version Heimdal 1.3.2
60 Release Notes - Heimdal - Version Heimdal 1.3.1
67 Release Notes - Heimdal - Version Heimdal 1.3.1
73 Release Notes - Heimdal - Version Heimdal 1.3
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dibm,ndfc.txt11 Notes:
/freebsd/contrib/sendmail/cf/ostype/
H A Dunicosmp.m414 # Notes:

12345678910