HomeSort by: relevance | last modified time | path
    Searched defs:diag (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticAST.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticAnalysis.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticCategories.h 13 namespace diag { namespace in namespace:clang
22 } // end namespace diag
DiagnosticComment.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticCrossTU.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticDriver.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticFrontend.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticLex.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticParse.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticRefactoring.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticSema.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
DiagnosticSerialization.h 15 namespace diag { namespace in namespace:clang
17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \
22 #undef DIAG
25 } // end namespace diag
  /src/sys/dev/mii/
tqphy.c 108 /* The DIAG register is unreliable on early revisions. */
212 uint16_t bmsr, bmcr, diag; local
240 PHY_READ(sc, MII_TQPHY_DIAG, &diag);
241 if (diag & DIAG_RATE)
246 if (diag & DIAG_DPLX)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-pattern-test.cc 146 pending_diagnostic *diag = new pattern_match (lhs_expr, op, rhs_cst); local
147 sm_ctxt->warn (node, stmt, lhs_expr, diag);
  /src/games/larn/
diag.c 1 /* $NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $ */
3 /* diag.c Larn is copyrighted 1986 by Noah Morgan. */
6 __RCSID("$NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $");
26 DIAG -- dungeon diagnostics
34 diag() function
46 lprcat("\n\nBeginning of DIAG diagnostics ----------\n");
  /src/sys/dev/ic/
dl10019.c 260 u_int8_t diag; local
263 diag = DL0_DIAG_NOCOLLDETECT;
265 diag = 0;
267 NEDL_DL0_DIAG, diag);
ath_netbsd.c 239 u_int32_t diag; local
244 if (!ath_hal_getdiag(sc->sc_ah, &diag))
246 node.sysctl_data = &diag;
250 return !ath_hal_setdiag(sc->sc_ah, diag) ? EINVAL : 0;
482 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, diag,
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.cpp 20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
22 return diag(Loc, DiagId, ExtraNotes, false);
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
27 if (getEvalStatus().Diag)
28 return diag(E->getExprLoc(), DiagId, ExtraNotes, false);
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
35 if (getEvalStatus().Diag)
36 return diag(SI.getLoc(), DiagId, ExtraNotes, false);
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
45 if (!getEvalStatus().Diag || !getEvalStatus().Diag->empty())
86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, function in class:State
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.sh 54 diag MSG
174 diag " You named your test '$name'. You shouldn't use numbers for your test names."
175 diag " Very confusing."
216 diag " Failed ${t}test '$name'"
217 diag " in $backtrace"
219 diag " Failed ${t}test in $backtrace"
231 diag "Output of '$command':"
233 diag "$line"
274 diag " got: '$result'"
275 diag " expected: '$expected'
353 diag(){ function
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
ldapvc.c 299 char * diag = NULL; local
473 rc = ldap_parse_verify_credentials( ld, res, &rcode, &diag, &scookie, &scred, &vcctrls );
486 if (diag && *diag) {
487 printf(_("Diagnostic: %s\n"), diag);
526 ber_memfree( diag );
  /src/usr.bin/scmdctl/
scmdctl.c 159 struct scmd_diag_response diag; local
278 error = common_diag(&func_block, fd, debug, module, &diag);
582 print_diag(&diag);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fstrcmp.c 128 diag - find diagonal path
131 int diag(int xoff, int xlim, int yoff, int ylim, int minimal,
172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, function
536 c = diag (xoff, xlim, yoff, ylim, minimal, &part, ctxt);
542 above without calling `diag'. Let's verify that this is
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fstrcmp.c 128 diag - find diagonal path
131 int diag(int xoff, int xlim, int yoff, int ylim, int minimal,
172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, function
536 c = diag (xoff, xlim, yoff, ylim, minimal, &part, ctxt);
542 above without calling `diag'. Let's verify that this is
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
fstrcmp.c 128 diag - find diagonal path
131 int diag(int xoff, int xlim, int yoff, int ylim, int minimal,
172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, function
536 c = diag (xoff, xlim, yoff, ylim, minimal, &part, ctxt);
542 above without calling `diag'. Let's verify that this is
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc 706 bool diag = false; local
718 diag = warning_at (DECL_SOURCE_LOCATION (decl),
723 if (!diag && (level & 1))
724 diag = warning_at (DECL_SOURCE_LOCATION (decl),
728 if (diag)
738 diagnosed_p |= diag;

Completed in 25 milliseconds

1 2