Searched refs:compare (Results 201 - 225 of 419) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallString.h90 /// Check for string equality. This is more efficient than compare() when
101 /// compare - Compare two strings; the result is negative, zero, or positive
104 int compare(StringRef RHS) const { function in class:llvm::SmallString
105 return str().compare(RHS);
H A DStringRef.h163 /// compare() when the relative ordering of inequal strings isn't needed.
174 /// compare - Compare two strings; the result is negative, zero, or positive
177 [[nodiscard]] int compare(StringRef RHS) const { function in class:llvm::StringRef
198 /// \param Other the string to compare this string against.
876 return LHS.compare(RHS) < 0;
880 return LHS.compare(RHS) <= 0;
884 return LHS.compare(RHS) > 0;
888 return LHS.compare(RHS) >= 0;
/openbsd-current/regress/usr.bin/ssh/unittests/
H A DMakefile.inc46 CDIAGFLAGS+= -Wsign-compare
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc59 // a and b as signed integers as we would with a floating-point compare.
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclarationName.h538 static int compare(DeclarationName LHS, DeclarationName RHS);
550 return DeclarationName::compare(LHS, RHS) < 0;
556 return DeclarationName::compare(LHS, RHS) > 0;
562 return DeclarationName::compare(LHS, RHS) <= 0;
568 return DeclarationName::compare(LHS, RHS) >= 0;
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp286 if (AnnotationName.compare(
291 } else if (AnnotationName.compare(
294 } else if (AnnotationName.compare(
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dpod_char_traits.h114 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.h322 compare(const char_type* __s1, const char_type* __s2, size_t __n);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DVersion.pm115 # indexer sends us something like "v0.2.4" we compare wrongly.
137 CPAN::Version - utility functions to compare CPAN versions
/openbsd-current/usr.sbin/mtree/
H A Dverify.c111 compare(ep->name, ep, p))
/openbsd-current/lib/libc/db/recno/
H A Drec_open.c74 btopeninfo.compare = NULL;
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBenchmark.py77 def compare(old_path: str, new_path: str, plot_file: str): function
100 # TODO: compare data in old and new dataframes using statistical tests
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h102 /// compare - Return true if the other dominance frontier base matches
104 bool compare(DominanceFrontierBase &Other) const;
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp126 !m_function.m_wrapper_function_name.compare(
/openbsd-current/sys/lib/libkern/arch/mips64/
H A Dmemmove.S83 xor v1, a0, a1 # compare low two bits of addresses
131 xor v1, a0, a1 # compare low three bits of addresses
/openbsd-current/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.pm23 A test script can then compare the input and output to make sure they
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DLibSpec.pm80 sub compare($a, $b) subroutine
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h80 ComparisonCategoryResult compare(const Boolean &RHS) const { function in class:clang::interp::final
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DTargetRegistry.cpp114 return LHS->first.compare(RHS->first);
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dmonth.h15 #include <compare>
H A Dmonthday.h17 #include <compare>
H A Dyear.h15 #include <compare>
H A Dyear_month.h17 #include <compare>
/openbsd-current/gnu/llvm/libcxx/include/__coroutine/
H A Dcoroutine_handle.h17 #include <compare>
97 // [coroutine.handle.compare]
/openbsd-current/usr.sbin/smtpd/smtpd/
H A DMakefile92 CFLAGS+= -Wsign-compare

Completed in 317 milliseconds

1234567891011>>