HomeSort by: relevance | last modified time | path
    Searched refs:Mismatches (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c 362 UINT8 Mismatches = 0;
449 Mismatches++;
450 if ((Mismatches > 100) && (!AbGbl_DisplayAllMiscompares))
452 printf ("100 Mismatches: Too many mismatches\n");
465 Mismatches++;
470 Mismatches++;
472 else if (!Mismatches)
484 printf ("%u Mismatches found\n", Mismatches);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 894 SmallVector<MismatchingProperty, 4> Mismatches;
902 Mismatches.push_back({Prop, Kind, AttributeName});
935 Mismatches.push_back({Prop, DifferentGetter, ""});
940 Mismatches.push_back({Prop, DifferentSetter, ""});
949 Mismatches.push_back({Prop, IncompatibleType, ""});
955 if (Mismatches.empty())
961 for (const auto &Note : Mismatches)
970 Diag << Mismatches[0].Kind;
971 switch (Mismatches[0].Kind) {
977 Diag << Mismatches[0].AttributeName
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 3027 static struct Mismatches
3033 Mismatches mismatches;
3044 mismatches.isNotShared = true;
3059 mismatches.isMutable = true;
3062 return mismatches;
3069 auto mismatches = MODMatchToBuffer(&buf, MODFlags.shared_, 0);
3071 assert(!mismatches.isNotShared);
3074 mismatches = MODMatchToBuffer(&buf, 0, MODFlags.shared_);
3076 assert(mismatches.isNotShared)
    [all...]

Completed in 23 milliseconds