Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
H A DRegisterUtilities.h99 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes,
/openbsd-src/gnu/llvm/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.h240 DirectiveList Notes; member
246 Notes.clear(); in Reset()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME.mkisofs15 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 DTextDiagnosticBuffer.cpp34 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 Dcvsclient.aux64 'xrdef {Protocol Notes-title}{Notes on the Protocol}
65 'xrdef {Protocol Notes-pg}{32}
66 'xrdef {Protocol Notes-snt}{Chapter'tie6}
H A Dcvsclient.info38 Node: Protocol Notes87408
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp373 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 DDiagnostic.h81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
91 SmallVector<DiagnosticMessage, 1> Notes; member
/openbsd-src/gnu/llvm/clang/tools/apinotes-test/
H A DAPINotesTest.cpp42 for (const std::string &Notes : APINotes) { in main() local
44 llvm::MemoryBuffer::getFileOrSTDIN(Notes); in main()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAtomics.rst151 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 DUserGuides.rst78 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 Dc-i860.texi21 * Notes-i860:: i860 Notes
27 @node Notes-i860
28 @section i860 Notes
H A Dc-i370.texi18 * ESA/390 Notes:: Notes
26 @node ESA/390 Notes
27 @section Notes
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i860.texi21 * Notes-i860:: i860 Notes
27 @node Notes-i860
28 @section i860 Notes
H A Dc-i370.texi18 * ESA/390 Notes:: Notes
26 @node ESA/390 Notes
27 @section Notes
H A Dc-hppa.texi11 * HPPA Notes:: Notes
19 @node HPPA Notes
20 @section Notes
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A DREADME1 Notes for testsuite/gcc.dg.
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp139 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 DBugReporter.h133 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 DSPECS.randomdata41 Implementation Notes
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DVanilla-Perl.tml90 Changes: Release-Notes.txt
210 'Changes' => 'Release-Notes.txt',

123456789