HomeSort by: relevance | last modified time | path
    Searched defs:Bad (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldmisc.c 111 Bad,
125 args[arg_no].type = Bad;
148 arg_type = Bad;
204 if (arg_type != Bad)
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.c 89 Bad,
102 args[arg_no].type = Bad;
122 arg_type = Bad;
170 if (arg_type != Bad)
  /src/external/gpl3/binutils/dist/bfd/
bfd.c 812 N_("bad value"),
1020 Bad,
1325 args[i].type = Bad;
1443 arg_type = Bad;
  /src/external/gpl3/binutils.old/dist/bfd/
bfd.c 812 N_("bad value"),
1020 Bad,
1325 args[i].type = Bad;
1443 arg_type = Bad;
  /src/external/gpl3/gdb/dist/bfd/
bfd.c 797 N_("bad value"),
1019 Bad,
1324 args[i].type = Bad;
1442 arg_type = Bad;
  /src/external/gpl3/gdb.old/dist/bfd/
bfd.c 796 N_("bad value"),
1018 Bad,
1298 args[i].type = Bad;
1399 arg_type = Bad;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 566 /// of the bad conversion.
567 BadConversionSequence Bad;
584 case BadConversion: Bad = Other.Bad; break;
642 /// Sets this sequence as a bad conversion for an explicit argument.
646 Bad.init(Failure, FromExpr, ToType);
649 /// Sets this sequence as a bad conversion for an implicit argument.
653 Bad.init(Failure, FromType, ToType);
812 /// The FixIt hints which can be used to fix the Bad candidate.
885 Conversions[Idx].Bad.FromExpr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 403 report("Bad instruction parent pointer", &MBB);
471 errs() << "*** Bad machine code: " << msg << " ***\n"
2227 bool Bad = !isReserved(Reg);
2229 if (Bad) {
2233 Bad = false;
2242 if (Bad) {
2251 Bad = false;
2254 if (Bad)
2842 report("Bad start of live segment, no basic block", MF);
2857 report("Bad end of live segment, no basic block", MF)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 2287 bool Bad = (AM != HexagonII::BaseImmOffset);
2288 if (!Bad) {
2294 Bad = true;
2298 if (!Bad) {
2302 Bad = true;
2306 if (!Bad) {
2310 Bad = true;
2314 if (Bad)
2376 dbgs() << " (bad)";
HexagonInstrInfo.cpp 3694 bool SawCond = false, Bad = false;
3701 Bad = true;
3706 Bad = true;
3710 if (!Bad) {
3733 } // if (!Bad)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 407 SmallVectorImpl<const SCEV *> &Bad,
418 DoInitialMatch(S, L, Good, Bad, SE);
425 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
430 L, Good, Bad, SE);
448 Bad.push_back(SE.getMulExpr(NegOne, S));
454 Bad.push_back(S);
461 SmallVector<const SCEV *, 4> Bad;
462 DoInitialMatch(S, L, Good, Bad, SE);
469 if (!Bad.empty()) {
470 const SCEV *Sum = SE.getAddExpr(Bad);
    [all...]

Completed in 46 milliseconds