/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
H A D | Diagnostic.cpp | 55 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 D | DiagnosticsYaml.h | 69 : 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 D | RegisterUtilities.cpp | 29 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 D | TextDiagnosticBuffer.h | 32 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()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.keys.texi | 1 @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 D | invoke-ntp.keys.menu | 1 * ntp.keys Notes:: Notes about ntp.keys
|
H A D | invoke-ntp.conf.menu | 1 * ntp.conf Notes:: Notes about ntp.conf
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 565 ArrayRef<uint8_t> Notes( 568 while (Notes.size() > 12) { 569 uint32_t NameSize = *reinterpret_cast<const uint32_t *>(Notes.data()); 570 Notes = Notes.drop_front(4); 571 uint32_t DescSize = *reinterpret_cast<const uint32_t *>(Notes.data()); 572 Notes = Notes.drop_front(4); 573 uint32_t Type = *reinterpret_cast<const uint32_t *>(Notes.data()); 574 Notes = Notes.drop_front(4); 576 ArrayRef<uint8_t> Name = Notes.take_front(NameSize); 577 auto CurPos = reinterpret_cast<uintptr_t>(Notes.data()); [all …]
|
/freebsd/crypto/openssl/ |
H A D | README.md | 104 * [Notes for UNIX-like platforms](NOTES-UNIX.md) 105 * [Notes for Android platforms](NOTES-ANDROID.md) 106 * [Notes for Windows platforms](NOTES-WINDOWS.md) 107 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md) 108 * [Notes for the OpenVMS platform](NOTES-VMS.md) 109 * [Notes on Perl](NOTES-PERL.md) 110 * [Notes on Valgrind](NOTES-VALGRIND.md)
|
H A D | NOTES-PERL.md | 1 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
|
H A D | INSTALL.md | 40 - [Notes](#notes) 41 - [Notes on multi-threading](#notes-on-multi-threading) 42 - [Notes on shared libraries](#notes-on-shared-libraries) 43 - [Notes on random number generation](#notes-on-random-number-generation) 44 - [Notes on assembler modules compilation](#notes-on-assembler-modules-compilation) 62 * [Notes for UNIX-like platforms](NOTES-UNIX.md) 63 * [Notes for Android platforms](NOTES-ANDROID.md) 64 * [Notes for Windows platforms](NOTES-WINDOWS.md) 65 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md) 66 * [Notes for the OpenVMS platform](NOTES-VMS.md) [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 91 SmallVector<DiagnosticMessage, 1> Notes; member
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | invoke-ntp-wait.texi | 45 * ntp-wait Notes:: Notes 113 @node ntp-wait Notes 114 @subsection ntp-wait Notes
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 86 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/ntp/html/hints/ |
H A D | svr4-dell | 1 Notes on the DELL SVR4.
|
H A D | sun4 | 1 Notes on CPU clock oscillator tolerance with SunOS 4.1.1 and 4.1.3
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | invoke-ntpsnmpd.texi | 30 * ntpsnmpd Notes:: Notes 185 @node ntpsnmpd Notes 186 @subsection ntpsnmpd Notes
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 18 6. Additional Notes 24 - Release Notes Version:1.0
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 18 6. Additional Notes 24 - Release Notes Version:1.0
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 18 6. Additional Notes 24 - Release Notes Version:1.0
|
/freebsd/contrib/ntp/ |
H A D | README.hackers | 1 Notes to hackers.
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 1 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 D | ibm,ndfc.txt | 11 Notes:
|
/freebsd/contrib/sendmail/cf/ostype/ |
H A D | unicosmp.m4 | 14 # Notes:
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | install.txt | 6 <li class='inline'><a href='release.html'>NTP Version 4 Release Notes</a></li>\
|