Home
last modified time | relevance | path

Searched refs:Messages (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp49 Dest.Messages.push_back(Error->Errors[i].Messages[0]); in ~OverloadContext()
70 Last.Messages.emplace_back(); in addError()
71 Last.Messages.back().Range = Range; in addError()
72 Last.Messages.back().Type = Error; in addError()
73 return ArgStream(&Last.Messages.back().Args); in addError()
185 if (Content.Messages.size() == 1) { in printErrorContentToStream()
186 printMessageToStream(Content.Messages[0], "", OS); in printErrorContentToStream()
188 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) { in printErrorContentToStream()
190 printMessageToStream(Content.Messages[i], in printErrorContentToStream()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp115 struct Messages { struct
134 void reportOOB(CheckerContext &C, ProgramStateRef ErrorState, Messages Msgs,
375 static Messages getPrecedesMsgs(const SubRegion *Region, NonLoc Offset) { in getPrecedesMsgs()
406 static Messages getExceedsMsgs(ASTContext &ACtx, const SubRegion *Region, in getExceedsMsgs()
456 static Messages getTaintMsgs(const SubRegion *Region, const char *OffsetName, in getTaintMsgs()
593 Messages Msgs = getPrecedesMsgs(Reg, ByteOffset); in performCheck()
634 Messages Msgs = in performCheck()
652 Messages Msgs = getTaintMsgs(Reg, OffsetName, AlsoMentionUnderflow); in performCheck()
697 ProgramStateRef ErrorState, Messages Msgs, in reportOOB()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h140 std::vector<std::string> Messages; in MatchAndExplain() local
141 Messages.reserve(Holder.Infos.size()); in MatchAndExplain()
143 Messages.push_back(Info->message()); in MatchAndExplain()
145 return Matcher.MatchAndExplain(Messages, listener); in MatchAndExplain()
/freebsd/contrib/ntp/html/scripts/
H A Dmisc.txt3 <li class='inline'><a href='decode.html'>Event Messages and Status Words</a></li>\
5 <li class='inline'><a href='msyslog.html'><tt>ntpd</tt> System Log Messages</a></li>\
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp70 std::string Messages; in LLVMVerifyModule() local
71 raw_string_ostream MsgsOS(Messages); in LLVMVerifyModule()
H A DLint.cpp133 std::string Messages; member in __anon88a7481a0111::Lint
139 MessagesStr(Messages) {} in Lint()
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dsti-mailbox.txt3 Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
H A Dhisilicon,hi3660-mailbox.txt3 Hisilicon Hi3660 mailbox controller supports up to 32 channels. Messages
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h161 std::vector<Message> Messages; member
/freebsd/contrib/dialog/po/
H A Dzh_TW.po1 # Traditional Chinese Messages for dialog.
/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am17 msvc/properties/Messages.props \
/freebsd/contrib/tcsh/nls/french/
H A Dset21 $ Messages Signaux
H A Dset11 $ Messages d 'erreur
/freebsd/sys/netgraph/
H A DNOTES99 Messages and data are deliverd in a new form. An Item now has
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Drpmh-rsc.txt7 val) pair and triggered. Messages in the TCS are then sent in sequence over an
/freebsd/contrib/libxo/doc/
H A Dapi.rst1194 Errors, Warnings, and Messages
1325 Emitting syslog Messages
1329 Messages are sent from commands, applications, and daemons to a
1417 LOG_KERN Messages generated by the kernel
1422 LOG_SYSLOG Messages generated internally by :manpage:`syslogd(8)`
1423 LOG_USER Messages generated by user processes (default)
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto292 // particular types of Messages.
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel1586 X Messages Destination Host
1596 X Messages Status Message
1909 X Messages Destination Host
1936 X Messages Status Message
/freebsd/contrib/sendmail/
H A DREADME229 Mail System Administrative Messages
/freebsd/contrib/diff/doc/
H A Ddiff.texi2539 * patch Messages:: Messages and questions @command{patch} can produce.
3048 @node patch Messages
3049 @section Messages and Questions from @command{patch}
3062 * More or Fewer Messages:: Controlling the verbosity of @command{patch}.
3073 @node More or Fewer Messages
4161 ask any questions. @xref{patch Messages}.
4228 Work silently unless an error occurs. @xref{patch Messages}.
4232 Do not ask any questions. @xref{patch Messages}.
4253 Print more diagnostics than usual. @xref{patch Messages}.
/freebsd/contrib/bc/
H A DREADME.md450 ## Commit Messages
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12880 SmallVector<NearMissMessage, 4> Messages; in ReportNearMisses() local
12881 FilterNearMisses(NearMisses, Messages, IDLoc, Operands); in ReportNearMisses()
12883 if (Messages.size() == 0) { in ReportNearMisses()
12887 } else if (Messages.size() == 1) { in ReportNearMisses()
12889 Error(Messages[0].Loc, Messages[0].Message); in ReportNearMisses()
12894 for (auto &M : Messages) { in ReportNearMisses()
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt155 # Messages of any severity: informational, warning, or fatal.
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi482 @url{decode.html, Event Messages and Status Words} page.
H A Dntpq-opts.def792 .Lk decode.html "Event Messages and Status Words"

12