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

/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp84 struct Bad { virtual Bad& f(); }; struct in namespace:test4
95 Bad b;
/external/libutf/
H A Drune.c44 Bad = Runeerror, enumerator in enum:__anon11610
60 * to Bad and return 0.
153 *rune = Bad;
156 *rune = Bad;
238 *rune = Bad;
/external/regex-re2/util/
H A Drune.cc45 Bad = Runeerror, enumerator in enum:re2::__anon16559
120 *rune = Bad;
/external/clang/include/clang/Sema/
H A DOverload.h427 BadConversionSequence Bad; member in union:clang::ImplicitConversionSequence::__anon959
446 case BadConversion: Bad = Other.Bad; break;
504 Bad.init(Failure, FromExpr, ToType);
511 Bad.init(Failure, FromType, ToType);
622 /// The FixIt hints which can be used to fix the Bad candidate.
675 Conversions[Idx].Bad.FromExpr,
676 Conversions[Idx].Bad.getFromType(),
677 Conversions[Idx].Bad.getToType(), S);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp362 report("Bad instruction parent pointer", MFI);
434 errs() << "*** Bad machine code: " << msg << " ***\n"
1254 bool Bad = !isReserved(Reg); local
1256 if (Bad) {
1260 Bad = false;
1269 if (Bad) {
1278 Bad = false;
1284 if (Bad)
1696 report("Bad start of live segment, no basic block", MF);
1711 report("Bad en
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1947 bool Bad = (AM != HexagonII::BaseImmOffset); local
1948 if (!Bad) {
1960 Bad = true;
1964 if (!Bad) {
1968 Bad = true;
1972 if (Bad)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp254 SmallVectorImpl<const SCEV *> &Bad,
266 DoInitialMatch(*I, L, Good, Bad, SE);
273 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
278 L, Good, Bad, SE);
298 Bad.push_back(SE.getMulExpr(NegOne, *I));
304 Bad.push_back(S);
312 SmallVector<const SCEV *, 4> Bad; local
313 DoInitialMatch(S, L, Good, Bad, SE);
320 if (!Bad.empty()) {
321 const SCEV *Sum = SE.getAddExpr(Bad);
252 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp309 SmallVectorImpl<const SCEV *> &Bad,
320 DoInitialMatch(S, L, Good, Bad, SE);
327 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
332 L, Good, Bad, SE);
350 Bad.push_back(SE.getMulExpr(NegOne, S));
356 Bad.push_back(S);
363 SmallVector<const SCEV *, 4> Bad; local
364 DoInitialMatch(S, L, Good, Bad, SE);
371 if (!Bad.empty()) {
372 const SCEV *Sum = SE.getAddExpr(Bad);
307 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]

Completed in 1437 milliseconds