Home
last modified time | relevance | path

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

/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dcount.pass.cpp47 class IsEqual class
52 IsEqual(T value_, OddTag) : value(value_) {} in IsEqual() function in IsEqual
/llvm-project/clang/test/Sema/
H A Dsource_location.c8 #define IsEqual(L, R) (__builtin_strcmp(L, R) == 0) macro
/llvm-project/libc/test/src/string/memory_utils/
H A Dmemory_check_utils.h79 inline bool IsEqual(const cpp::span<char> a, const cpp::span<char> b) { IsEqual() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp628 Value *IsEqual = nullptr; in mergeComparisons() local
/llvm-project/lldb/source/API/
H A DSBFrame.cpp677 bool SBFrame::IsEqual(const SBFrame &that) const { IsEqual() function in SBFrame
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13573 bool IsEqual = CR_r == APFloat::cmpEqual && CR_i == APFloat::cmpEqual; EvaluateComparisonBinaryOperator() local
13577 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() && EvaluateComparisonBinaryOperator() local
13905 bool IsEqual = CR == CmpResult::Equal, VisitBinaryOperator() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11512 DiagnoseAlwaysNonNullPointer(Expr * E,Expr::NullPointerConstantKind NullKind,bool IsEqual,SourceRange Range) DiagnoseAlwaysNonNullPointer() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5333 optimizeIncrementingWhile(SDValue Op,SelectionDAG & DAG,bool IsSigned,bool IsEqual) optimizeIncrementingWhile() argument
[all...]