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

/external/clang/test/Preprocessor/
H A Dexpr_multichar.c5 #error Bad multichar constant calculation!
H A Dfeature_tests.c9 #error Bad
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp79 struct Bad { virtual Bad& f(); }; struct in namespace:test4
90 Bad b;
/external/freetype/src/psaux/
H A Dpsconv.c99 goto Bad;
113 goto Bad;
151 Bad:
209 goto Bad;
217 goto Bad;
345 Bad:
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsconv.c99 goto Bad;
113 goto Bad;
151 Bad:
209 goto Bad;
217 goto Bad;
345 Bad:
/external/clang/include/clang/Sema/
H A DOverload.h423 BadConversionSequence Bad; member in union:clang::ImplicitConversionSequence::__anon722
442 case BadConversion: Bad = Other.Bad; break;
500 Bad.init(Failure, FromExpr, ToType);
507 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);
/external/libutf/
H A Drune.c44 Bad = Runeerror, enumerator in enum:__anon9186
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::__anon13593
120 *rune = Bad;
/external/freetype/src/base/
H A Dftglyph.c525 goto Bad;
528 goto Bad;
533 goto Bad;
540 goto Bad;
604 Bad:
H A Dftoutln.c372 goto Bad;
381 goto Bad;
387 goto Bad;
393 Bad:
/external/pdfium/third_party/freetype/src/base/
H A Dftglyph.c521 goto Bad;
524 goto Bad;
529 goto Bad;
536 goto Bad;
600 Bad:
H A Dftoutln.c372 goto Bad;
381 goto Bad;
387 goto Bad;
393 Bad:
/external/freetype/src/cff/
H A Dcffparse.c66 goto Bad;
73 goto Bad;
87 goto Bad;
94 goto Bad;
102 Bad:
165 goto Bad;
202 goto Bad;
241 goto Bad;
392 Bad:
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c66 goto Bad;
73 goto Bad;
87 goto Bad;
94 goto Bad;
102 Bad:
165 goto Bad;
202 goto Bad;
241 goto Bad;
392 Bad:
/external/valgrind/memcheck/tests/
H A Daddressable.stderr.exp23 Bad memory (SIGSEGV or SIGBUS) at address 0x........
51 Bad memory (SIGSEGV or SIGBUS) at address 0x........
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java433 throw new XMPException("Bad XML name", XMPError.BADXPATH);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp310 report("Bad instruction parent pointer", MFI);
370 errs() << "*** Bad machine code: " << msg << " ***\n"
1048 bool Bad = !isReserved(Reg); local
1050 if (Bad) {
1054 Bad = false;
1063 if (Bad) {
1072 Bad = false;
1078 if (Bad)
1488 report("Bad start of live segment, no basic block", MF, LR, Reg, LaneMask);
1502 report("Bad en
[all...]
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s387 @ Bad register lists for VFP.
404 @ Bad CPS instruction format.
410 @ Bad operands for msr
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp290 SmallVectorImpl<const SCEV *> &Bad,
302 DoInitialMatch(*I, L, Good, Bad, SE);
309 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
314 L, Good, Bad, SE);
334 Bad.push_back(SE.getMulExpr(NegOne, *I));
340 Bad.push_back(S);
348 SmallVector<const SCEV *, 4> Bad; local
349 DoInitialMatch(S, L, Good, Bad, SE);
356 if (!Bad.empty()) {
357 const SCEV *Sum = SE.getAddExpr(Bad);
288 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp505 OS << "Bad conversion";
4878 if (ICS.Bad.Kind == BadConversionSequence::bad_qualifiers) {
8705 Expr *FromExpr = Conv.Bad.FromExpr;
8706 QualType FromTy = Conv.Bad.getFromType();
8707 QualType ToTy = Conv.Bad.getToType();
9490 // 2. Bad conversions come first and are ordered by the number

Completed in 703 milliseconds