Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd/contrib/llvm-project/libc/src/__support/
H A Darg_list.h32 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 DVisibility.h97 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 DTimeout.h43 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 Dgtest-assertion-result.cc45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult()
52 void AssertionResult::swap(AssertionResult& other) { in swap()
/freebsd/lib/libutil++/
H A Dlibutil++.hh75 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 Dallocator.h44 typedef allocator<_Up> other; typedef
59 typedef allocator<_Up> other; typedef
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp388 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 Dpidfile_test.c62 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 Dkmp_stats_timing.h65 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 Dprotocol.py575 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 Dp12_local.h29 ASN1_TYPE *other; member
41 ASN1_TYPE *other; /* Secret or other bag */ member
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h137 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 Dpidfile_test.cc17 pid_t other; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/netbsd-tests/lib/libc/sync/
H A Dcpp_atomic_ops_linkable.cc52 T tval(1), other(42); in ATest() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_rb.c234 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 Dallocator.h49 typedef allocator<_Up> other; typedef
/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp211 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 Dmsan_chained_origin_depot.cpp30 u32 ChainedOriginDepotGet(u32 id, u32 *other) { in ChainedOriginDepotGet() argument
/freebsd/contrib/libucl/include/
H A Ducl++.h271 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 DOptionValueFileSpecList.h24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c140 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 Dstring.h55 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 DArchitecturePPC64.cpp43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h62 void Merge(const OutputAggregator &other) { in Merge()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c151 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

123456