Searched refs:Bad (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodorder.exp7 make: Bad modifier `:OX' for LIST
9 make: Bad modifier `:OxXX' for LIST
H A Dcond2.exp1 make: Bad conditional expression ` == "empty"' in == "empty"?oops:ok
H A Dmodword.exp1 make: Bad modifier `:[]' for LIST
40 make: Bad modifier `:[1.]' for LIST
42 make: Bad modifier `:[1].' for LIST
48 make: Bad modifier `:[-]' for LIST
50 make: Bad modifier `:[--]' for LIST
69 make: Bad modifier `:[1.]' for LIST
71 make: Bad modifier `:[1..]' for LIST
74 make: Bad modifier `:[1..1.]' for LIST
80 make: Bad modifier `:[0..1]' for LIST
82 make: Bad modifie
[all...]
H A Dmodts.exp32 make: Bad modifier `:tx' for LIST
34 make: Bad modifier `:ts\X' for LIST
H A Dcond1.exp20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
H A Dcond2.mk10 # expect: Bad conditional expression ` == "empty"' in == "empty"?oops:ok
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h438 BadConversionSequence Bad; member in union:clang::ImplicitConversionSequence::__anon3035
457 case BadConversion: Bad = Other.Bad; break;
515 Bad.init(Failure, FromExpr, ToType);
522 Bad.init(Failure, FromType, ToType);
615 /// The FixIt hints which can be used to fix the Bad candidate.
668 Conversions[Idx].Bad.FromExpr,
669 Conversions[Idx].Bad.getFromType(),
670 Conversions[Idx].Bad.getToType(), S);
/freebsd-10-stable/crypto/openssh/regress/
H A Dintegrity.sh60 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
/freebsd-10-stable/usr.bin/mail/
H A Dlist.c752 errx(1, "Bad message number to mark");
766 errx(1, "Bad message number to unmark");
/freebsd-10-stable/bin/sh/
H A Dparser.c472 synerror("Bad for loop variable");
670 synerror("Bad function name");
738 synerror("Bad fd number");
1216 synerror("Bad escape sequence");
1218 synerror("Bad escape sequence");
1237 synerror("Bad escape sequence");
1240 synerror("Bad escape sequence");
1269 synerror("Bad escape sequence");
/freebsd-10-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl488 } elsif (/Bad request for ([,a-zA-Z0-9]+) ticket/) {
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2059 reply(503, "Bad sequence of commands.");
2186 reply(501, "Bad options");
2223 reply(501, "Bad UMASK value");
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp276 SmallVectorImpl<const SCEV *> &Bad,
288 DoInitialMatch(*I, L, Good, Bad, SE);
295 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
300 L, Good, Bad, SE);
320 Bad.push_back(SE.getMulExpr(NegOne, *I));
326 Bad.push_back(S);
334 SmallVector<const SCEV *, 4> Bad; local
335 DoInitialMatch(S, L, Good, Bad, SE);
342 if (!Bad.empty()) {
343 const SCEV *Sum = SE.getAddExpr(Bad);
274 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql109 SELECT a.local_relpath, -1, 11, 'Bad or Unneeded actual data'
/freebsd-10-stable/contrib/tcsh/
H A Dtw.parse.c1823 xprintf("Bad tw_command\n");
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.sh381 echo "Bad field ${field}"
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp532 OS << "Bad conversion";
4814 if (ICS.Bad.Kind == BadConversionSequence::bad_qualifiers) {
8319 Expr *FromExpr = Conv.Bad.FromExpr;
8320 QualType FromTy = Conv.Bad.getFromType();
8321 QualType ToTy = Conv.Bad.getToType();
9025 // 2. Bad conversions come first and are ordered by the number

Completed in 1472 milliseconds