Home
last modified time | relevance | path

Searched refs:Mismatch (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp800 bool Mismatch = (Counts.size() != Other.Counts.size()); in overlap() local
803 if (!Mismatch) { in overlap()
808 Mismatch = true; in overlap()
813 if (Mismatch) { in overlap()
1533 Mismatch.NumEntries += 1; in addOneMismatch()
1534 Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum; in addOneMismatch()
1537 Mismatch.ValueCounts[I] += in addOneMismatch()
1566 if (Mismatch.NumEntries) in dump()
1567 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries in dump()
1575 if (Mismatch.NumEntries) in dump()
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dcommand13.06 echo "Mismatch found"
H A Dtrap2.021 echo "Mismatch for '$teststring'"
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509_err.et50 error_code DATA_OID_MISMATCH, "Mismatch bewteen signed type and unsigned type"
61 error_code OID_MISMATCH, "Mismatch bewteen oids"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1974 bool Mismatch = false; in findDuplicateOutputBlock() local
1980 Mismatch = false; in findDuplicateOutputBlock()
1985 Mismatch = true; in findDuplicateOutputBlock()
1992 Mismatch = true; in findDuplicateOutputBlock()
2002 Mismatch = true; in findDuplicateOutputBlock()
2010 if (!Mismatch) in findDuplicateOutputBlock()
/freebsd/lib/libc/amd64/string/
H A Dstrncmp.S251 pcmpeqb %xmm2, %xmm0 # Mismatch between chunks?
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h754 CountSumOrPercent Mismatch; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13741 unsigned Mismatch = FindDesignatorMismatch( in EvaluateComparisonBinaryOperator() local
13749 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() && in EvaluateComparisonBinaryOperator()
13750 Mismatch < RHSDesignator.Entries.size()) { in EvaluateComparisonBinaryOperator()
13751 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]); in EvaluateComparisonBinaryOperator()
13752 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]); in EvaluateComparisonBinaryOperator()
13757 << getAsBaseClass(LHSDesignator.Entries[Mismatch]) in EvaluateComparisonBinaryOperator()
13761 << getAsBaseClass(RHSDesignator.Entries[Mismatch]) in EvaluateComparisonBinaryOperator()
/freebsd/contrib/tcsh/
H A DFixes336 14. Mismatch clarification patch (Per Hedeland)
/freebsd/contrib/ntp/
H A DCommitLog[all...]