HomeSort by relevance Sort by last modified time
    Searched refs:DIAG (Results 1 - 15 of 15) 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/Serialization/
SerializationDiagnostic.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/clang/utils/
find-unused-diagnostics.sh 12 for DIAG in $(cat $ALL_DIAGS); do
13 if ! grep -r $DIAG $(cat $ALL_SOURCES) > /dev/null; then
14 echo $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
47 /// diag::kind - All of the diagnostics that can be emitted by the frontend.
52 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
56 #undef DIAG
82 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser,
94 diag::Mapping getMapping() const { return diag::Mapping(Mapping); }
95 void setMapping(diag::Mapping Value) { Mapping = Value; }
121 diag::CustomDiagInfo *CustomDiagInfo;
231 llvm::SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /external/iproute2/lib/
ll_proto.c 57 __PF(DIAG,diag)
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 69 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
72 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \
84 #undef DIAG
100 "Diag ID conflict, the enums at the start of clang::diag (in "
104 "Improperly sorted diag info");
125 diag::MAP_FATAL, /*IsUser=*/false, /*IsPragma=*/false);
128 Info.setMapping((diag::Mapping) StaticInfo->Mapping);
131 assert(Info.getMapping() == diag::MAP_WARNING &&
137 assert(Info.getMapping() == diag::MAP_WARNING &
238 namespace diag { namespace in namespace:clang
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 106 Diag(loc, diag::err_arc_init_method_unrelated_result_type);
141 Diag(NewMethod->getLocation(),
142 diag::warn_related_result_type_compatibility_class)
147 Diag(NewMethod->getLocation(),
148 diag::warn_related_result_type_compatibility_protocol)
154 Diag(Overridden->getLocation(),
155 diag::note_related_result_type_overridden_family)
158 Diag(Overridden->getLocation(),
159 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 348 milliseconds