HomeSort by relevance Sort by last modified time
    Searched defs:diag (Results 1 - 21 of 21) sorted by null

  /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/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
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/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
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 193 int diag = -1; local
216 diag = 0;
218 diag = 1;
221 if (col != -1 || row != -1 || diag != -1) {
222 setFinished(player, col, row, 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/
SemaObjCProperty.cpp 94 S.Diag(property->getLocation(),
95 diag::err_arc_inconsistent_property_ownership)
221 Diag(AtLoc, diag::err_duplicate_property);
222 Diag(prevDecl->getLocation(), diag::note_property_declare);
248 Diag(CDecl->getLocation(), diag::err_continuation_class);
274 Diag(AtLoc,
275 diag::warn_type_mismatch_continuation_class) << PDecl->getType()
330 unsigned diag = local
    [all...]
SemaDeclAttr.cpp 205 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << Num;
218 S.Diag(Attr.getLoc(), diag::err_attribute_too_few_arguments) << Num;
254 S.Diag(Attr.getLoc(), diag::warn_pointer_attribute_wrong_type)
257 S.Diag(Attr.getLoc(), diag::err_attribute_can_be_applied_only_to_value_decl)
282 S.Diag(Attr.getLoc(), diag::err_attribute_argument_not_class
3993 DelayedDiagnostic &diag = DD.Stack[i]; local
    [all...]
SemaType.cpp 60 diagID = diag::warn_pointer_attribute_wrong_type;
65 diagID = diag::warn_objc_object_attribute_wrong_type;
71 diagID = diag::warn_function_attribute_wrong_type;
87 S.Diag(loc, diagID) << name << type;
609 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
615 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
658 S.Diag(DeclLoc, diag::ext_missing_declspec
4020 unsigned diag = PD.getDiagID(); local
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim) method in class:DiffMyers
309 int d = diag (xoff, xlim, yoff, ylim);
318 and that case was handled above without calling `diag'.
  /external/libvpx/vp8/encoder/
mcomp.c 207 unsigned int left, right, up, down, diag; local
226 // TODO: Each subsequent iteration checks at least one point in common with the last iteration could be 2 ( if diag selected)
240 CHECK_BETTER(diag, tr - 2, tc - 2);
243 CHECK_BETTER(diag, tr - 2, tc + 2);
246 CHECK_BETTER(diag, tr + 2, tc - 2);
249 CHECK_BETTER(diag, tr + 2, tc + 2);
261 // TODO: Each subsequent iteration checks at least one point in common with the last iteration could be 2 ( if diag selected)
275 CHECK_BETTER(diag, tr - 1, tc - 1);
278 CHECK_BETTER(diag, tr - 1, tc + 1);
281 CHECK_BETTER(diag, tr + 1, tc - 1)
320 int left, right, up, down, diag; local
606 int left, right, up, down, diag; local
    [all...]
  /external/opencv/ml/src/
mlem.cpp 798 CvMat whdr, iwhdr, diag, *w, *iw; local
821 cvTranspose( cvGetDiag(*covs, &diag), inv_eigen_values );
875 cvTranspose( cvGetDiag( covs[k], &diag ), w );
    [all...]
  /external/skia/src/core/
SkConcaveToTriangles.cpp 402 Vertex *diag = NULL; local
407 diag = fTrap0.bottom();
414 diag = fTrap1.bottom();
418 return diag;
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 420 CXDiagnostic Diag = clang_getDiagnostic(TU, i);
421 PrintDiagnostic(Diag);
422 clang_disposeDiagnostic(Diag);
1246 CXDiagnostic diag = clang_codeCompleteGetDiagnostic(results, i); local
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 825 milliseconds