Home
last modified time | relevance | path

Searched refs:Diagnostic (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.td1 //===--- Diagnostic.td - C Language Family Diagnostic Handling ------------===//
36 // Diagnostic Categories. These can be applied to groups or individual
42 // Diagnostic Groups.
60 class Diagnostic<string text, DiagClass DC, DiagMapping defaultmapping> {
85 class Error<string str> : Diagnostic<str, CLASS_ERROR, MAP_ERROR>, SFINAEFailure;
86 class Warning<string str> : Diagnostic<str, CLASS_WARNING, MAP_WARNING>;
87 class Extension<string str> : Diagnostic<str, CLASS_EXTENSION, MAP_IGNORE>;
88 class ExtWarn<string str> : Diagnostic<str, CLASS_EXTENSION, MAP_WARNING>;
89 class Note<string str> : Diagnostic<str, CLASS_NOTE, MAP_FATAL/*ignored*/>;
DDiagnostic.h695 friend class Diagnostic; variable
1085 class Diagnostic {
1089 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function
1090 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
1215 StoredDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
1308 const Diagnostic &Info);
1315 const Diagnostic &Info) { in HandleDiagnostic()
1332 const Diagnostic &Info);
DDiagnosticCategories.td1 //==--- DiagnosticCategories.td - Diagnostic Category Definitions ---------===//
DPartialDiagnostic.h220 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
330 Diagnostic(&Diags).FormatDiagnostic(Buf); in EmitToString()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DDiagnostic.cpp380 Diagnostic Info(this, storedDiag.getMessage()); in Report()
395 Diagnostic Info(this); in EmitCurrentDiagnostic()
427 const Diagnostic &Info) { in HandleDiagnostic()
476 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier()
618 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier()
646 void Diagnostic::
659 void Diagnostic::
935 const Diagnostic &Info) in StoredDiagnostic()
978 const Diagnostic &Info) { in HandleDiagnostic()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDelayedDiagnostic.h149 DD.ForbiddenTypeData.Diagnostic = diagnostic; in makeForbiddenType()
181 return ForbiddenTypeData.Diagnostic; in getForbiddenTypeDiagnostic()
213 unsigned Diagnostic; member
DTemplateDeduction.h184 char Diagnostic[sizeof(PartialDiagnosticAt)]; member
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp56 const Diagnostic &Info, in printDiagnosticOptions()
109 const Diagnostic &Info) { in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp108 const Diagnostic &Info);
522 const Diagnostic &Info) { in HandleDiagnostic()
585 if (const Diagnostic *Info = D.dyn_cast<const Diagnostic*>()) { in EmitDiagnosticMessage()
DTextDiagnosticBuffer.cpp23 const Diagnostic &Info) { in HandleDiagnostic()
DLogDiagnosticPrinter.cpp123 const Diagnostic &Info) { in HandleDiagnostic()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DDiagnosticRenderer.h31 typedef llvm::PointerUnion<const Diagnostic *,
147 DiagOrStoredDiag D = (Diagnostic *)0);
DTextDiagnosticPrinter.h52 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
DTextDiagnosticBuffer.h43 const Diagnostic &Info);
DLogDiagnosticPrinter.h72 const Diagnostic &Info);
DChainedDiagnosticConsumer.h56 const Diagnostic &Info) { in HandleDiagnostic()
DVerifyDiagnosticConsumer.h268 const Diagnostic &Info);
/freebsd-10-stable/lib/clang/libclangbasic/
DMakefile10 Diagnostic.cpp \
/freebsd-10-stable/contrib/llvm/lib/Support/
DSourceMgr.cpp218 SMDiagnostic Diagnostic = GetMessage(Loc, Kind, Msg, Ranges, FixIts); in PrintMessage() local
222 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
232 Diagnostic.print(0, OS, ShowColors); in PrintMessage()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h120 const Diagnostic &Info);
/freebsd-10-stable/sys/dev/mps/mpi/
Dmpi2_history.txt82 * Added message function codes for Diagnostic Buffer Post
398 * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release
401 * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool.
406 * 05-12-10 02.00.05 Added Diagnostic Data Upload tool.
407 * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer
/freebsd-10-stable/contrib/ofed/management/doc/
Ddiagtools-proposal.txt1 Diagnostic Tools
7 Host Oriented Diagnostic Tools
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/
DIndex.h764 CINDEX_LINKAGE void clang_disposeDiagnostic(CXDiagnostic Diagnostic);
849 CINDEX_LINKAGE CXString clang_formatDiagnostic(CXDiagnostic Diagnostic,
946 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
953 CINDEX_LINKAGE unsigned clang_getDiagnosticNumFixIts(CXDiagnostic Diagnostic);
980 CINDEX_LINKAGE CXString clang_getDiagnosticFixIt(CXDiagnostic Diagnostic,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DClangForward.h56 class Diagnostic; variable
/freebsd-10-stable/sys/dev/mpr/mpi/
Dmpi2_history.txt87 * Added message function codes for Diagnostic Buffer Post
625 * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release
628 * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool.
633 * 05-12-10 02.00.05 Added Diagnostic Data Upload tool.
634 * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer
639 * 07-10-12 02.00.09 Add MPI v2.5 Toolbox Diagnostic CLI Tool Request

12