Home
last modified time | relevance | path

Searched defs:equivalent (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/src/
H A Derror_category.cpp29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept { in equivalent() function in error_category
33 bool error_category::equivalent(const error_code& code, int condition) const noexcept { in equivalent() function in error_category
/llvm-project/libcxx/include/__compare/
H A Dordering.h57 static const partial_ordering equivalent; global() variable
126 static const weak_ordering equivalent; global() variable
197 static const strong_ordering equivalent; global() variable
/llvm-project/clang/test/PCH/Inputs/
H A Dstd-compare.h41 static const partial_ordering equivalent; variable
126 static const weak_ordering equivalent; variable
216 static const strong_ordering equivalent; variable
/llvm-project/clang/test/CodeGenCXX/Inputs/
H A Dstd-compare.h41 static const partial_ordering equivalent; variable
126 static const weak_ordering equivalent; variable
216 static const strong_ordering equivalent; variable
/llvm-project/clang/test/ASTMerge/cxx-rewritten-binary-operator/Inputs/
H A Dstd-compare.h41 static const partial_ordering equivalent; variable
126 static const weak_ordering equivalent; variable
216 static const strong_ordering equivalent; variable
/llvm-project/clang/test/SemaCXX/Inputs/
H A Dstd-compare.h41 static const partial_ordering equivalent; variable
126 static const weak_ordering equivalent; variable
216 static const strong_ordering equivalent; variable
/llvm-project/mlir/lib/Interfaces/
H A DSubsetOpInterface.cpp60 FailureOr<bool> equivalent = ValueBoundsConstraintSet::areEquivalentSlices( in defaultOperatesOnEquivalentSubset() local
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp2.cpp19 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.cpp17 static const weak_ordering less, equivalent, greater; member
28 static const partial_ordering less, equivalent, greater, unordered; member
/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp29 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function
/llvm-project/clang/test/AST/Interp/
H A Dspaceship.cpp
H A Dcxx20.cpp
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type-cxx20.cpp66 static strong_ordering const equivalent; member
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h143 inline _LIBCPP_HIDE_FROM_ABI bool equivalent(const path& __p1, const path& __p2) { return __equivalent(__p1, __p2); } in equivalent() function
144 inline _LIBCPP_HIDE_FROM_ABI bool equivalent(const path& __p1, const path& __p2, error_code& __ec) noexcept { in equivalent() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp185 assert((!equivalent.has_value() || in getAliasingValues() local
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h503 inline bool equivalent(const Twine &A, const Twine &B) { equivalent() function
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp230 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp154 llvm::ErrorOr<bool> FileSystem::equivalent(const Twine &A, const Twine &B) { in equivalent() function in FileSystem
93 bool Status::equivalent(const Status &Other) const { equivalent() function in Status
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h900 // and the value is the equivalent hardware topology type in the variable
[all...]
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc2059 static bool equivalent(const Kind &kind1, const Kind &kind2) in equivalent() function
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.c3958 isl_union_map *equivalent; member