HomeSort by: relevance | last modified time | path
    Searched defs:Diag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 113 Diag &Diag::operator<<(const TypeDescriptor &V) {
117 Diag &Diag::operator<<(const Value &V) {
175 const Diag::Arg *Args) {
181 const Diag::Arg &A = Args[*++Msg - '0'];
183 case Diag::AK_String:
186 case Diag::AK_TypeName: {
194 case Diag::AK_SInt:
201 case Diag::AK_UInt
    [all...]
ubsan_diag.h 132 /// Temporary \c Diag instances are created by the handler routines to
135 class Diag {
192 Diag &AddArg(Arg A) {
198 Diag &AddRange(Range A) {
204 /// \c Diag objects are not copyable.
205 Diag(const Diag &); // NOT IMPLEMENTED
206 Diag &operator=(const Diag &);
209 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message
    [all...]

Completed in 11 milliseconds