Home
last modified time | relevance | path

Searched refs:DIAG (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/Lex/
DLexDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Sema/
DSemaDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Frontend/
DFrontendDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Parse/
DParseDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Analysis/
DAnalysisDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Driver/
DDriverDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/AST/
DASTDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
22 #undef DIAG
/external/clang/include/clang/Basic/
DDiagnosticIDs.h45 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ macro
49 #undef DIAG
/external/srec/srec/include/
Dhmm_desc.h39 #define DIAG (1<<4) /* Diagonal covariance model */ macro
/external/iproute2/lib/
Dll_proto.c57 __PF(DIAG,diag)
/external/clang/lib/Basic/
DDiagnosticIDs.cpp116 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \ macro
131 #undef DIAG
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1417 unsigned DIAG = diag::warn_unimplemented_protocol_method; in CheckProtocolMethodDefs() local
1418 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) in CheckProtocolMethodDefs()
1420 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs()
1436 unsigned DIAG = diag::warn_unimplemented_protocol_method; in CheckProtocolMethodDefs() local
1437 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) != Diagnostic::Ignored) { in CheckProtocolMethodDefs()
1438 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs()
/external/dropbear/libtommath/mtest/
Dmpi.c20 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} macro
22 #define DIAG(T,V) macro