Home
last modified time | relevance | path

Searched refs:test_eq (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp46 void test_eq(It it, ConstIt cit) { in test_eq() function
93 test_eq(it, cit); in test_forward()
101 test_eq(it, cit); in test_random_access()
123 test_eq(it, it); in test_directory_iterators()
126 test_eq(rdit, rdit); in test_directory_iterators()
140 test_eq(it, it); in test_span()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dmin_element_comp.pass.cpp70 void test_eq() in test_eq() function
100 test_eq(); in main()
H A Dmax_element_comp.pass.cpp70 void test_eq() in test_eq() function
100 test_eq(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Dptrcmp.ll5 ; CHECK-DAG: OpName [[EQ:%.*]] "test_eq"
16 ; FIXME: Translator uses OpIEqual/OpINotEqual for test_eq/test_ne cases
24 define i1 @test_eq(i16* %a, i16* %b) {
H A Dicmp.ll5 ; CHECK-DAG: OpName [[EQ:%.*]] "test_eq"
34 define i1 @test_eq(i32 %a, i32 %b) {
/llvm-project-15.0.7/llvm/test/Transforms/ConstraintElimination/
H A Dconstants-unsigned-predicates.ll73 define i1 @test_eq() {
74 ; CHECK-LABEL: @test_eq(
/llvm-project-15.0.7/clang/test/SemaCXX/Inputs/
H A Dstd-compare.h63 constexpr bool test_eq(partial_ordering const &other) const noexcept { in test_eq() function
153 constexpr bool test_eq(weak_ordering const &other) const noexcept { in test_eq() function
247 constexpr bool test_eq(strong_ordering const &other) const noexcept { in test_eq() function
/llvm-project-15.0.7/clang/test/PCH/Inputs/
H A Dstd-compare.h63 constexpr bool test_eq(partial_ordering const &other) const noexcept { in test_eq() function
153 constexpr bool test_eq(weak_ordering const &other) const noexcept { in test_eq() function
247 constexpr bool test_eq(strong_ordering const &other) const noexcept { in test_eq() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/Inputs/
H A Dstd-compare.h63 constexpr bool test_eq(partial_ordering const &other) const noexcept { in test_eq() function
153 constexpr bool test_eq(weak_ordering const &other) const noexcept { in test_eq() function
247 constexpr bool test_eq(strong_ordering const &other) const noexcept { in test_eq() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp87 CHECK(eq.test_eq(EQ)); in __anone7a22a950102()
91 CHECK(less.test_eq(LESS)); in __anone7a22a950102()
95 CHECK(greater.test_eq(GREATER)); in __anone7a22a950102()
105 CHECK(eq.test_eq(EQUIV)); in __anone7a22a950102()
109 CHECK(less.test_eq(LESS)); in __anone7a22a950102()
113 CHECK(greater.test_eq(GREATER)); in __anone7a22a950102()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dgep-inbounds-null.ll66 define i1 @test_eq(i8* %base, i64 %idx) {
67 ; CHECK-LABEL: @test_eq(
H A Dicmp-constant-phi.ll4 define i1 @test_eq(i1 %cond) {
5 ; CHECK-LABEL: @test_eq(
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dsupport.py93 def test_eq(self): member in EqualityMixin
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcmov_fp16.ll26 define i32 @test_eq(i32 %x, i32 %y, i32 %a, i32 %b) {
27 ; CHECK-LABEL: test_eq: