Searched defs:diagnostic (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h82 /// Sets a diagnostic to be performed. The diagnostic is given
89 assert(isQuiet() && "partial diagnostic already defined");
93 assert(isQuiet() && "partial diagnostic already defined");
94 assert(DiagID && "creating null diagnostic");
111 /// A diagnostic message which has been conditionally emitted pending
141 unsigned diagnostic,
148 DD.ForbiddenTypeData.Diagnostic = diagnostic;
155 assert(Kind == Access && "Not an access diagnostic.");
159 assert(Kind == Access && "Not an access diagnostic
140 makeForbiddenType(SourceLocation loc, unsigned diagnostic, QualType type, unsigned argument) argument
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java82 /** optional flag to print out a diagnostic file */
83 private boolean diagnostic; field in class:ANTLR3
281 * Sets a flag to emit diagnostic text
284 diagnostic = enable;
491 if (diagnostic) {
492 commandline.createArgument().setValue("-diagnostic");
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc41 // diagnostic page.
44 "http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=%s&client=googlechrome";
47 "http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=%s&client=chromium";
439 // The "report error" and "show diagnostic" commands can have a number
472 // We're going to take the user to Google's SafeBrowsing diagnostic page.
473 std::string diagnostic = local
476 GURL diagnostic_url(diagnostic);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-antlr.jar ... .io.File superGrammar private boolean html private boolean diagnostic private boolean trace private boolean traceParser private boolean traceLexer private ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... boolean depend private boolean fork private String messageFormatName private boolean diagnostic private boolean trace private boolean traceParser private boolean traceLexer private ...
/external/clang/lib/Sema/
H A DSemaAccess.cpp1081 // Use a special diagnostic for constructors and destructors.
1091 // Otherwise, use the generic diagnostic.
1250 unsigned diagnostic; local
1253 diagnostic = diag::note_access_constrained_by_path;
1255 diagnostic = diag::note_access_natural;
1260 S.Diag(base->getSourceRange().getBegin(), diagnostic)
H A DSemaDecl.cpp2680 // with a different type- show appropriate diagnostic
3119 // Customize diagnostic for a typedef missing a name.
3215 unsigned diagnostic) {
3230 SemaRef.Diag(NameLoc, diagnostic) << Name;
4005 // TODO: consider using NameInfo for diagnostic.
5408 /// This routine handles generating the diagnostic messages for an invalid
5771 // TODO: consider using NameInfo for diagnostic.
6823 // But, issue any diagnostic on the first declaration only.
7733 // Provide a specific diagnostic for uninitialized variable
7742 // Provide a specific diagnostic fo
3210 CheckAnonMemberRedeclaration(Sema &SemaRef, Scope *S, DeclContext *Owner, DeclarationName Name, SourceLocation NameLoc, unsigned diagnostic) argument
[all...]
H A DSemaExpr.cpp287 /// diagnostic complaining about the given function being deleted or
311 // the diagnostic.
1520 unsigned diagnostic = diag::err_undeclared_var_use; local
1525 diagnostic = diag::err_undeclared_use;
1559 diagnostic = diag::warn_found_via_dependent_bases_lookup;
1561 Diag(R.getNameLoc(), diagnostic) << Name
1596 Diag(R.getNameLoc(), diagnostic) << Name;
1718 // Emit a special diagnostic for failed member lookups.
1728 Diag(R.getNameLoc(), diagnostic) << Name;
2019 // error node. The error diagnostic wa
2709 unsigned diagnostic; local
11521 unsigned diagnostic = diag::warn_condition_is_assignment; local
[all...]
/external/kernel-headers/original/asm-mips/ip32/
H A Dmace.h177 volatile u64 diagnostic; /* RO: diagnostic register */ member in struct:mace_parport
/external/clang/include/clang-c/
H A DIndex.h603 * \brief Describes the severity of a particular diagnostic.
607 * \brief A diagnostic that has been suppressed, e.g., by a command-line
613 * \brief This diagnostic is a note that should be attached to the
614 * previous (non-note) diagnostic.
619 * \brief This diagnostic indicates suspicious code that may not be
625 * \brief This diagnostic indicates that the code is ill-formed.
630 * \brief This diagnostic indicates that the code is ill-formed such
638 * \brief A single diagnostic, containing the diagnostic's severity,
654 * \brief Retrieve a diagnostic associate
5396 void (*diagnostic)(CXClientData client_data, member in struct:__anon3574
[all...]

Completed in 471 milliseconds