Searched defs:diag (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/include/clang/AST/
H A DASTDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Analysis/
H A DAnalysisDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Basic/
H A DDiagnosticCategories.h14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
H A DDiagnosticIDs.h31 namespace diag { namespace in namespace:clang
47 /// diag::kind - All of the diagnostics that can be emitted by the frontend.
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;
234 void getAllDiagnostics(llvm::SmallVectorImpl<diag::kind> &Diags) const;
245 llvm::SmallVectorImpl<diag
[all...]
/external/clang/include/clang/Driver/
H A DDriverDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Frontend/
H A DFrontendDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Lex/
H A DLexDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Parse/
H A DParseDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Sema/
H A DSemaDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/include/clang/Serialization/
H A DSerializationDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
/external/clang/lib/StaticAnalyzer/Core/
H A DTextPathDiagnostics.cpp31 TextPathDiagnostics(const std::string& output, DiagnosticsEngine &diag) argument
32 : OutputFile(output), Diag(diag) {}
/external/clang/lib/ARCMigrate/
H A DInternals.h27 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } argument
52 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags,
H A DTransformActions.cpp600 TransformActions::TransformActions(DiagnosticsEngine &diag, argument
603 : Diags(diag), CapturedDiags(capturedDiags), ReportedErrors(false) {
/external/jdiff/src/jdiff/
H A DDiffMyers.java109 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/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp323 static void diag_handler(const SMDiagnostic &diag, void *context) { argument
325 diag.print("", static_cast<EDDisassembler*>(context)->ErrorStream);
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp72 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \
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 &&
170 diag::kind Diag)
238 namespace diag { namespace in namespace:clang
276 } // end diag namespac
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... decimal private java.io.File destDir private boolean diag private boolean explicit private boolean format private boolean keep private ...
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp97 diag::err_arc_inconsistent_property_ownership)
230 Diag(AtLoc, diag::err_duplicate_property);
231 Diag(prevDecl->getLocation(), diag::note_property_declare);
257 Diag(CDecl->getLocation(), diag::err_continuation_class);
300 diag::err_type_mismatch_continuation_class) << PDecl->getType();
301 Diag(PIDecl->getLocation(), diag::note_property_declare);
316 Diag(AtLoc, diag::warn_property_attr_mismatch);
317 Diag(PIDecl->getLocation(), diag::note_property_declare);
356 unsigned diag = local
359 ? diag
[all...]
H A DSemaDeclAttr.cpp202 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << Num;
215 S.Diag(Attr.getLoc(), diag::err_attribute_too_few_arguments) << Num;
251 S.Diag(Attr.getLoc(), diag::warn_pointer_attribute_wrong_type)
254 S.Diag(Attr.getLoc(), diag::err_attribute_can_be_applied_only_to_value_decl)
281 S.Diag(Attr.getLoc(), diag::warn_attribute_argument_not_class)
290 S.Diag(Attr.getLoc(), diag::warn_attribute_argument_not_lockable)
330 S.Diag(Attr.getLoc(), diag::err_attribute_argument_out_of_range)
362 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type)
387 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type)
416 S.Diag(Attr.getLoc(), diag
4012 handleDelayedForbiddenType(Sema &S, DelayedDiagnostic &diag, Decl *decl) argument
4038 add(const DelayedDiagnostic &diag) argument
4086 DelayedDiagnostic &diag = DD.Stack[i]; local
[all...]
H A DSemaType.cpp63 diagID = diag::warn_pointer_attribute_wrong_type;
68 diagID = diag::warn_objc_object_attribute_wrong_type;
74 diagID = diag::warn_function_attribute_wrong_type;
612 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
618 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
664 S.Diag(DeclLoc, diag::ext_missing_declspec)
676 S.Diag(DeclLoc, diag::err_missing_type_specifier)
684 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
703 diag::warn_cxx98_compat_longlong : diag
4137 unsigned diag = PD.getDiagID(); local
[all...]
/external/libvpx/vp8/encoder/
H A Dmcomp.c207 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, t
320 int left, right, up, down, diag; local
606 int left, right, up, down, diag; local
[all...]
/external/opencv/ml/src/
H A Dmlem.cpp798 CvMat whdr, iwhdr, diag, *w, *iw; local
821 cvTranspose( cvGetDiag(*covs, &diag), inv_eigen_values );
875 cvTranspose( cvGetDiag( covs[k], &diag ), w );
1065 cvGetDiag( covs[k], &diag ));
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp395 Vertex *diag = NULL; local
400 diag = fTrap0.bottom();
407 diag = fTrap1.bottom();
411 return diag;
/external/kernel-headers/original/asm-mips/ip32/
H A Dmace.h109 volatile unsigned long diag; member in struct:mace_ethernet
/external/clang/tools/c-index-test/
H A Dc-index-test.c1329 CXDiagnostic diag = clang_codeCompleteGetDiagnostic(results, i); local
1330 PrintDiagnostic(diag);
1331 clang_disposeDiagnostic(diag);
1824 CXDiagnostic diag; local
1831 diag = clang_getDiagnosticInSet(diagSet, i);
1832 str = clang_formatDiagnostic(diag, clang_defaultDiagnosticDisplayOptions());
1838 clang_getDiagnosticSeverity(diag) >= CXDiagnostic_Error) {

Completed in 442 milliseconds

12