Home
last modified time | relevance | path

Searched refs:compare2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcompare-modules-cxx2a.cpp36 #pragma clang module build compare2
37 module compare2 {}
39 #pragma clang module begin compare2
44 #pragma clang module import compare2
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcompare.td73 // CHECK: compare2 = [0, 1];
81 list<bit> compare2 = [!ne(Bit00, Bit00), !ne(Bit00, Int1)];
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dcmp-to-genreg.ll12 define i32 @compare2(i32 %a) nounwind readnone {
H A Dcmp-to-predreg.ll14 define i32 @compare2(i32 %a) nounwind {
/llvm-project-15.0.7/flang/test/Lower/
H A Dentry-statement.f9042 call compare2(r, s1, s2); print*, r
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-relatedness.cpp171 bool compare2(Tmp T1, Tmp T2) { // NO-WARN: Same member accessed. in compare2() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp311 bool compare2(A *a, A *a2) { in compare2() function