Searched refs:compare (Results 326 - 350 of 1052) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp299 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, function in namespace:clang::ento::iterator
301 return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(Sym2), Opc);
304 bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2, function in namespace:clang::ento::iterator
H A DIteratorRangeChecker.cpp300 return compare(State, Val,
354 return compare(State, Sym1, Sym2, BO_LT);
358 return compare(State, Sym1, Sym2, BO_GT);
362 return compare(State, Sym1, Sym2, BO_EQ);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h384 // compare
386 int compare(const path& __p) const noexcept;
387 int compare(const string_type& __s) const;
388 int compare(const value_type* __s) const;
390 int compare(const basic_string_view<value_type> __s) const;
548 { return __lhs.compare(__rhs) < 0; }
564 { return __lhs.compare(__rhs) == 0; }
1141 path::compare(const string_type& __s) const { return compare(path(__s)); } function in class:experimental::filesystem::v1::path
1144 path::compare(cons function in class:experimental::filesystem::v1::path
1148 path::compare(basic_string_view<value_type> __s) const function in class:experimental::filesystem::v1::path
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h50 # include <compare>
392 // compare
394 int compare(const path& __p) const noexcept;
395 int compare(const string_type& __s) const noexcept;
396 int compare(const value_type* __s) const noexcept;
397 int compare(basic_string_view<value_type> __s) const noexcept;
460 { return __lhs.compare(__rhs) == 0; }
466 { return __lhs.compare(__rhs) <=> 0; }
474 { return __lhs.compare(__rhs) < 0; }
1196 path::compare(cons
[all...]
H A Dbasic_string.h2852 * @param __str String to compare against.
2858 * length rlen of the strings to compare as the smallest of
2860 * strings by calling traits::compare(data(), str.data(),rlen).
2865 compare(const basic_string& __str) const function in class:basic_string
2871 int __r = traits_type::compare(_M_data(), __str.data(), __len);
2880 * @param __svt An object convertible to string_view to compare against.
2885 compare(const _Tp& __svt) const
2893 int __r = traits_type::compare(_M_data(), __sv.data(), __len);
2902 * @param __n The number of characters to compare.
2903 * @param __svt An object convertible to string_view to compare
[all...]
H A Dregex.h214 * What this really does is provide a more efficient way to compare a
916 * @param __s Another matched sequence to compare to this one.
923 compare(const sub_match& __s) const function in class:sub_match
924 { return this->_M_str().compare(__s._M_str()); }
930 * @param __s A string to compare to this `sub_match`.
937 compare(const string_type& __s) const function in class:sub_match
938 { return this->_M_str().compare(__s); }
941 compare(const value_type* __s) const function in class:sub_match
942 { return this->_M_str().compare(__s); }
949 { return this->_M_str().compare({__
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h380 // compare
382 int compare(const path& __p) const noexcept;
383 int compare(const string_type& __s) const;
384 int compare(const value_type* __s) const;
386 int compare(const basic_string_view<value_type> __s) const;
1210 path::compare(const string_type& __s) const { return compare(path(__s)); } function in class:experimental::filesystem::v1::path
1213 path::compare(const value_type* __s) const { return compare(path(__s)); } function in class:experimental::filesystem::v1::path
1217 path::compare(basic_string_vie function in class:experimental::filesystem::v1::path
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dgenfusion.pl69 # lwz. We change to use an lwz and word compare if we don't need to sign
110 ;; load mode is $lmode result mode is $result compare mode is $ccmode extend is $extend
113 (compare:${ccmode} (match_operand:${lmode} 1 "${mempred}" "${constraint}")
153 (compare:${ccmode} (match_dup 0) (match_dup 3)))]
/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_internal.h88 int (*compare)(const DST_KEY *key1, const DST_KEY *key2); member in struct:dst_func
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dtest_kcred.c108 compare(mechs1, mechs2);
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-intel-old/
H A DMakefile41 CWARNFLAGS.clang+= -Wno-parentheses -Wno-tautological-compare \
/netbsd-current/external/mit/xorg/server/xorg-server/Xi/
H A DMakefile44 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp157 if (eapSelect->currentText().compare("TTLS") == 0) {
162 } else if (eapSelect->currentText().compare("FAST") == 0)
177 if (phase2Select->itemText(i).compare(prev_val) == 0) {
314 if (eap.compare("PEAP") == 0) {
319 } else if (eap.compare("TTLS") == 0) {
327 } else if (eap.compare("FAST") == 0) {
334 } else if (inner.compare("GTC(auth) + MSCHAPv2(prov)")
619 if (eapSelect->itemText(i).compare(reply) == 0) {
680 if (phase2Select->itemText(i).compare(val) == 0) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h52 /// compare those, but this would not work for stripped bitcodes or for those
100 int compare();
163 /// 2.1. If contents are numbers, compare numbers.
221 /// If these properties are equal - compare their contents.
241 /// Stage 3: For all other cases we compare order we meet these values in
244 /// In another words, we compare serial numbers, for more details
354 /// Being comparing functions we need to compare values we meet at left and
370 /// As follows from FunctionComparator::compare(), we do CFG walk: we start
377 /// If we compare two instruction operands: first is usage of local
379 /// from FR, we could compare thei
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAsynConnection.h175 * @param dn Distinguished name of the entry for which the compare
178 * compare operation
182 LDAPMessageQueue* compare(const std::string& dn,
/netbsd-current/lib/libresolv/
H A Ddst_internal.h96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2); member in struct:dst_func
/netbsd-current/usr.sbin/ac/
H A Dac.c89 (bsearch(line, Con, Ncon, sizeof(Con[0]), compare) != NULL)
116 static int compare(const void *, const void *);
187 compare(const void *a, const void *b) function
220 qsort(Con, Ncon, sizeof(Con[0]), compare);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h96 int compare (TValue *v);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h96 int compare (TValue *v);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h2061 * @param __str String to compare against.
2067 * length rlen of the strings to compare as the smallest of
2069 * strings by calling traits::compare(data(), str.data(),rlen).
2074 compare(const __versa_string& __str) const function in class:__versa_string
2083 int __r = traits_type::compare(this->_M_data(), __str.data(), __len);
2093 * @param __str String to compare against.
2101 * to compare as the smallest of the length of the substring
2104 * traits::compare(substring.data(),str.data(),rlen). If the
2109 compare(size_type __pos, size_type __n,
2116 * @param __str String to compare agains
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h2062 * @param __str String to compare against.
2068 * length rlen of the strings to compare as the smallest of
2070 * strings by calling traits::compare(data(), str.data(),rlen).
2075 compare(const __versa_string& __str) const function in class:__versa_string
2084 int __r = traits_type::compare(this->_M_data(), __str.data(), __len);
2094 * @param __str String to compare against.
2102 * to compare as the smallest of the length of the substring
2105 * traits::compare(substring.data(),str.data(),rlen). If the
2110 compare(size_type __pos, size_type __n,
2117 * @param __str String to compare agains
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h320 /// IEEE comparison with another floating point number (NaNs compare
322 cmpResult compare(const IEEEFloat &) const;
324 /// Bitwise comparison for equality (QNaNs compare equal, 0!=-0).
661 cmpResult compare(const DoubleAPFloat &RHS) const;
854 "Should only compare APFloats with the same semantics");
1150 bool operator==(const APFloat &RHS) const { return compare(RHS) == cmpEqual; }
1152 bool operator!=(const APFloat &RHS) const { return compare(RHS) != cmpEqual; }
1155 return compare(RHS) == cmpLessThan;
1159 return compare(RHS) == cmpGreaterThan;
1163 cmpResult Res = compare(RH
1172 cmpResult compare(const APFloat &RHS) const { function in class:llvm::APFloat
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h50 # include <compare>
493 // compare
495 int compare(const path& __p) const noexcept;
496 int compare(const string_type& __s) const noexcept;
497 int compare(const value_type* __s) const noexcept;
498 int compare(basic_string_view<value_type> __s) const noexcept;
575 { return __lhs.compare(__rhs) < 0; }
665 // Returns lhs.compare(rhs), but defined after path::iterator is complete.
1280 path::compare(const string_type& __s) const noexcept
1281 { return compare(basic_string_vie
[all...]
H A Dregex.h231 * What this really does is provide a more efficient way to compare a
973 * @param __s Another matched sequence to compare to this one.
980 compare(const sub_match& __s) const function in class:sub_match
981 { return this->_M_str().compare(__s._M_str()); }
987 * @param __s A string to compare to this `sub_match`.
994 compare(const string_type& __s) const function in class:sub_match
995 { return this->_M_str().compare(__s); }
998 compare(const value_type* __s) const function in class:sub_match
999 { return this->_M_str().compare(__s); }
1006 { return this->_M_str().compare({__
[all...]
/netbsd-current/sys/arch/sh3/sh3/
H A Dlock_stubs.S45 * Atomic compare-and-swap for kernel use. SuperH machines are
63 nop ! retval = *ptr at time of compare

Completed in 506 milliseconds

<<11121314151617181920>>