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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 106 return "Function control flow change detected (hash mismatch)";
108 return "Function basic block count change detected (counter mismatch)";
112 return "Function value site count change detected (counter mismatch)";
553 // Return false on mismatch.
578 bool Mismatch = (Counts.size() != Other.Counts.size());
580 // Check if the value profiles mismatch.
581 if (!Mismatch) {
586 Mismatch = true;
591 if (Mismatch) {
1202 Mismatch.NumEntries += 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 619 CountSumOrPercent Mismatch;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 7745 FD->getParent()->getCanonicalDecl() && "record / field mismatch");
7969 FD->getParent()->getCanonicalDecl() && "record / field mismatch");
10868 // Get rid of mismatch (otherwise Success assertions will fail)
12690 unsigned Mismatch = FindDesignatorMismatch(
12698 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() &&
12699 Mismatch < RHSDesignator.Entries.size()) {
12700 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]);
12701 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]);
12706 << getAsBaseClass(LHSDesignator.Entries[Mismatch])
12710 << getAsBaseClass(RHSDesignator.Entries[Mismatch])
    [all...]

Completed in 28 milliseconds