| /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()
|
| H A D | VerifyDiagnosticConsumer.h | 95 DirectiveList Notes; member 101 Notes.clear(); in Reset()
|
| /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 | 603 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 D | Diagnostic.h | 81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 91 SmallVector<DiagnosticMessage, 1> Notes; member
|
| /freebsd/crypto/openssl/ |
| H A D | README.md | 115 * [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 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
|
| /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/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 387 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 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/llvm-project/clang/lib/Sema/ |
| H A D | SemaSPIRV.cpp | 58 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 D | svr4-dell | 1 Notes on the DELL SVR4.
|
| /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/contrib/ntp/ |
| H A D | README.hackers | 1 Notes to hackers.
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | README.txt | 18 6. Additional Notes 24 - Release Notes Version:1.0
|
| /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:
|