HomeSort by relevance Sort by last modified time
    Searched refs:DIAG (Results 1 - 13 of 13) sorted by null

  /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/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/srec/srec/include/
hmm_desc.h 39 #define DIAG (1<<4) /* Diagonal covariance model */
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 31 namespace diag { namespace in namespace:clang
46 /// diag::kind - All of the diagnostics that can be emitted by the frontend.
51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
55 #undef DIAG
81 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser,
93 diag::Mapping getMapping() const { return diag::Mapping(Mapping); }
94 void setMapping(diag::Mapping Value) { Mapping = Value; }
120 diag::CustomDiagInfo *CustomDiagInfo;
259 llvm::SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /external/iproute2/lib/
ll_proto.c 57 __PF(DIAG,diag)
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 120 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
123 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \
137 #undef DIAG
146 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
164 "Diag ID conflict, the enums at the start of clang::diag (in "
168 "Improperly sorted diag info");
189 diag::MAP_FATAL, /*IsUser=*/false, /*IsPragma=*/false);
192 Info.setMapping((diag::Mapping) StaticInfo->Mapping);
195 assert(Info.getMapping() == diag::MAP_WARNING &
384 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)
152 Diag(Overridden->getLocation(),
153 diag::note_related_result_type_overridden_family)
156 Diag(Overridden->getLocation(),
157 diag::note_related_result_type_overridden)
    [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...]

Completed in 288 milliseconds