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

12

/external/clang/include/clang/AST/
H A DASTDiagnostic.h16 namespace diag { namespace in namespace:clang
25 } // end namespace diag
H A DCommentDiagnostic.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.h32 namespace diag { namespace in namespace:clang
84 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser,
96 diag::Mapping getMapping() const { return diag::Mapping(Mapping); }
97 void setMapping(diag::Mapping Value) { Mapping = Value; }
123 diag::CustomDiagInfo *CustomDiagInfo;
234 llvm::SmallVectorImpl<diag::kind> &Diags) const;
237 void getAllDiagnostics(llvm::SmallVectorImpl<diag::kind> &Diags) const;
248 llvm::SmallVectorImpl<diag::kind> &Diags) const;
/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
H A DDelayedDiagnostic.h174 /// Diag(diag.Loc, diag.getForbiddenTypeDiagnostic())
175 /// << diag.getForbiddenTypeOperand()
176 /// << diag.getForbiddenTypeArgument();
242 void add(const DelayedDiagnostic &diag) { argument
243 Diagnostics.push_back(diag);
268 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) { argument
270 CurPool->add(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.h28 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } argument
53 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags,
H A DTransformActions.cpp601 TransformActions::TransformActions(DiagnosticsEngine &diag, argument
604 : 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, \
101 "Diag ID conflict, the enums at the start of clang::diag (in "
105 "Improperly sorted diag info");
126 diag::MAP_FATAL, /*IsUser=*/false, /*IsPragma=*/false);
129 Info.setMapping((diag::Mapping) StaticInfo->Mapping);
132 assert(Info.getMapping() == diag::MAP_WARNING &&
138 assert(Info.getMapping() == diag::MAP_WARNING &&
171 diag::kind Diag)
239 namespace diag { namespace in namespace:clang
277 } // 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/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/lib/Sema/
H A DSemaObjCProperty.cpp99 diag::err_arc_inconsistent_property_ownership)
280 Diag(AtLoc, diag::err_duplicate_property);
281 Diag(prevDecl->getLocation(), diag::note_property_declare);
307 Diag(CDecl->getLocation(), diag::err_continuation_class);
350 diag::err_type_mismatch_continuation_class) << PDecl->getType();
351 Diag(PIDecl->getLocation(), diag::note_property_declare);
364 Diag(AtLoc, diag::warn_property_attr_mismatch);
365 Diag(PIDecl->getLocation(), diag::note_property_declare);
404 unsigned diag = local
407 ? diag
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c1798 CXDiagnostic diag = clang_codeCompleteGetDiagnostic(results, i); local
1799 PrintDiagnostic(diag);
1800 clang_disposeDiagnostic(diag);
2297 CXDiagnostic diag; local
2304 diag = clang_getDiagnosticInSet(diagSet, i);
2305 str = clang_formatDiagnostic(diag, clang_defaultDiagnosticDisplayOptions());
2311 clang_getDiagnosticSeverity(diag) >= CXDiagnostic_Error) {

Completed in 403 milliseconds

12