| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| H A D | RegisterUtilities.h | 99 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes,
|
| /openbsd-src/gnu/llvm/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 | 240 DirectiveList Notes; member 246 Notes.clear(); in Reset()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.mkisofs | 15 Notes for version 1.12 32 Notes for version 1.11 40 Notes for version 1.10b1 54 Notes for version 1.06 61 Notes for version 1.05 69 Notes for version 1.04 74 Notes for version 1.03 79 Notes for version 1.02. 95 Notes for version 1.1. 121 Notes for version 1.0.
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic() 35 Notes.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic() 60 Diag << Notes[I.second].second; in FlushDiagnostics()
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvsclient.aux | 64 'xrdef {Protocol Notes-title}{Notes on the Protocol} 65 'xrdef {Protocol Notes-pg}{32} 66 'xrdef {Protocol Notes-snt}{Chapter'tie6}
|
| H A D | cvsclient.info | 38 Node: Protocol Notes87408
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 373 std::vector<std::function<std::string(BugReport & BR)>> Notes; in checkPostCall() local 382 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 398 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 432 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 446 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 460 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 484 if (!Notes.empty()) { in checkPostCall() 485 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall() 492 for (auto &Note : Notes) { in checkPostCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 91 SmallVector<DiagnosticMessage, 1> Notes; member
|
| /openbsd-src/gnu/llvm/clang/tools/apinotes-test/ |
| H A D | APINotesTest.cpp | 42 for (const std::string &Notes : APINotes) { in main() local 44 llvm::MemoryBuffer::getFileOrSTDIN(Notes); in main()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Atomics.rst | 151 Notes for frontends 161 Notes for optimizers 166 Notes for code generation 189 Notes for frontends 198 Notes for optimizers 208 Notes for code generation 228 Notes for frontends 235 Notes for optimizers 243 Notes for code generation 258 Notes for frontends [all …]
|
| H A D | UserGuides.rst | 78 Notes on building and testing LLVM/Clang on ARM. 81 Notes on building LLVM/Clang with PGO. 84 Notes on cross-building and testing LLVM/Clang. 224 Notes on assembling a Windows Itanium environment. 227 Notes on cross-building and testing the compiler-rt builtins for Arm.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-i860.texi | 21 * Notes-i860:: i860 Notes 27 @node Notes-i860 28 @section i860 Notes
|
| H A D | c-i370.texi | 18 * ESA/390 Notes:: Notes 26 @node ESA/390 Notes 27 @section Notes
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-i860.texi | 21 * Notes-i860:: i860 Notes 27 @node Notes-i860 28 @section i860 Notes
|
| H A D | c-i370.texi | 18 * ESA/390 Notes:: Notes 26 @node ESA/390 Notes 27 @section Notes
|
| H A D | c-hppa.texi | 11 * HPPA Notes:: Notes 19 @node HPPA Notes 20 @section Notes
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | README | 1 Notes for testsuite/gcc.dg.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 139 static bool Notes; variable 269 opts::Notes = Args.hasArg(OPT_notes); in parseOptions() 473 if (opts::Notes) in dumpObject() 677 opts::Notes = true; in llvm_readobj_main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 133 SmallVector<std::shared_ptr<PathDiagnosticNotePiece>, 4> Notes; variable 208 Notes.push_back(std::move(P)); 212 return Notes; in getNotes()
|
| /openbsd-src/libexec/ld.so/ |
| H A D | SPECS.randomdata | 41 Implementation Notes
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | Vanilla-Perl.tml | 90 Changes: Release-Notes.txt 210 'Changes' => 'Release-Notes.txt',
|