/llvm-project/clang/test/SemaCXX/ |
H A D | libstdcxx_libcxx_less_hack.cpp | 10 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 D | warn-zero-nullptr-cxx20.cpp | 31 static const strong_ordering equal, greater, less; member 34 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
|
H A D | namespace.cpp | 81 struct greater {}; struct 90 op::greater const greater = op::greater(); variable
|
/llvm-project/libcxx/include/__functional/ |
H A D | ranges_operations.h | 73 struct greater { struct 84 is_transparentgreater global() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | PR47511.cpp | 9 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 D | ordering.h | 58 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 D | container-size-empty-cxx20.cpp | 7 static const strong_ordering equal, greater, less; member 10 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
|
H A D | implicit-bool-conversion-cxx20.cpp | 7 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 D | std-compare.h | 42 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 D | std-compare.h | 42 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 D | std-compare.h | 42 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 D | std-compare.h | 42 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 D | p2085.cpp | 7 static const strong_ordering equal, greater, less; member 10 constexpr inline strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
|
H A D | cxx2a-three-way-comparison.cpp | 8 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 D | cxx2a-defaulted-comparison.cpp | 18 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 D | strong_order.cpp | 33 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 D | loop-convert-rewritten-binop.cpp | 7 static const strong_ordering equal, greater, less; member 10 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
|
H A D | use-nullptr-cxx20.cpp | 46 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 D | ast-20.cpp | 7 static const strong_ordering less, equal, greater; member
|
H A D | spaceship.cpp | 7 static const strong_ordering less, equal, greater; member
|
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/ |
H A D | p3.cpp | 11 static const strong_ordering less, equal, greater; member 15 constexpr strong_ordering strong_ordering::greater = {1}; member in std::strong_ordering
|
H A D | p4.cpp | 12 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 D | p2.cpp | 8 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 D | p1.cpp | 7 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 D | spaceship.cpp |
|