Home
last modified time | relevance | path

Searched defs:greater (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dlibstdcxx_libcxx_less_hack.cpp10 template<typename T = void> struct greater {}; struct
29 template<> struct greater<> { struct
31 auto operator()(T1 &&t, T2 &&u) const noexcept(noexcept(t > u)) in operator ()()
H A Dwarn-zero-nullptr-cxx20.cpp31 static const strong_ordering equal, greater, less; member
34 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
H A Dnamespace.cpp81 struct greater {}; struct
90 op::greater const greater = op::greater(); variable
/llvm-project/libcxx/include/__functional/
H A Dranges_operations.h73 struct greater { struct
84 is_transparentgreater global() argument
/llvm-project/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
12 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/libcxx/include/__compare/
H A Dordering.h58 static const partial_ordering greater; global() variable
127 static const weak_ordering greater; global() variable
198 static const strong_ordering greater; global() variable
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-size-empty-cxx20.cpp7 static const strong_ordering equal, greater, less; member
10 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
H A Dimplicit-bool-conversion-cxx20.cpp7 static const strong_ordering equal, greater, less; member
10 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang/test/PCH/Inputs/
H A Dstd-compare.h42 static const partial_ordering greater; variable
127 static const weak_ordering greater; variable
217 static const strong_ordering greater; variable
/llvm-project/clang/test/CodeGenCXX/Inputs/
H A Dstd-compare.h42 static const partial_ordering greater; variable
127 static const weak_ordering greater; variable
217 static const strong_ordering greater; variable
/llvm-project/clang/test/ASTMerge/cxx-rewritten-binary-operator/Inputs/
H A Dstd-compare.h42 static const partial_ordering greater; variable
127 static const weak_ordering greater; variable
217 static const strong_ordering greater; variable
/llvm-project/clang/test/SemaCXX/Inputs/
H A Dstd-compare.h42 static const partial_ordering greater; variable
127 static const weak_ordering greater; variable
217 static const strong_ordering greater; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dp2085.cpp7 static const strong_ordering equal, greater, less; member
10 constexpr inline strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
H A Dcxx2a-three-way-comparison.cpp8 static const strong_ordering less, equal, greater; member
12 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang/test/PCH/
H A Dcxx2a-defaulted-comparison.cpp18 static const strong_ordering equal, greater, less; member
21 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang/test/CoverageMapping/
H A Dstrong_order.cpp33 static const strong_ordering equal, greater, less; member
36 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-rewritten-binop.cpp7 static const strong_ordering equal, greater, less; member
10 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
H A Duse-nullptr-cxx20.cpp46 static const strong_ordering equal, greater, less; member
50 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang/test/CXX/over/over.built/
H A Dast-20.cpp7 static const strong_ordering less, equal, greater; member
H A Dspaceship.cpp7 static const strong_ordering less, equal, greater; member
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp11 static const strong_ordering less, equal, greater; member
15 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
H A Dp4.cpp12 static const strong_ordering less, equal, greater; member
16 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp2.cpp8 static const strong_ordering less, equal, greater; member in std::strong_ordering
19 static const weak_ordering less, equivalent, greater; member in std::weak_ordering
31 static const partial_ordering less, equivalent, greater, unordered; member in std::partial_ordering
H A Dp1.cpp7 static const strong_ordering less, equal, greater; member
17 static const weak_ordering less, equivalent, greater; member
28 static const partial_ordering less, equivalent, greater, unordered; member
/llvm-project/clang/test/AST/Interp/
H A Dspaceship.cpp

12