Home
last modified time | relevance | path

Searched defs:IsEqual (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfptest.c7 int IsEqual(const l_fp expected, const l_fp actual) { in IsEqual() function
H A Dsockaddrtest.c21 IsEqual(const sockaddr_u expected, const sockaddr_u actual) { in IsEqual() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoProbeInserter.cpp124 auto IsEqual = [](const MachineInstr *Left, const MachineInstr *Right) { in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPseudoProbe.cpp146 auto IsEqual = [](const PseudoProbeInst *Left, const PseudoProbeInst *Right) { in removeRedundantPseudoProbes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp623 Value *IsEqual = nullptr; in mergeComparisons() local
H A DLoopUnswitch.cpp1554 bool IsEqual) { in rewriteLoopBodyWithConditionConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12567 bool IsEqual = CR_r == APFloat::cmpEqual && CR_i == APFloat::cmpEqual; in EvaluateComparisonBinaryOperator() local
12571 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() && in EvaluateComparisonBinaryOperator() local
12863 bool IsEqual = CR == CmpResult::Equal, in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp12969 bool IsEqual, SourceRange Range) { in DiagnoseAlwaysNonNullPointer()