Searched defs:Bad (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/util/
H A Drune.cc45 Bad = Runeerror, enumerator in enum:re2::__anon12503
120 *rune = Bad;
/external/clang/include/clang/Sema/
H A DOverload.h439 BadConversionSequence Bad; member in union:clang::ImplicitConversionSequence::__anon3397
460 case BadConversion: Bad = Other.Bad; break;
518 Bad.init(Failure, FromExpr, ToType);
525 Bad.init(Failure, FromType, ToType);
628 /// The FixIt hints which can be used to fix the Bad candidate.
724 Conversions[Idx].Bad.FromExpr,
725 Conversions[Idx].Bad.getFromType(),
726 Conversions[Idx].Bad.getToType(), S);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp265 SmallVectorImpl<const SCEV *> &Bad,
277 DoInitialMatch(*I, L, Good, Bad, SE);
284 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
289 L, Good, Bad, SE);
309 Bad.push_back(SE.getMulExpr(NegOne, *I));
315 Bad.push_back(S);
323 SmallVector<const SCEV *, 4> Bad; local
324 DoInitialMatch(S, L, Good, Bad, SE);
331 if (!Bad.empty()) {
332 const SCEV *Sum = SE.getAddExpr(Bad);
263 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]

Completed in 72 milliseconds