Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/flang/test/Lower/
H A Dcharacter-compare.f904 subroutine compare(x, c1, c2) subroutine
10 end subroutine compare argument
/llvm-project-15.0.7/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-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h473 typename C::CType compare(const Future* E, C& Cmp) const { in compare() function
787 typename C::CType compare(const Code* E, C& Cmp) const { in compare() function
822 typename C::CType compare(const Field* E, C& Cmp) const { in compare() function
861 typename C::CType compare(const Apply* E, C& Cmp) const { in compare() function
985 typename C::CType compare(const Call* E, C& Cmp) const { in compare() function
1048 typename C::CType compare(const Load* E, C& Cmp) const { in compare() function
1276 typename C::CType compare(const Cast* E, C& Cmp) const { in compare() function
1335 typename C::CType compare(const Phi *E, C &Cmp) const { in compare() function
1394 typename C::CType compare(const Goto *E, C &Cmp) const { in compare() function
1768 typename C::CType compare(const SCFG *E, C &Cmp) const { in compare() function
[all …]
H A DDominators.h73 bool compare(CFGDominatorTreeImpl &Other) const { in compare() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmutually_exclusive_null_fp.cpp11 int compare(Data &a, Data &b) { in compare() function
H A DPR49490.cpp14 bool compare(toggle one, bool other) { in compare() function
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dtsearch.cpp10 int compare(const void *pa, const void *pb) { in compare() function
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h54 inline int compare(Fraction x, Fraction y) { in compare() function
/llvm-project-15.0.7/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-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DExpandOps.cpp36 Value compare = in matchAndRewrite() local
62 Value compare = in matchAndRewrite() local
114 Value compare = in matchAndRewrite() local
/llvm-project-15.0.7/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-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.set.operations/
H A Dincludes.pass.cpp68 test_includes(Compare compare) in test_includes()
/llvm-project-15.0.7/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
H A Dmisplaced-widening-cast-implicit-enabled.cpp24 void compare(int a, int b, long c) { in compare() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h96 bool compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const { in compare() function
/llvm-project-15.0.7/clang/test/Index/
H A Dindex-templates.cpp89 struct compare { }; struct
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATest.py55 def compare(parser, args): function
H A DSATestBenchmark.py77 def compare(old_path: str, new_path: str, plot_file: str): function
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp37 static int compare(const char_type*, const char_type*, size_t) { return 0; } in compare() function
/llvm-project-15.0.7/libc/src/stdlib/
H A Dqsort.cpp26 comparator compare; member in __llvm_libc::internal::Array
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSmallString.h103 int compare(StringRef RHS) const { in compare() function
/llvm-project-15.0.7/clang/test/OpenMP/
H A Datomic_messages.c404 void compare(void) { in compare() function
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort.pass.cpp109 test_partial_sort(Compare compare) in test_partial_sort()

1234