/llvm-project/flang/test/Lower/ |
H A D | character-compare.f90 | 4 subroutine compare(x, c1, c2) subroutine 10 end subroutine compare argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | string-compare-custom-string-classes.cpp | 5 int compare(const CustomStringNonTemplateBase& Other) const { in compare() function 12 int compare(const CustomStringTemplateBase& Other) const { in compare() function
|
H A D | implicit-bool-conversion-cxx20.cpp | 27 bool compare(const Y& y1, const Y& y2) in compare() function
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | rotate.pass.cpp | 54 struct compare struct 64 struct compare<wrapper<T>> argument 67 operator()(const wrapper<T>& a, const wrapper<T>& b) in operator ()()
|
H A D | rotate_copy.pass.cpp | 27 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 D | ThreadSafetyTIL.h | 413 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 D | concept-crash-on-diagnostic.cpp | 18 constexpr bool compare(normal_iterator<IteratorL> lhs, normal_iterator<IteratorR> rhs) { // #4 in compare() function
|
/llvm-project/clang/test/Analysis/ |
H A D | mutually_exclusive_null_fp.cpp | 9 int compare(Data &a, Data &b) { in compare() function
|
H A D | PR49490.cpp | 14 bool compare(toggle one, bool other) { in compare() function
|
/llvm-project/compiler-rt/test/msan/ |
H A D | tsearch.cpp | 10 int compare(const void *pa, const void *pb) { in compare() function
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p4.cpp | 42 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 D | StaticValueUtils.cpp | 202 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 D | comparison.verify.cpp | 37 static constexpr int compare(const char_type*, const char_type*, std::size_t) { return 0; } in compare() function
|
H A D | common_type_specialization.pass.cpp | 40 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 D | FunctionPointer.h |
|
H A D | MemberPointer.h |
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/ |
H A D | invalid_comparator_utilities.h | 38 bool compare(size_t* left, size_t* right) const { in compare() function
|
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | adjacent_difference.pass.cpp | 47 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 D | FunctionId.h | 85 int compare(const FunctionId &Other) const { in compare() function
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Fraction.h | 67 inline int compare(const Fraction &x, const Fraction &y) { compare() function
|
/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/ |
H A D | includes.pass.cpp | 68 test_includes(Compare compare) in test_includes()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | misplaced-widening-cast-explicit-only.cpp | 22 void compare(int a, int b, long c) { in compare() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominanceFrontier.h | 96 bool compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const { compare() function
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
H A D | iter_iter_iter.infinite_recursion.pass.cpp | 68 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 D | SATest.py | 57 def compare(parser, args): function
|