Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 25 of 103) sorted by relevance

12345

/llvm-project/flang/test/Lower/
H A Dcharacter-compare.f904 subroutine compare(x, c1, c2) subroutine
10 end subroutine compare argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstring-compare-custom-string-classes.cpp5 int compare(const CustomStringNonTemplateBase& Other) const { in compare() function
12 int compare(const CustomStringTemplateBase& Other) const { in compare() function
H A Dimplicit-bool-conversion-cxx20.cpp27 bool compare(const Y& y1, const Y& y2) in compare() function
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Drotate.pass.cpp54 struct compare struct
64 struct compare<wrapper<T>> argument
67 operator()(const wrapper<T>& a, const wrapper<T>& b) in operator ()()
H A Drotate_copy.pass.cpp27 compare(const wrapper<T>& a, const wrapper<T>& b) in compare() function
34 compare(const T& a, const T& b) in compare() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare() function
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare() function
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() function
525 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() function
557 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() function
660 typename C::CType compare(cons function
705 typename C::CType compare(const Function* E, C& Cmp) const { compare() function
761 typename C::CType compare(const SFunction* E, C& Cmp) const { compare() function
796 typename C::CType compare(const Code* E, C& Cmp) const { compare() function
831 typename C::CType compare(const Field* E, C& Cmp) const { compare() function
870 typename C::CType compare(const Apply* E, C& Cmp) const { compare() function
908 typename C::CType compare(const SApply* E, C& Cmp) const { compare() function
960 typename C::CType compare(const Project* E, C& Cmp) const { compare() function
994 typename C::CType compare(const Call* E, C& Cmp) const { compare() function
1028 typename C::CType compare(const Alloc* E, C& Cmp) const { compare() function
1057 typename C::CType compare(const Load* E, C& Cmp) const { compare() function
1088 typename C::CType compare(const Store* E, C& Cmp) const { compare() function
1124 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { compare() function
1161 typename C::CType compare(const ArrayAdd* E, C& Cmp) const { compare() function
1199 typename C::CType compare(const UnaryOp* E, C& Cmp) const { compare() function
1245 typename C::CType compare(const BinaryOp* E, C& Cmp) const { compare() function
1285 typename C::CType compare(const Cast* E, C& Cmp) const { compare() function
1344 typename C::CType compare(const Phi *E, C &Cmp) const { compare() function
1403 typename C::CType compare(const Goto *E, C &Cmp) const { compare() function
1453 typename C::CType compare(const Branch *E, C &Cmp) const { compare() function
1485 typename C::CType compare(const Return *E, C &Cmp) const { compare() function
1645 typename C::CType compare(const BasicBlock *E, C &Cmp) const { compare() function
1775 typename C::CType compare(const SCFG *E, C &Cmp) const { compare() function
1809 typename C::CType compare(const Identifier* E, C& Cmp) const { compare() function
1846 typename C::CType compare(const IfThenElse* E, C& Cmp) const { compare() function
1894 typename C::CType compare(const Let* E, C& Cmp) const { compare() function
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dconcept-crash-on-diagnostic.cpp18 constexpr bool compare(normal_iterator<IteratorL> lhs, normal_iterator<IteratorR> rhs) { // #4 in compare() function
/llvm-project/clang/test/Analysis/
H A Dmutually_exclusive_null_fp.cpp9 int compare(Data &a, Data &b) { in compare() function
H A DPR49490.cpp14 bool compare(toggle one, bool other) { in compare() function
/llvm-project/compiler-rt/test/msan/
H A Dtsearch.cpp10 int compare(const void *pa, const void *pb) { in compare() function
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp4.cpp42 template <class T> int foo<T>::compare(T x, T y) { in compare() function in test0::foo
/llvm-project/mlir/lib/Dialect/Utils/
H A DStaticValueUtils.cpp202 getValuesSortedByKeyImpl(ArrayRef<K> keys,ArrayRef<V> values,llvm::function_ref<bool (K,K)> compare) getValuesSortedByKeyImpl() argument
218 getValuesSortedByKey(ArrayRef<Attribute> keys,ArrayRef<Value> values,llvm::function_ref<bool (Attribute,Attribute)> compare) getValuesSortedByKey() argument
224 getValuesSortedByKey(ArrayRef<Attribute> keys,ArrayRef<OpFoldResult> values,llvm::function_ref<bool (Attribute,Attribute)> compare) getValuesSortedByKey() argument
230 getValuesSortedByKey(ArrayRef<Attribute> keys,ArrayRef<int64_t> values,llvm::function_ref<bool (Attribute,Attribute)> compare) getValuesSortedByKey() argument
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.verify.cpp37 static constexpr int compare(const char_type*, const char_type*, std::size_t) { return 0; } in compare() function
H A Dcommon_type_specialization.pass.cpp40 static int compare(const char_wrapper* lhs, const char_wrapper* rhs, std::size_t count) { in compare() function
/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h
H A DMemberPointer.h
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
H A Dinvalid_comparator_utilities.h38 bool compare(size_t* left, size_t* right) const { in compare() function
/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dadjacent_difference.pass.cpp47 compare(const T& a, const T& b) in compare() function
54 compare(const wrapper<T>& a, const wrapper<T>& b) in compare() function
/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h85 int compare(const FunctionId &Other) const { in compare() function
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h67 inline int compare(const Fraction &x, const Fraction &y) { compare() function
/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/
H A Dincludes.pass.cpp68 test_includes(Compare compare) in test_includes()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmisplaced-widening-cast-explicit-only.cpp22 void compare(int a, int b, long c) { in compare() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h96 bool compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const { compare() function
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_iter_iter.infinite_recursion.pass.cpp68 static int compare(char_type const* s1, char_type const* s2, std::size_t count) { in compare() function
/llvm-project/clang/utils/analyzer/
H A DSATest.py57 def compare(parser, args): function

12345