Searched refs:equivalent (Results 1 - 25 of 152) sorted by relevance

1234567

/openbsd-current/gnu/llvm/libcxx/include/__compare/
H A Dcommon_comparison_category.h72 return partial_ordering::equivalent;
74 return weak_ordering::equivalent;
76 return strong_ordering::equivalent;
H A Dordering.h68 static const partial_ordering equivalent; member in class:_OrdResult::_NCmpResult::partial_ordering
135 inline constexpr partial_ordering partial_ordering::equivalent(_OrdResult::__equiv);
147 static const weak_ordering equivalent; member in class:_OrdResult::_NCmpResult::weak_ordering
152 return __value_ == 0 ? partial_ordering::equivalent
220 inline constexpr weak_ordering weak_ordering::equivalent(_OrdResult::__equiv);
232 static const strong_ordering equivalent; member in class:_OrdResult::_NCmpResult::strong_ordering
238 return __value_ == 0 ? partial_ordering::equivalent
244 return __value_ == 0 ? weak_ordering::equivalent
313 inline constexpr strong_ordering strong_ordering::equivalent(_OrdResult::__equiv);
H A Dcompare_weak_order_fallback.h43 noexcept(noexcept(_VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? weak_ordering::equivalent : member in class:__compare_weak_order_fallback::__fn::weak_ordering
46 -> decltype( _VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? weak_ordering::equivalent :
50 return _VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? weak_ordering::equivalent :
H A Dsynth_three_way.h40 return weak_ordering::equivalent;
H A Dcompare_partial_order_fallback.h43 noexcept(noexcept(_VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? partial_ordering::equivalent : member in class:__compare_partial_order_fallback::__fn::partial_ordering
47 -> decltype( _VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? partial_ordering::equivalent :
52 return _VSTD::forward<_Tp>(__t) == _VSTD::forward<_Up>(__u) ? partial_ordering::equivalent :
H A Dweak_order.h50 } else if (__po == partial_ordering::equivalent) {
51 return weak_ordering::equivalent;
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DFileMatchTrie.h29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
50 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
52 /// equivalent to the input file. Three cases are distinguished:
53 /// 0 equivalent files: Continue with the next suffix length.
54 /// 1 equivalent file: Best match found, return it.
55 /// >1 equivalent files: Match is ambiguous, return error.
72 /// Returns file name stored in this trie that is equivalent to 'FileName'
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DFileMatchTrie.cpp27 /// Default \c PathComparator using \c llvm::sys::fs::equivalent().
29 bool equivalent(StringRef FileA, StringRef FileB) const override {
30 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB);
95 /// whether the stored path is equivalent to 'p'. If yes, the best match is
101 /// equivalent, continue with the parent node as if 'n' didn't exist. If one
102 /// is equivalent, the best match is found. Otherwise, report and ambigiuity
114 Comparator.equivalent(StringRef(Path), FileName))
140 if (Comparator.equivalent(Child, FileName)) {
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_BeOS.pm46 libperl.a equivalent to be linked to dynamic extensions.
/openbsd-current/gnu/usr.bin/perl/cpan/parent/lib/
H A Dparent.pm64 This is equivalent to the following code:
79 This is equivalent to the following code:
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm71 versions, starting at 5.35.7, equivalent functions to many of these utilities
78 $class = builtin::blessed $obj; # equivalent
107 I<Since Perl version 5.35.7> an equivalent function is available as
124 I<Since Perl version 5.35.7> an equivalent function is available as
147 I<Since Perl version 5.35.7> an equivalent function is available as
189 I<Since Perl version 5.35.7> an equivalent function is available as
204 otherwise-equivalent code
213 I<Since Perl version 5.35.7> an equivalent function is available as
232 I<Since Perl version 5.35.7> an equivalent function is available as
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DProcess.cpp56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); }))
/openbsd-current/usr.bin/lndir/
H A Dlndir.c70 int equivalent(char *, char *);
138 equivalent(char *lname, char *rname) function
304 if (!equivalent(basesymlen >= 0 ? basesym : buf,
/openbsd-current/gnu/usr.bin/perl/lib/ExtUtils/
H A DEmbed.pm329 B<$filename> is equivalent to the B<-o> option.
331 B<$std> is boolean, equivalent to the B<-std> option.
400 B<$std> is boolean, equivalent to the B<-std> option.
402 B<[@modules]> is equivalent to additional arguments found before the B<--> token.
404 B<[@link_args]> is equivalent to arguments found after the B<--> token.
406 B<$path> is equivalent to the B<-I> option.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dtestcmp.pl41 return 0 if it considers the two lines equivalent, and non-zero
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dtestcmp.pl41 return 0 if it considers the two lines equivalent, and non-zero
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm102 is equivalent to
119 will work and is the equivalent to:
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DDebug.pm113 is basically equivalent to:
122 is basically equivalent to this:
/openbsd-current/gnu/llvm/libcxx/src/
H A Dsystem_error.cpp50 error_category::equivalent(int code, const error_condition& condition) const noexcept
56 error_category::equivalent(const error_code& code, int condition) const noexcept
/openbsd-current/gnu/usr.bin/perl/regen/
H A Debcdic.pl260 print $out_fh "/* Index is ASCII platform code point; value is $charset equivalent */\n";
267 print $out_fh "/* Index is $charset code point; value is ASCII platform equivalent */\n";
274 * $charset UTF-EBCDIC equivalent */
285 * $charset I8 equivalent */
348 "/* Index is $charset code point; value is its lowercase equivalent */\n";
362 /* Index is $charset code point; value is its uppercase equivalent.
410 /* Index is $charset code point; value is its other fold-pair equivalent
411 * (A => a; a => A, etc) in the 0-255 range. If no such equivalent, value is
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.pm162 is basically equivalent to
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h16 // category. However, they shall be equivalent to any error conditions listed
227 friend bool equivalent(file_status A, file_status B);
490 bool equivalent(file_status A, file_status B);
499 /// inode (or equivalent).
502 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
504 /// Simpler version of equivalent for clients that don't need to
506 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
508 return !equivalent(A, B, result) && result;
1009 /// of bytes actually read. On Unix, this is equivalent to `return ::read(FD,
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dbuiltin.pm93 This gives an equivalent value to expressions like C<!!1> or C<!0>.
103 This gives an equivalent value to expressions like C<!!0> or C<!1>.
279 C<trim> is equivalent to:
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DO.pm115 the "compile-only" flag is switched on (equivalent to the command-line
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dhostent.pm89 method is equivalent to the zeroth element in the addr_list array

Completed in 322 milliseconds

1234567