| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | arg_list.h | 32 LIBC_INLINE ArgList(ArgList &other) { va_copy(this->vlist, other.vlist); } in ArgList() function 52 LIBC_INLINE MockArgList(MockArgList &other) { in MockArgList() function 78 LIBC_INLINE DummyArgList(DummyArgList &other) { in DummyArgList() function 106 LIBC_INLINE StructArgList(const StructArgList &other) { in StructArgList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Visibility.h | 97 void mergeLinkage(LinkageInfo other) { in mergeLinkage() 132 void mergeVisibility(LinkageInfo other) { in mergeVisibility() 137 void merge(LinkageInfo other) { in merge() 143 void mergeMaybeWithVisibility(LinkageInfo other, bool withVis) { in mergeMaybeWithVisibility()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 43 Timeout(const Timeout<Ratio2> &other) in Timeout() 48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-assertion-result.cc | 45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() 52 void AssertionResult::swap(AssertionResult& other) { in swap()
|
| /freebsd/lib/libutil++/ |
| H A D | libutil++.hh | 75 fd_up(fd_up &&other) : fd(other.release()) {} in fd_up() function in freebsd::fd_up 97 fd_up &operator=(fd_up &&other) noexcept in operator =() 164 pidfile(pidfile &&other) : pfh(other.release()) {} in pidfile() function in freebsd::pidfile 202 pidfile &operator=(pidfile &&other) noexcept in operator =()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | allocator.h | 44 typedef allocator<_Up> other; typedef 59 typedef allocator<_Up> other; typedef
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 388 void Symbol::mergeProperties(const Symbol &other) { in mergeProperties() 396 void Symbol::resolve(Ctx &ctx, const Undefined &other) { in resolve() 574 void Symbol::resolve(Ctx &ctx, const CommonSymbol &other) { in resolve() 610 void Symbol::resolve(Ctx &ctx, const Defined &other) { in resolve() 619 void Symbol::resolve(Ctx &ctx, const LazySymbol &other) { in resolve() 656 void Symbol::resolve(Ctx &ctx, const SharedSymbol &other) { in resolve()
|
| /freebsd/lib/libutil/tests/ |
| H A D | pidfile_test.c | 62 pid_t other = 0; in test_pidfile_uncontested() local 88 pid_t other = 0; in test_pidfile_self() local 128 pid_t other = 0, pid = 0; in common_test_pidfile_child() local
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 65 tsc_tick_count later(tsc_tick_count const other) const { in later() 68 tsc_tick_count earlier(tsc_tick_count const other) const { in earlier()
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | protocol.py | 575 def __lt__(self, other): argument 577 def __le__(self, other): argument 579 def __eq__(self, other): argument 581 def __ne__(self, other): argument 583 def __gt__(self, other): argument 585 def __ge__(self, other): argument
|
| /freebsd/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_local.h | 29 ASN1_TYPE *other; member 41 ASN1_TYPE *other; /* Secret or other bag */ member
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 137 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() 194 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() 248 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() 260 Iterator(const Iterator& other) in Iterator() 344 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() 355 Iterator(const Iterator& other) in Iterator() 999 bool Equals(const ParamIteratorInterface<To>& other) const override { in Equals()
|
| /freebsd/lib/libutil++/tests/ |
| H A D | pidfile_test.cc | 17 pid_t other; in ATF_TEST_CASE_BODY() local
|
| /freebsd/contrib/netbsd-tests/lib/libc/sync/ |
| H A D | cpp_atomic_ops_linkable.cc | 52 T tval(1), other(42); in ATest() local
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_rb.c | 234 const unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_reparent_nodes() local 280 unsigned int other; in __archive_rb_tree_insert_rebalance() local 554 unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_removal_rebalance() local 678 const unsigned int other = direction ^ RB_DIR_OTHER; in __archive_rb_tree_iterate() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 49 typedef allocator<_Up> other; typedef
|
| /freebsd/contrib/kyua/utils/ |
| H A D | datetime.cpp | 211 datetime::delta::operator+=(const datetime::delta& other) in operator +=() 549 datetime::timestamp::operator+=(const datetime::delta& other) in operator +=() 575 datetime::timestamp::operator-=(const datetime::delta& other) in operator -=()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_chained_origin_depot.cpp | 30 u32 ChainedOriginDepotGet(u32 id, u32 *other) { in ChainedOriginDepotGet() argument
|
| /freebsd/contrib/libucl/include/ |
| H A D | ucl++.h | 271 Ucl(ucl_object_t *other) in Ucl() 277 Ucl(const ucl_object_t *other) in Ucl() 282 Ucl(const Ucl &other) in Ucl() 287 Ucl(Ucl &&other) in Ucl() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpecList.h | 24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | crypto-pk.c | 140 krb5_data *other) in encode_otherinfo() 212 krb5_data other; in _krb5_pk_kdf() local
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | string.h | 55 LIBC_INLINE string(const string &other) { this->operator+=(other); } in string() 56 LIBC_INLINE constexpr string(string &&other) in string() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | OutputAggregator.h | 62 void Merge(const OutputAggregator &other) { in Merge()
|
| /freebsd/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-event_queue.c | 151 int other; in evq_others_empty() local 308 size_t other; in find_none_evb() local 335 size_t other; in evq_enqueue_other() local
|