HomeSort by relevance Sort by last modified time
    Searched defs:Bad (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/util/
rune.cc 45 Bad = Runeerror,
70 goto bad;
73 goto bad;
76 goto bad;
87 goto bad;
91 goto bad;
102 goto bad;
106 goto bad;
113 * since we don't have that, we'll just fall through to bad.
117 * bad decodin
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 439 /// of the bad conversion.
440 BadConversionSequence Bad;
461 case BadConversion: Bad = Other.Bad; break;
515 /// Sets this sequence as a bad conversion for an explicit argument.
519 Bad.init(Failure, FromExpr, ToType);
522 /// Sets this sequence as a bad conversion for an implicit argument.
526 Bad.init(Failure, FromType, ToType);
629 /// The FixIt hints which can be used to fix the Bad candidate.
729 Conversions[Idx].Bad.FromExpr
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 276 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;
335 DoInitialMatch(S, L, Good, Bad, SE);
342 if (!Bad.empty()) {
343 const SCEV *Sum = SE.getAddExpr(Bad);
    [all...]

Completed in 1600 milliseconds