Searched defs:IsEqual (Results 1 – 8 of 8) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | count.pass.cpp | 47 class IsEqual class 52 IsEqual(T value_, OddTag) : value(value_) {} in IsEqual() function in IsEqual
|
/llvm-project/clang/test/Sema/ |
H A D | source_location.c | 8 #define IsEqual(L, R) (__builtin_strcmp(L, R) == 0) macro
|
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | memory_check_utils.h | 79 inline bool IsEqual(const cpp::span<char> a, const cpp::span<char> b) { IsEqual() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 628 Value *IsEqual = nullptr; in mergeComparisons() local
|
/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 677 bool SBFrame::IsEqual(const SBFrame &that) const { IsEqual() function in SBFrame
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13573 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 D | SemaChecking.cpp | 11512 DiagnoseAlwaysNonNullPointer(Expr * E,Expr::NullPointerConstantKind NullKind,bool IsEqual,SourceRange Range) DiagnoseAlwaysNonNullPointer() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5333 optimizeIncrementingWhile(SDValue Op,SelectionDAG & DAG,bool IsSigned,bool IsEqual) optimizeIncrementingWhile() argument [all...] |