Searched refs:Notes (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp28 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, argument
36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; });
37 return Iter == Notes.end() ? DataExtractor() : Iter->data;
H A DRegisterUtilities.h88 // Returns the register set in Notes which corresponds to the specified Triple
94 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp55 const SmallVector<DiagnosticMessage, 1> &Notes,
58 : DiagnosticName(DiagnosticName), Message(Message), Notes(Notes),
64 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) {
67 if (Iter != D.Notes.end())
53 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message, const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, llvm::StringRef BuildDirectory, const SmallVector<FileByteRange, 1> &Ranges) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp34 All.emplace_back(Level, Notes.size());
35 Notes.emplace_back(Info.getLocation(), std::string(Buf.str()));
60 Diag << Notes[I.second].second;
H A DVerifyDiagnosticConsumer.cpp466 D.DL = ED ? &ED->Notes : nullptr;
1015 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h32 DiagList Errors, Warnings, Remarks, Notes; member in class:clang::TextDiagnosticBuffer
50 const_iterator note_begin() const { return Notes.begin(); }
51 const_iterator note_end() const { return Notes.end(); }
H A DVerifyDiagnosticConsumer.h240 DirectiveList Notes; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
246 Notes.clear();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h75 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
86 SmallVector<DiagnosticMessage, 1> Notes; member in struct:clang::tooling::Diagnostic
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h69 : DiagnosticName(D.DiagnosticName), Message(D.Message), Notes(D.Notes),
74 return clang::tooling::Diagnostic(DiagnosticName, Message, Notes,
80 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; member in class:llvm::yaml::MappingTraits::NormalizedDiagnostic
91 Io.mapOptional("Notes", Keys->Notes);
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL4 - Notes on Perl
5 - Notes on Perl on Windows
6 - Notes on Perl modules we use
7 - Notes on installing a perl module
9 Notes on Perl
30 Notes on Perl on Windows
42 Notes on Perl on VMS
51 Notes on Perl modules we use
77 Notes on installing a perl module
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp313 std::vector<std::function<std::string(BugReport & BR)>> Notes; local
322 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string {
355 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string {
369 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string {
385 if (!Notes.empty()) {
386 T = C.getNoteTag([this, Notes{std::move(Notes)}](
392 for (auto &Note : Notes) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h135 SmallVector<std::shared_ptr<PathDiagnosticNotePiece>, 4> Notes; member in class:clang::ento::BugReport
210 Notes.push_back(std::move(P));
214 return Notes;
505 /// Notes that the condition of the CFGBlock associated with \p Cond is
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp130 cl::opt<bool> Notes("notes", cl::desc("Display the ELF notes in the file"));
131 cl::alias NotesShort("n", cl::desc("Alias for --notes"), cl::aliasopt(Notes));
513 if (opts::Notes)
700 opts::Notes = true; member in class:opts
H A DELFDumper.cpp4919 } Notes[] = { local
4926 for (const auto &Note : Notes)
4937 } Notes[] = { local
5006 for (const auto &Note : Notes)
5017 } Notes[] = { local
5025 for (const auto &Note : Notes)
5039 } Notes[] = { local
5053 for (const auto &Note : Notes)
5067 } Notes[] = {{ELF::NT_AMD_AMDGPU_HSA_METADATA, local
5073 for (const auto &Note : Notes)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp509 bool Notes = OutputType == GCovFileType::GCNO;
527 return std::string(Notes ? NotesFile->getString()
536 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
542 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2344 SmallVector<PartialDiagnosticAt, 8> Notes; local
2345 return evaluateValue(Notes);
2349 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
2371 this, Notes);
2388 Eval->IsICE = Result && Notes.empty();
2432 SmallVector<PartialDiagnosticAt, 8> Notes; local
2433 evaluateValue(Notes);
4444 /// completeDefinition - Notes that the definition of this type is now
H A DExprConstant.cpp1159 /// Notes that we failed to evaluate an expression that other expressions
3099 SmallVector<PartialDiagnosticAt, 8> Notes;
3100 if (!VD->evaluateValue(Notes)) {
3102 Notes.size() + 1) << VD;
3104 Info.addNotes(Notes);
3111 Notes.size() + 1) << VD;
3113 Info.addNotes(Notes);
10869 // Notes:
14267 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
14278 EStatus.Diag = &Notes;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1152 IO.mapOptional("Notes", Section.Notes);
1476 if (!NS->Content && !NS->Size && !NS->Notes)
1477 return "one of \"Content\", \"Size\" or \"Notes\" must be "
1488 if (NS->Notes)
1489 return "\"Notes\" cannot be used with \"Content\" or \"Size\"";
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2742 /// Notes associated with {@code ErrorNode} are generated using
2748 std::unique_ptr<VisitorsDiagnosticsTy> Notes = local
2779 (*Notes)[ErrorNode].push_back(LastPiece);
2788 (*Notes)[NextNode].push_back(std::move(P));
2797 return Notes;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h274 Optional<std::vector<ELFYAML::NoteEntry>> Notes; member in struct:llvm::ELFYAML::NoteSection
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6164 SmallVector<PartialDiagnosticAt, 8> Notes; local
6165 EvalResult.Diag = &Notes;
6173 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
6175 DiagLoc = Notes[0].first;
6176 Notes.clear();
6181 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
6182 S.Diag(Notes[I].first, Notes[I].second);
H A DSemaDecl.cpp12885 SmallVector<PartialDiagnosticAt, 8> Notes; local
12886 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
12890 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
12892 DiagLoc = Notes[0].first;
12893 Notes.clear();
12897 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
12898 Diag(Notes[I].first, Notes[I].second);
12922 SmallVector<PartialDiagnosticAt, 8> Notes; local
[all...]
H A DSemaExpr.cpp15929 SmallVector<PartialDiagnosticAt, 8> Notes; local
15930 EvalResult.Diag = &Notes;
15944 if (Folded && getLangOpts().CPlusPlus11 && Notes.empty()) {
15953 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
15955 DiagLoc = Notes[0].first;
15956 Notes.clear();
15962 for (const PartialDiagnosticAt &Note : Notes)
15970 for (const PartialDiagnosticAt &Note : Notes)
16147 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
[all...]
H A DSemaOverload.cpp5660 SmallVector<PartialDiagnosticAt, 8> Notes;
5662 Eval.Diag = &Notes;
5675 if (Notes.empty()) {
5682 if (Notes.size() == 1 &&
5683 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
5684 S.Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5688 for (unsigned I = 0; I < Notes.size(); ++I)
5689 S.Diag(Notes[I].first, Notes[I].second);
10113 // Notes th
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1265 APValue *evaluateValue(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
1278 bool evaluateDestruction(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;

Completed in 317 milliseconds

12