/external/clang/include/clang/AST/ |
ASTDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Analysis/ |
AnalysisDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Driver/ |
DriverDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Frontend/ |
FrontendDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Lex/ |
LexDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Parse/ |
ParseDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Sema/ |
SemaDiagnostic.h | 16 namespace diag { namespace in namespace:clang 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 22 #undef DIAG 25 } // end namespace diag
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 25 namespace diag { namespace in namespace:clang 40 /// diag::kind - All of the diagnostics that can be emitted by the frontend. 45 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 49 #undef DIAG 87 diag::CustomDiagInfo *CustomDiagInfo; 202 bool setDiagnosticGroupMapping(llvm::StringRef Group, diag::Mapping Map, 203 SourceLocation Loc, Diagnostic &Diag) const; 212 const Diagnostic &Diag, 213 diag::Mapping *mapping = 0) const; 220 const Diagnostic &Diag, [all...] |
/external/srec/srec/include/ |
hmm_desc.h | 39 #define DIAG (1<<4) /* Diagonal covariance model */
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 116 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \ 118 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, CATEGORY, \ 131 #undef DIAG 140 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) }, 158 "Diag ID conflict, the enums at the start of clang::diag (in " 162 "Improperly sorted diag info"); 183 return diag::MAP_FATAL; 270 if (Name.empty()) { return diag::DIAG_UPPER_LIMIT; } 278 return diag::DIAG_UPPER_LIMIT 312 namespace diag { namespace in namespace:clang [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 104 Diag(loc, diag::err_arc_init_method_unrelated_result_type); 139 Diag(NewMethod->getLocation(), 140 diag::warn_related_result_type_compatibility_class) 145 Diag(NewMethod->getLocation(), 146 diag::warn_related_result_type_compatibility_protocol) 151 Diag(Overridden->getLocation(), diag::note_related_result_type_overridden) 306 S.Diag(ImplLoc, diag::warn_deprecated_def) << select [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 20 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} 22 #define DIAG(T,V) [all...] |